File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,15 @@ Gem::Specification.new do |spec|
8
8
spec . authors = [ "Masaki Hara" ]
9
9
spec . email = [ "[email protected] " ]
10
10
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 "
14
14
spec . license = "MIT"
15
15
spec . required_ruby_version = ">= 2.4.0"
16
16
17
- spec . metadata [ "allowed_push_host" ] = "TODO: Set to your gem server 'https://example.com'"
18
-
19
17
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"
22
20
23
21
# Specify which files should be added to the gem when it is released.
24
22
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
You can’t perform that action at this time.
0 commit comments