stache.gemspec in stache-1.0.2 vs stache.gemspec in stache-1.0.3
- old
+ new
@@ -8,10 +8,11 @@
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.license = 'MIT'
s.extra_rdoc_files = [
'LICENSE',
'README.md',
]
@@ -24,10 +25,10 @@
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ['lib']
s.add_development_dependency 'mustache'
s.add_development_dependency 'handlebars', '~>0.4.0'
- s.add_development_dependency 'rails', '~>3.2.0'
+ s.add_development_dependency 'rails', '~>4.0.0'
s.add_development_dependency 'rspec'
s.add_development_dependency 'rspec-rails'
s.add_development_dependency 'bundler'
s.add_development_dependency 'rake'
end