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:
parent
5201e89483
commit
37bb7dc59f
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Reference in a new issue