@@ -6,12 +6,12 @@ require "next_rails/version"
6
6
Gem ::Specification . new do |spec |
7
7
spec . name = "next_rails"
8
8
spec . version = NextRails ::VERSION
9
- spec . authors = [ "Jordan Raine " , "Ernesto Tagwerker " ]
10
- spec . email = [ "jnraine@gmail .com" , "ernesto @ombulabs.com" ]
9
+ spec . authors = [ "Ernesto Tagwerker " , "Luis Sagastume " ]
10
+ spec . email = [ "ernesto@ombulabs .com" , "luis @ombulabs.com" ]
11
11
12
- spec . summary = %q{Companion code to Ten Years of Rails Upgrades }
12
+ spec . summary = %q{A toolkit to upgrade your next Rails application }
13
13
spec . description = %q{A set of handy tools to upgrade your Rails application and keep it up to date}
14
- spec . homepage = "https://github.com/fastruby/next_rails"
14
+ spec . homepage = "https://github.com/fastruby/next_rails"
15
15
spec . license = "MIT"
16
16
17
17
spec . required_ruby_version = ">= 2.3.0"
@@ -27,6 +27,7 @@ Gem::Specification.new do |spec|
27
27
spec . add_development_dependency "bundler" , "~> 1.16"
28
28
spec . add_development_dependency "rake" , "~> 10.0"
29
29
spec . add_development_dependency "rspec" , "~> 3.0"
30
+ spec . add_development_dependency "simplecov" , "~> 0.17.1"
30
31
spec . add_development_dependency "timecop" , "~> 0.9.1"
31
32
spec . add_runtime_dependency "actionview"
32
33
end
0 commit comments