Skip to content

Commit

Permalink
refactor: use one glob pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
route committed Nov 12, 2022
1 parent 9badae8 commit 4698b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuprite.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
"run your tests on a headless Chrome browser"
s.license = "MIT"
s.require_paths = ["lib"]
s.files = Dir["{lib}/**/*", "LICENSE", "README.md"]
s.files = Dir["lib/**/*", "LICENSE", "README.md"]
s.metadata = {
"homepage_uri" => "https://cuprite.rubycdp.com/",
"bug_tracker_uri" => "https://github.com/rubycdp/cuprite/issues",
Expand Down

0 comments on commit 4698b91

Please sign in to comment.