1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -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-01-28 19:50:16 +01:00 committed by Joshua Clayton
parent 21ba127827
commit 8687a60667

View file

@ -40,5 +40,6 @@ Gem::Specification.new do |s|
end
s.add_development_dependency("yard")
s.license = "MIT"
end