We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f28f11 commit 47d8949Copy full SHA for 47d8949
cuprite.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
"run your tests on a headless Chrome browser"
14
s.license = "MIT"
15
s.require_paths = ["lib"]
16
- s.files = Dir["{lib}/**/*"] + %w[LICENSE README.md]
+ s.files = Dir["{lib}/**/*,LICENSE,README.md"]
17
s.metadata = {
18
"homepage_uri" => "https://cuprite.rubycdp.com/",
19
"bug_tracker_uri" => "https://github.com/rubycdp/cuprite/issues",
0 commit comments