1
0
Fork 0
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:
Daniel Colson 2019-04-14 11:30:05 -04:00
parent 584a96f54c
commit 329d9a15c3
No known key found for this signature in database
GPG key ID: 88A364BBE77B1353

View file

@ -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"