Skip to content

Commit

Permalink
Merge pull request #39 from ruby/fix-38
Browse files Browse the repository at this point in the history
Added missing files with 1.4.0
  • Loading branch information
sonots authored Aug 20, 2019
2 parents 8127ce0 + 31efbb2 commit 08210d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 08210d8

Please sign in to comment.