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 da4c86c commit 374b685Copy full SHA for 374b685
forwardable.gemspec
@@ -21,6 +21,6 @@ Gem::Specification.new do |spec|
21
spec.required_ruby_version = '>= 2.4.0'
22
spec.files = ["forwardable.gemspec", "lib/forwardable.rb", "lib/forwardable/impl.rb"]
23
spec.bindir = "exe"
24
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
+ spec.executables = []
25
spec.require_paths = ["lib"]
26
end
0 commit comments