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 Oct 24, 2022
1 parent 4843959 commit 7a25e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ferrum.gemspec
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.description = "Ferrum allows you to control headless Chrome browser"
s.license = "MIT"
s.require_paths = ["lib"]
s.files = Dir["{lib}/**/*"] + %w[LICENSE README.md]
s.files = Dir["lib/**/*", "LICENSE", "README.md"]
s.metadata = {
"homepage_uri" => "https://ferrum.rubycdp.com/",
"bug_tracker_uri" => "https://github.com/rubycdp/ferrum/issues",
Expand Down

0 comments on commit 7a25e46

Please sign in to comment.