aboutsummaryrefslogtreecommitdiffstats
path: root/rails.gemspec
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-07-08 14:51:19 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-07-08 14:51:19 -0300
commit2ce875dfbdebeca33c32dcdc50bf9932dc2aa857 (patch)
tree944fd89bfbf5b74cf36a2926e2eb3e95e0ace2b7 /rails.gemspec
parentb5830d168b935f2008bc38771b818f79c9aac040 (diff)
downloadrails-2ce875dfbdebeca33c32dcdc50bf9932dc2aa857.tar.gz
rails-2ce875dfbdebeca33c32dcdc50bf9932dc2aa857.tar.bz2
rails-2ce875dfbdebeca33c32dcdc50bf9932dc2aa857.zip
Add license to the gemspec
Diffstat (limited to 'rails.gemspec')
-rw-r--r--rails.gemspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/rails.gemspec b/rails.gemspec
index 3377b4e175..a5da04218d 100644
--- a/rails.gemspec
+++ b/rails.gemspec
@@ -7,6 +7,8 @@ Gem::Specification.new do |s|
s.summary = 'Full-stack web application framework.'
s.description = 'Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration.'
+ s.license = 'MIT'
+
s.required_ruby_version = '>= 1.8.7'
s.required_rubygems_version = ">= 1.3.6"