Skip to content

Commit c0e902c

Browse files
rafaelfrancaEdouard-chin
authored andcommitted
Update source code URI and file patterns in gemspec
The code url should point to the repository. Also removed the script folder since it doesn't exist.
1 parent 143be96 commit c0e902c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cibuildgem.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Gem::Specification.new do |spec|
2323

2424
spec.metadata["allowed_push_host"] = "https://rubygems.org"
2525
spec.metadata["homepage_uri"] = spec.homepage
26-
spec.metadata["source_code_uri"] = "https://github.com"
26+
spec.metadata["source_code_uri"] = "https://github.com/shopify/cibuildwheel"
2727

28-
spec.files = Dir["{exe,lib,scripts}/**/*", "LICENSE.md", "README.md", "lib/cibuildgem/templates/.github/**/*"]
28+
spec.files = Dir["{exe,lib}/**/*", "LICENSE.md", "README.md", "lib/cibuildgem/templates/.github/**/*"]
2929
spec.bindir = "exe"
3030
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
3131
spec.require_paths = ["lib"]

0 commit comments

Comments
 (0)