stache.gemspec in stache-1.0.3 vs stache.gemspec in stache-1.1.0
- old
+ new
@@ -6,12 +6,12 @@
s.version = Stache::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ['Matt Wilson']
s.email = 'mhw@hypomodern.com'
s.homepage = 'http://github.com/agoragames/stache'
- s.summary = %Q{Configurable Mustache Handler and Helpers for Rails}
- s.description = %Q{A rails 3.x compatible template handler, configurable.}
+ s.summary = %Q{A Rails 3.x and Rails 4.x compatible Mustache/Handlebars template handler}
+ s.description = %Q{A Rails 3.x and Rails 4.x compatible Mustache/Handlebars template handler}
s.license = 'MIT'
s.extra_rdoc_files = [
'LICENSE',
'README.md',
]
@@ -26,11 +26,11 @@
s.require_paths = ['lib']
s.add_development_dependency 'mustache'
s.add_development_dependency 'handlebars', '~>0.4.0'
s.add_development_dependency 'rails', '~>4.0.0'
- s.add_development_dependency 'rspec'
- s.add_development_dependency 'rspec-rails'
+ s.add_development_dependency 'rspec', '~>2.99.0'
+ s.add_development_dependency 'rspec-rails', '~>2.99.0'
s.add_development_dependency 'bundler'
s.add_development_dependency 'rake'
end