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 06f74a3 commit dfd9380Copy full SHA for dfd9380
optparse.gemspec
@@ -23,7 +23,9 @@ Gem::Specification.new do |spec|
23
spec.metadata["source_code_uri"] = spec.homepage
24
25
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
26
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
+ `git ls-files -z`.split("\x0").reject { |f|
27
+ f.match(%r{\A(?:(?:test|spec|features)/|Gemfile|\.(?:editor|git))})
28
+ }
29
end
30
spec.bindir = "exe"
31
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
0 commit comments