Skip to content

Commit

Permalink
Update gemspec to avoid binstubs being installed on system path (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
balvig committed Jun 12, 2023
1 parent c3933f5 commit 5f25572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/spyke/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Spyke
VERSION = '7.1.0'
VERSION = '7.1.1'
end
2 changes: 1 addition & 1 deletion spyke.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

Expand Down

0 comments on commit 5f25572

Please sign in to comment.