add license information to gemspec

so that it can be used from rubygems.org API
This commit is contained in:
Jordi Massaguer Pla 2013-01-28 17:46:47 +01:00
parent 291fa5f4f3
commit 731fa85f77
1 changed files with 1 additions and 0 deletions

View File

@ -27,4 +27,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec-rails', '~> 2.12'
s.add_development_dependency 'minitest-rails', '~> 0.2'
s.add_development_dependency 'capybara'
s.license = "MIT"
end