summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorColby Swandale <me@colby.fyi>2018-12-12 11:27:26 +1100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-15 14:43:07 +0900
commit99c14fb69491d52c474c3f303405e6f59b41034f (patch)
tree6e6beaea16d4826deec369d481af71f679d43485 /lib
parent3dc212896c422add43c850ee1d1a613c7cc96737 (diff)
[ruby/logger] remove files that dont need to be included in gem releases
https://github.com/ruby/logger/commit/9a3be8650f
Diffstat (limited to 'lib')
-rw-r--r--lib/logger.gemspec2
1 files changed, 1 insertions, 1 deletions
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"]