Skip to content

Commit 9a3be86

Browse files
author
Colby Swandale
committed
remove files that dont need to be included in gem releases
1 parent 7872500 commit 9a3be86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logger.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
1616
spec.homepage = "https://github.com/ruby/logger"
1717
spec.license = "BSD-2-Clause"
1818

19-
spec.files = [".gitignore", ".travis.yml", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "lib/logger.rb", "logger.gemspec"]
19+
spec.files = ["Gemfile", "LICENSE.txt", "README.md", "Rakefile", "lib/logger.rb", "logger.gemspec"]
2020
spec.bindir = "exe"
2121
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2222
spec.require_paths = ["lib"]

0 commit comments

Comments
 (0)