Skip to content

Commit

Permalink
Merge branch 'master' into keep-relative-imports-at-the-end
Browse files Browse the repository at this point in the history
  • Loading branch information
florentferry committed Feb 4, 2019
2 parents 2ca5f65 + 6057772 commit 409b38d
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 409b38d

Please sign in to comment.