We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6fc6f3 commit 6c2338dCopy full SHA for 6c2338d
set.gemspec
@@ -19,7 +19,5 @@ Gem::Specification.new do |spec|
19
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
20
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
21
end
22
- spec.bindir = "exe"
23
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
24
spec.require_paths = ["lib"]
25
0 commit comments