1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/logger] remove files that dont need to be included in gem releases

https://github.com/ruby/logger/commit/9a3be8650f
This commit is contained in:
Colby Swandale 2018-12-12 11:27:26 +11:00 committed by Hiroshi SHIBATA
parent 3dc212896c
commit 99c14fb694
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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"]