aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource
diff options
context:
space:
mode:
Diffstat (limited to 'activeresource')
-rw-r--r--activeresource/activeresource.gemspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/activeresource/activeresource.gemspec b/activeresource/activeresource.gemspec
index f5c26f38df..ea3a1b436a 100644
--- a/activeresource/activeresource.gemspec
+++ b/activeresource/activeresource.gemspec
@@ -7,6 +7,8 @@ Gem::Specification.new do |s|
s.summary = 'REST modeling framework (part of Rails).'
s.description = 'REST on Rails. Wrap your RESTful web app with Ruby classes and work with them like Active Record models.'
+ s.license = 'MIT'
+
s.required_ruby_version = '>= 1.8.7'
s.author = 'David Heinemeier Hansson'