Skip to content

Commit 81cbd81

Browse files
committed
Fix gemspec
1 parent e0f29f6 commit 81cbd81

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ruby_header_parser.gemspec

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ Gem::Specification.new do |spec|
88
spec.authors = ["sue445"]
99
spec.email = ["sue445@sue445.net"]
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 = "Parser for ruby.h"
12+
spec.description = "Parser for ruby.h"
13+
spec.homepage = "https://github.com/sue445/ruby_header_parser"
1414
spec.license = "MIT"
15-
spec.required_ruby_version = ">= 3.0.0"
16-
17-
spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
15+
spec.required_ruby_version = ">= 3.3.0"
1816

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"] = spec.homepage
19+
spec.metadata["changelog_uri"] = "#{spec.homepage}/blob/main/CHANGELOG.md"
20+
spec.metadata["documentation_uri"] = "https://sue445.github.io/ruby_header_parser/"
21+
spec.metadata["rubygems_mfa_required"] = "true"
2222

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

0 commit comments

Comments
 (0)