mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
Fix filename in gemspec
Changed from NEWS to NEWS.md in https://github.com/thoughtbot/factory_bot_rails/pull/321
This commit is contained in:
parent
584a96f54c
commit
329d9a15c3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|||
s.description = "factory_bot_rails provides integration between "\
|
||||
"factory_bot and rails 4.2 or newer"
|
||||
|
||||
s.files = Dir["lib/**/*"] + %w[CONTRIBUTING.md LICENSE NEWS README.md]
|
||||
s.files = Dir["lib/**/*"] + %w[CONTRIBUTING.md LICENSE NEWS.md README.md]
|
||||
s.require_paths = ["lib"]
|
||||
s.executables = []
|
||||
s.license = "MIT"
|
||||
|
|
Loading…
Reference in a new issue