From 2ce875dfbdebeca33c32dcdc50bf9932dc2aa857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Mon, 8 Jul 2013 14:51:19 -0300 Subject: Add license to the gemspec --- rails.gemspec | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rails.gemspec') 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" -- cgit v1.2.3