Skip to content

Commit 377dde3

Browse files
committed
Fill in some gemspec details
... more to follow soon.
1 parent 32693f9 commit 377dde3

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

type_toolkit.gemspec

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ Gem::Specification.new do |spec|
88
spec.authors = ["Alexander Momchilov"]
99
spec.email = ["alexander.momchilov@shopify.com"]
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 = "A minimal runtime library for implementing abstract classes, interfaces, and more."
12+
spec.description = <<~DESCRIPTION
13+
A minimal runtime library for implementing abstract classes, interfaces, and more.
14+
DESCRIPTION
15+
spec.homepage = "https://github.com/Shopify/type_kit"
1416
spec.required_ruby_version = ">= 3.2.0"
1517

16-
spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
18+
spec.metadata["allowed_push_host"] = "https://rubygems.org"
1719
spec.metadata["homepage_uri"] = spec.homepage
18-
spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
20+
spec.metadata["source_code_uri"] = spec.homepage
1921

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

0 commit comments

Comments
 (0)