Skip to content

Commit

Permalink
gemspec: Drop unused directives
Browse files Browse the repository at this point in the history
This gem exposes no executables, and test_files is not used by RubyGems.org.
  • Loading branch information
olleolleolle authored Nov 17, 2021
1 parent 35ced98 commit ebe7580
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions money.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ Gem::Specification.new do |s|
s.add_development_dependency "kramdown", "~> 2.3"

s.files = `git ls-files -z -- config/* lib/* CHANGELOG.md LICENSE money.gemspec README.md`.split("\x0")
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.require_paths = ["lib"]

if s.respond_to?(:metadata)
Expand Down

0 comments on commit ebe7580

Please sign in to comment.