Merge pull request #72 from jordimassaguerpla/master

add license information to the gemspec
This commit is contained in:
Marcel Molina 2013-06-17 19:44:33 -07:00
Родитель 776ba745e7 970ae341c2
Коммит 9d3c030896
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -78,6 +78,7 @@ namespace :dist do
s.rdoc_options = ['--title', "AWS::S3 -- Support for Amazon S3's REST api",
'--main', 'README',
'--line-numbers', '--inline-source']
s.license = "MIT"
end
# Regenerate README before packaging