Skip to content

Commit 711d316

Browse files
committed
Cleanup
1 parent 1e1926e commit 711d316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

errbit_github_plugin.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
2323
spec.files = IO.popen(["git", "ls-files", "-z"], chdir: __dir__, err: IO::NULL) do |ls|
2424
ls.readlines("\x0", chomp: true).reject do |f|
2525
(f == gemspec) ||
26-
f.start_with?(*['bin/', 'test/', 'spec/', 'features/', '.git', '.github', 'appveyor', 'Gemfile'])
26+
f.start_with?("bin/", "test/", "spec/", "features/", ".git", ".github", "appveyor", "Gemfile")
2727
end
2828
end
2929
spec.require_paths = ["lib"]

0 commit comments

Comments
 (0)