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:
parent
2ab0ea4141
commit
42a1c76b45
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue