Skip to content

Commit

Permalink
Merge pull request #26 from olleolleolle/patch-1
Browse files Browse the repository at this point in the history
gemspec: Remove unused files
  • Loading branch information
hsbt authored Apr 1, 2021
2 parents 646c027 + 6a70725 commit d509d95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zlib.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/ruby/zlib"
spec.licenses = ["Ruby", "BSD-2-Clause"]

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"]
spec.files = ["LICENSE.txt", "README.md", "ext/zlib/extconf.rb", "ext/zlib/zlib.c", "zlib.gemspec"]
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.executables = []
spec.require_paths = ["lib"]
spec.extensions = "ext/zlib/extconf.rb"
spec.required_ruby_version = ">= 2.3.0"
Expand Down

0 comments on commit d509d95

Please sign in to comment.