Skip to content

Commit 2ac033d

Browse files
authored
Merge pull request #30 from Shopify/rafaelfranca-patch-1
Update source code URI and file patterns in gemspec
2 parents b048eca + e318e4f commit 2ac033d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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"]
2929
spec.bindir = "exe"
3030
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
3131
spec.require_paths = ["lib"]

lib/cibuildgem/cli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def ci_template
101101
@runtime_version_for_compilation = RubySeries.runtime_version_for_compilation(ruby_requirements)
102102
@ruby_versions_for_testing = RubySeries.versions_to_test_against(ruby_requirements)
103103

104-
directory(".github", context: instance_eval("binding"))
104+
directory("github", ".github", context: instance_eval("binding"))
105105
end
106106

107107
desc "release", "Release the gem with precompiled binaries. For internal usage.", hide: true

lib/cibuildgem/templates/.github/workflows/cibuildgem.yaml.tt renamed to lib/cibuildgem/templates/github/workflows/cibuildgem.yaml.tt

File renamed without changes.

0 commit comments

Comments
 (0)