File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,17 @@ Gem::Specification.new do |spec|
8
8
spec . authors = [ "sue445" ]
9
9
spec . email = [ "sue445@sue445.net" ]
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 = "Parser for ruby.h "
12
+ spec . description = "Parser for ruby.h "
13
+ spec . homepage = "https://github.com/sue445/ruby_header_parser "
14
14
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"
18
16
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" ] = 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"
22
22
23
23
# Specify which files should be added to the gem when it is released.
24
24
# 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