From 09266eccf46540e1cd8170800e3b52a6565254d3 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 11 Oct 2020 15:27:45 +0900 Subject: [ruby/io-wait] Fixed regexp to reject .travis* at the toplevel only https://github.com/ruby/io-wait/commit/4434b10e46 --- ext/io/wait/io-wait.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/io/wait') diff --git a/ext/io/wait/io-wait.gemspec b/ext/io/wait/io-wait.gemspec index 83b1692d8f..5659e32cdb 100644 --- a/ext/io/wait/io-wait.gemspec +++ b/ext/io/wait/io-wait.gemspec @@ -15,7 +15,7 @@ Gem::Specification.new do |spec| spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do `git ls-files -z`.split("\x0").reject do |f| - f.match(%r{\A(?:test|spec|features)/|\A\.git|\.travis}) + f.match(%r{\A(?:test|spec|features)/|\A\.(?:git|travis)}) end end spec.bindir = "exe" -- cgit v1.2.3