stache.gemspec in stache-1.1.1 vs stache.gemspec in stache-1.2.0
- old
+ new
@@ -3,11 +3,11 @@
Gem::Specification.new do |s|
s.name = 'stache'
s.version = Stache::VERSION
s.platform = Gem::Platform::RUBY
- s.authors = ['Matt Wilson']
+ s.authors = ['Matt Wilson','Michael Bester']
s.email = 'mhw@hypomodern.com'
s.homepage = 'http://github.com/agoragames/stache'
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'
@@ -29,9 +29,9 @@
s.add_development_dependency 'handlebars', '~>0.6.0'
s.add_development_dependency 'rails', '~>4.0.0'
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'
+ s.add_development_dependency 'rake', '< 11.0'
s.add_development_dependency 'test-unit'
end