Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 782c881

Browse files
author
Prem Sichanugrist
committed
Remove executables from gemspec
We actually put our binstubs in bin, and they're not executable. This confused RubyGems.
1 parent 5a5b09d commit 782c881

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

codeclimate-services.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Gem::Specification.new do |spec|
1414
spec.license = "MIT"
1515

1616
spec.files = `git ls-files`.split($/)
17-
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
1817
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
1918
spec.require_paths = ["lib"]
2019

0 commit comments

Comments
 (0)