From 329d9a15c36f2a1b8cb66268a0b4f5e2ca70e8d7 Mon Sep 17 00:00:00 2001 From: Daniel Colson Date: Sun, 14 Apr 2019 11:30:05 -0400 Subject: [PATCH] Fix filename in gemspec Changed from NEWS to NEWS.md in https://github.com/thoughtbot/factory_bot_rails/pull/321 --- factory_bot_rails.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/factory_bot_rails.gemspec b/factory_bot_rails.gemspec index a40343fd..fe03f323 100644 --- a/factory_bot_rails.gemspec +++ b/factory_bot_rails.gemspec @@ -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"