1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00

add license information to gemspec

this way it can be used with rubygems.org API
This commit is contained in:
Jordi Massaguer Pla 2013-02-08 18:40:14 +01:00
parent 5201e89483
commit 37bb7dc59f

View file

@ -10,6 +10,7 @@ Gem::Specification.new do |s|
s.email = "support@thoughtbot.com" s.email = "support@thoughtbot.com"
s.homepage = "http://thoughtbot.com/community/" s.homepage = "http://thoughtbot.com/community/"
s.summary = "Making tests easy on the fingers and eyes" s.summary = "Making tests easy on the fingers and eyes"
s.license = "MIT"
s.description = "Making tests easy on the fingers and eyes" s.description = "Making tests easy on the fingers and eyes"
s.files = `git ls-files`.split("\n") s.files = `git ls-files`.split("\n")