Skip to content

Commit

Permalink
phlex.gemspec: Drop exe/ mentions
Browse files Browse the repository at this point in the history
Signed-off-by: Olle Jonsson <olle.jonsson@gmail.com>
  • Loading branch information
olleolleolle authored Nov 27, 2023
1 parent 5f0c9b0 commit 269a7fa
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 269a7fa

Please sign in to comment.