Skip to content

Commit b60d4c6

Browse files
committed
Fill in gemspec
1 parent 36cfac3 commit b60d4c6

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

psych-comments.gemspec

+5-7
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,15 @@ Gem::Specification.new do |spec|
88
spec.authors = ["Masaki Hara"]
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 = "Comment-aware YAML"
12+
spec.description = "Brings comment-aware YAML parsing to Psych"
13+
spec.homepage = "https://github.com/wantedly/psych-comments"
1414
spec.license = "MIT"
1515
spec.required_ruby_version = ">= 2.4.0"
1616

17-
spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
18-
1917
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."
18+
spec.metadata["source_code_uri"] = "https://github.com/wantedly/psych-comments"
19+
spec.metadata["changelog_uri"] = "https://github.com/wantedly/psych-comments/tree/master/CHANGELOG.md"
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)