Skip to content

Commit

Permalink
Fix filename in gemspec
Browse files Browse the repository at this point in the history
Changed from NEWS to NEWS.md in
#321
  • Loading branch information
composerinteralia committed Apr 14, 2019
1 parent 584a96f commit 329d9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion factory_bot_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 329d9a1

Please sign in to comment.