Skip to content

Commit

Permalink
Update spec.files
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Aug 12, 2019
1 parent 387758d commit 1b6991e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forwardable.gemspec
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/ruby/forwardable"
spec.license = "BSD-2-Clause"

spec.files = [".gitignore", ".travis.yml", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "forwardable.gemspec", "lib/forwardable.rb", "lib/forwardable/impl.rb"]
spec.files = ["forwardable.gemspec", "lib/forwardable.rb", "lib/forwardable/impl.rb", "lib/forwardable/version.rb"]
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
Expand Down

0 comments on commit 1b6991e

Please sign in to comment.