aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafael.franca@plataformatec.com.br>2013-07-18 10:28:20 -0300
committerRafael Mendonça França <rafael.franca@plataformatec.com.br>2013-07-18 10:28:20 -0300
commit4524c7f8a8225677893e0731f40993de17d4babc (patch)
tree1c66a321fc2f246b088c8e5f2d2e9d1e887af221 /Rakefile
parent5ab264dab845614410c52f0f8c06af00833d487b (diff)
downloadrails-4524c7f8a8225677893e0731f40993de17d4babc.tar.gz
rails-4524c7f8a8225677893e0731f40993de17d4babc.tar.bz2
rails-4524c7f8a8225677893e0731f40993de17d4babc.zip
Add licences to gemspec
Closes #197
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 74476cf85b..9bcddaf80c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -14,6 +14,7 @@ Hoe.spec 'arel' do
developer('Emilio Tagua', 'miloops@gmail.com')
developer('Nick Kallen', 'nick@example.org') # FIXME: need Nick's email
+ self.licenses = ['MIT']
self.readme_file = 'README.markdown'
self.extra_rdoc_files = FileList['README.markdown']
end