зеркало из https://github.com/github/ruby.git
[ruby/logger] Fixes #38
https://github.com/ruby/logger/commit/31efbb29ff
This commit is contained in:
Родитель
0fe1b05082
Коммит
895f86c81b
|
@ -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"]
|
||||
|
|
Загрузка…
Ссылка в новой задаче