Skip to content

Commit

Permalink
Remove superfluous items from gem package (#66)
Browse files Browse the repository at this point in the history
Merge pull request 66
  • Loading branch information
amatsuda authored Sep 9, 2024
1 parent d0c1afa commit 1d54716
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mercenary.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/jekyll/mercenary"
spec.license = "MIT"

spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
spec.executables = spec.files.grep(%r!^bin/!) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r!^(test|spec|features)/!)
spec.files = `git ls-files lib History.markdown LICENSE.txt README.md`.split($INPUT_RECORD_SEPARATOR)
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.4.0"
Expand Down

0 comments on commit 1d54716

Please sign in to comment.