1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00

add license information to gemspec

This way you can use the rubygems.org API to get this information
This commit is contained in:
Jordi Massaguer Pla 2013-01-29 13:03:12 +01:00 committed by Joshua Clayton
parent 2ab0ea4141
commit 42a1c76b45

View file

@ -14,6 +14,7 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- Appraisals {spec,features,gemfiles}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
s.license = "MIT"
s.add_runtime_dependency('railties', '>= 3.0.0')
s.add_runtime_dependency('factory_girl', '~> 4.2.0')