Skip to content

Commit 2698297

Browse files
committed
Update owners of the @fastruby organization
1 parent 7a5b0f4 commit 2698297

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

next_rails.gemspec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ require "next_rails/version"
66
Gem::Specification.new do |spec|
77
spec.name = "next_rails"
88
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"]
1111

12-
spec.summary = %q{Companion code to Ten Years of Rails Upgrades}
12+
spec.summary = %q{A toolkit to upgrade your next Rails application}
1313
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"
1515
spec.license = "MIT"
1616

1717
spec.required_ruby_version = ">= 2.3.0"
@@ -27,6 +27,7 @@ Gem::Specification.new do |spec|
2727
spec.add_development_dependency "bundler", "~> 1.16"
2828
spec.add_development_dependency "rake", "~> 10.0"
2929
spec.add_development_dependency "rspec", "~> 3.0"
30+
spec.add_development_dependency "simplecov", "~> 0.17.1"
3031
spec.add_development_dependency "timecop", "~> 0.9.1"
3132
spec.add_runtime_dependency "actionview"
3233
end

0 commit comments

Comments
 (0)