Skip to content

Commit 6a70725

Browse files
authored
gemspec: Remove unused files
Remove the list of executables.
1 parent 646c027 commit 6a70725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zlib.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Gem::Specification.new do |spec|
2222
spec.homepage = "https://github.com/ruby/zlib"
2323
spec.licenses = ["Ruby", "BSD-2-Clause"]
2424

25-
spec.files = [".gitignore", ".travis.yml", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "ext/zlib/extconf.rb", "ext/zlib/zlib.c", "zlib.gemspec"]
25+
spec.files = ["LICENSE.txt", "README.md", "ext/zlib/extconf.rb", "ext/zlib/zlib.c", "zlib.gemspec"]
2626
spec.bindir = "exe"
27-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
27+
spec.executables = []
2828
spec.require_paths = ["lib"]
2929
spec.extensions = "ext/zlib/extconf.rb"
3030
spec.required_ruby_version = ">= 2.3.0"

0 commit comments

Comments
 (0)