myrails.gemspec in myrails-3.2.1 vs myrails.gemspec in myrails-4.0.0
- old
+ new
@@ -7,12 +7,12 @@
spec.name = "myrails"
spec.version = Myrails::VERSION
spec.authors = ["Vell"]
spec.email = ["lovell.mcilwain@gmail.com"]
- spec.summary = %q{A thor backed generator for generating rails related files based on my style of coding}
- spec.description = %q{Generates files with with boiler plate code. Supports pundit, presenters, installing of themes from bootswatch and others.}
+ spec.summary = %q{A thor backed gem for generating rails related files based on my style of coding}
+ spec.description = %q{Generates files on demand with boiler plate code. Supports pundit, presenters, installing of bootstrap themes created by bootswatch.com and others.}
spec.homepage = "https://github.com/vmcilwain/myrails"
spec.license = "MIT"
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
# to allow pushing to a single host or delete this section to allow pushing to any host.
@@ -27,11 +27,11 @@
spec.test_files = Dir["spec/**/*"]
spec.bindir = "bin"
spec.executables = ['myrails']
spec.require_paths = ["lib"]
- spec.add_development_dependency "bundler", "~> 1.13"
- spec.add_development_dependency "rake", "~> 10.0"
+ spec.add_development_dependency "bundler", "~> 1.15"
+ spec.add_development_dependency "rake", "~> 12.0"
spec.add_development_dependency "rspec", "~> 3.0"
- spec.add_dependency 'activesupport', '~> 5.0.0.1'
- spec.add_dependency 'thor', '~> 0.19.1'
+ spec.add_dependency 'activesupport', '~> 5.1.3'
+ spec.add_dependency 'thor', '~> 0.20.0'
end