Skip to content

Commit

Permalink
Remove gemfiles from files in gemspec (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spone authored and florentferry committed Feb 4, 2019
1 parent 0f97be1 commit 6057772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion komponent.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
}

spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features|fixtures)/})
f.match(%r{^(test|spec|features|fixtures|gemfiles)/})
end

spec.require_paths = ["lib"]
Expand Down

0 comments on commit 6057772

Please sign in to comment.