Skip to content

Commit 4698b91

Browse files
committed
refactor: use one glob pattern
1 parent 9badae8 commit 4698b91

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)