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:
parent
0fe1b05082
commit
895f86c81b
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue