We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53a87ba + 0a6ebaa commit 00774bdCopy full SHA for 00774bd
ten_years_rails.gemspec
@@ -10,9 +10,12 @@ Gem::Specification.new do |spec|
10
spec.email = ["[email protected]"]
11
12
spec.summary = %q{Companion code to Ten Years of Rails Upgrades}
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/clio/ten_years_rails"
15
spec.license = "MIT"
16
17
+ spec.required_ruby_version = ">= 2.3.0"
18
+
19
spec.files = `git ls-files -z`.split("\x0").reject do |f|
20
f.match(%r{^(test|spec|features)/})
21
end
0 commit comments