Skip to content

Commit

Permalink
phlex.gemspec: Drop exe/ mentions (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Nov 27, 2023
2 parents 5f0c9b0 + 269a7fa commit 258dcc6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions phlex.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ Gem::Specification.new do |spec|
(f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|travis|circleci)|appveyor)})
end
end
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

# Uncomment to register a new dependency of your gem
Expand Down

0 comments on commit 258dcc6

Please sign in to comment.