padrino.gemspec in padrino-0.11.4 vs padrino.gemspec in padrino-0.12.0.rc1
- old
+ new
@@ -13,9 +13,10 @@
s.description = "The Godfather of Sinatra provides a full-stack agnostic framework on top of Sinatra"
s.required_rubygems_version = ">= 1.3.6"
s.version = Padrino.version
s.platform = Gem::Platform::RUBY
s.date = Time.now.strftime("%Y-%m-%d")
+ s.license = "MIT"
s.extra_rdoc_files = Dir["*.rdoc"]
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }