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 3ad7855 commit d6ac684Copy full SHA for d6ac684
_gem/go_gem.gemspec
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
26
spec.files = IO.popen(%w[git ls-files -z], chdir: __dir__, err: IO::NULL) do |ls|
27
ls.readlines("\x0", chomp: true).reject do |f|
28
(f == gemspec) ||
29
- f.start_with?(*%w[bin/ test/ spec/ features/ .git .github appveyor Gemfile])
+ f.start_with?(*%w[bin/ test/ spec/ features/ .git .github appveyor Gemfile sig/non-gemify/])
30
end
31
32
spec.bindir = "exe"
0 commit comments