Skip to content

Commit

Permalink
gemspec: Drop unused executables directives
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Oct 6, 2021
1 parent cfbd6b0 commit 81a3c32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions delegate.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ Gem::Specification.new do |spec|
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
`git ls-files -z 2>/dev/null`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
end
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.required_ruby_version = '>= 2.7'
end

0 comments on commit 81a3c32

Please sign in to comment.