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 6095510 commit 7be58cdCopy full SHA for 7be58cd
io-wait.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
16
17
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
18
`git ls-files -z`.split("\x0").reject do |f|
19
- f.match(%r{\A(?:test|spec|features)/|\A\.(?:git|travis)})
+ (f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features|rakelib)/|\.(?:git|travis|circleci)|appveyor|Rakefile)})
20
end
21
22
spec.extensions = %w[ext/io/wait/extconf.rb]
0 commit comments