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"