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

Merge pull request #231 from jordimassaguerpla/master

add license information to the gemspec
This commit is contained in:
Ryan McGeary 2013-02-08 12:14:36 -08:00
commit a8b87d7552

View file

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