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

[ruby/logger] Fixes #38

https://github.com/ruby/logger/commit/31efbb29ff
This commit is contained in:
Hiroshi SHIBATA 2019-08-20 16:39:38 +09:00
parent 0fe1b05082
commit 895f86c81b
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/ruby/logger"
spec.license = "BSD-2-Clause"
spec.files = ["Gemfile", "LICENSE.txt", "README.md", "Rakefile", "lib/logger.rb", "logger.gemspec"]
spec.files = Dir.glob("lib/**/*.rb") + ["logger.gemspec"]
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]