Skip to content

Commit

Permalink
Add required_ruby_version and description to the gem's configuration
Browse files Browse the repository at this point in the history
It improves the configuration based on what we discussed in clio#9
  • Loading branch information
etagwerker committed Apr 27, 2019
1 parent b37dc83 commit 0a6ebaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ten_years_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ Gem::Specification.new do |spec|
spec.email = ["[email protected]"]

spec.summary = %q{Companion code to Ten Years of Rails Upgrades}
spec.description = %q{A set of handy tools to upgrade your Rails application and keep it up to date}
spec.homepage = "https://github.com/clio/ten_years_rails"
spec.license = "MIT"

spec.required_ruby_version = ">= 2.3.0"

spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end
Expand Down

0 comments on commit 0a6ebaa

Please sign in to comment.