Skip to content

Commit 9b65edd

Browse files
committed
Fix gemspec
1 parent 6344b1c commit 9b65edd

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

shopify-ruby-definitions.gemspec

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,15 @@ Gem::Specification.new do |spec|
88
spec.authors = ["Peter Zhu"]
99
spec.email = ["[email protected]"]
1010

11-
spec.summary = "TODO: Write a short summary, because RubyGems requires one."
12-
spec.description = "TODO: Write a longer description or delete this line."
13-
spec.homepage = "TODO: Put your gem's website or public repo URL here."
11+
spec.summary = "Ruby builds used at Shopify."
12+
spec.homepage = "https://github.com/shopify/ruby-definitions"
1413
spec.license = "MIT"
1514
spec.required_ruby_version = ">= 2.6.0"
1615

1716
spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
1817

1918
spec.metadata["homepage_uri"] = spec.homepage
20-
spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
21-
spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
19+
spec.metadata["source_code_uri"] = "https://github.com/shopify/ruby-definitions"
2220

2321
# Specify which files should be added to the gem when it is released.
2422
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.

0 commit comments

Comments
 (0)