diff options
author | José Valim <jose.valim@gmail.com> | 2012-05-23 10:24:50 -0700 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2012-05-23 10:24:50 -0700 |
commit | 92fd2120cdb2035b2ec1e86da586ad976712ed66 (patch) | |
tree | a18a4769ad73f31c0412c702f816930d3f7f1e34 /actionpack | |
parent | 43893f3742e82f82122caf5ba4866ea9a2887a8b (diff) | |
parent | 6c7b250ac0292001e293ee19157f3d58b7553f41 (diff) | |
download | rails-92fd2120cdb2035b2ec1e86da586ad976712ed66.tar.gz rails-92fd2120cdb2035b2ec1e86da586ad976712ed66.tar.bz2 rails-92fd2120cdb2035b2ec1e86da586ad976712ed66.zip |
Merge pull request #6462 from grosser/feature/licenses
Add license field to gemspecs, by Matt Griffin
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/actionpack.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/actionpack.gemspec b/actionpack/actionpack.gemspec index 589a67dc02..ae26d6f9e5 100644 --- a/actionpack/actionpack.gemspec +++ b/actionpack/actionpack.gemspec @@ -7,6 +7,7 @@ Gem::Specification.new do |s| s.summary = 'Web-flow and rendering framework putting the VC in MVC (part of Rails).' s.description = 'Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web applications. Works with any Rack-compatible server.' s.required_ruby_version = '>= 1.9.3' + s.license = 'MIT' s.author = 'David Heinemeier Hansson' s.email = 'david@loudthinking.com' |