diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-07-08 14:51:19 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-07-08 14:51:19 -0300 |
commit | 2ce875dfbdebeca33c32dcdc50bf9932dc2aa857 (patch) | |
tree | 944fd89bfbf5b74cf36a2926e2eb3e95e0ace2b7 /activesupport | |
parent | b5830d168b935f2008bc38771b818f79c9aac040 (diff) | |
download | rails-2ce875dfbdebeca33c32dcdc50bf9932dc2aa857.tar.gz rails-2ce875dfbdebeca33c32dcdc50bf9932dc2aa857.tar.bz2 rails-2ce875dfbdebeca33c32dcdc50bf9932dc2aa857.zip |
Add license to the gemspec
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/activesupport.gemspec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec index fb3575b865..e131ca7d68 100644 --- a/activesupport/activesupport.gemspec +++ b/activesupport/activesupport.gemspec @@ -7,6 +7,8 @@ Gem::Specification.new do |s| s.summary = 'A toolkit of support libraries and Ruby core extensions extracted from the Rails framework.' s.description = 'A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.' + s.license = 'MIT' + s.required_ruby_version = '>= 1.8.7' s.author = 'David Heinemeier Hansson' |