From 99c14fb69491d52c474c3f303405e6f59b41034f Mon Sep 17 00:00:00 2001 From: Colby Swandale Date: Wed, 12 Dec 2018 11:27:26 +1100 Subject: [ruby/logger] remove files that dont need to be included in gem releases https://github.com/ruby/logger/commit/9a3be8650f --- lib/logger.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/logger.gemspec b/lib/logger.gemspec index 815ae5bc46..6d7025618b 100644 --- a/lib/logger.gemspec +++ b/lib/logger.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |spec| spec.homepage = "https://github.com/ruby/logger" spec.license = "BSD-2-Clause" - spec.files = [".gitignore", ".travis.yml", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "lib/logger.rb", "logger.gemspec"] + spec.files = ["Gemfile", "LICENSE.txt", "README.md", "Rakefile", "lib/logger.rb", "logger.gemspec"] spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] -- cgit v1.2.3