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 /activerecord | |
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 'activerecord')
-rw-r--r-- | activerecord/activerecord.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/activerecord.gemspec b/activerecord/activerecord.gemspec index e8e5f4adfe..dca7f13fd2 100644 --- a/activerecord/activerecord.gemspec +++ b/activerecord/activerecord.gemspec @@ -8,6 +8,7 @@ Gem::Specification.new do |s| s.description = 'Databases on Rails. Build a persistent domain model by mapping database tables to Ruby classes. Strong conventions for associations, validations, aggregations, migrations, and testing come baked-in.' s.required_ruby_version = '>= 1.9.3' + s.license = 'MIT' s.author = 'David Heinemeier Hansson' s.email = 'david@loudthinking.com' |