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 1e1926e commit 711d316Copy full SHA for 711d316
errbit_github_plugin.gemspec
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
23
spec.files = IO.popen(["git", "ls-files", "-z"], chdir: __dir__, err: IO::NULL) do |ls|
24
ls.readlines("\x0", chomp: true).reject do |f|
25
(f == gemspec) ||
26
- f.start_with?(*['bin/', 'test/', 'spec/', 'features/', '.git', '.github', 'appveyor', 'Gemfile'])
+ f.start_with?("bin/", "test/", "spec/", "features/", ".git", ".github", "appveyor", "Gemfile")
27
end
28
29
spec.require_paths = ["lib"]
0 commit comments