Skip to content

Commit 5f19fb5

Browse files
authored
Merge pull request #212 from phylor/master
Fix files being part of the gem
2 parents e822f57 + 2055fee commit 5f19fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuprite.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
1313
"run your tests on a headless Chrome browser"
1414
s.license = "MIT"
1515
s.require_paths = ["lib"]
16-
s.files = Dir["{lib}/**/*,LICENSE,README.md"]
16+
s.files = Dir["{lib}/**/*", "LICENSE", "README.md"]
1717
s.metadata = {
1818
"homepage_uri" => "https://cuprite.rubycdp.com/",
1919
"bug_tracker_uri" => "https://github.com/rubycdp/cuprite/issues",

0 commit comments

Comments
 (0)