Skip to content

Commit 7be58cd

Browse files
committed
Exclude rake files from packages
1 parent 6095510 commit 7be58cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io-wait.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
1616

1717
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
1818
`git ls-files -z`.split("\x0").reject do |f|
19-
f.match(%r{\A(?:test|spec|features)/|\A\.(?:git|travis)})
19+
(f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features|rakelib)/|\.(?:git|travis|circleci)|appveyor|Rakefile)})
2020
end
2121
end
2222
spec.extensions = %w[ext/io/wait/extconf.rb]

0 commit comments

Comments
 (0)