File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,10 +14,13 @@ Gem::Specification.new do |spec|
1414 spec . license = "MIT"
1515 spec . required_ruby_version = ">= 4.0.0"
1616
17- spec . metadata [ "homepage_uri" ] = spec . homepage
18- spec . metadata [ "source_code_uri" ] = spec . homepage
19- spec . metadata [ "bug_tracker_uri" ] = "#{ spec . homepage } /issues"
20- spec . metadata [ "rubygems_mfa_required" ] = "true"
17+ spec . metadata = {
18+ "rubygems_mfa_required" => "true" ,
19+ "bug_tracker_uri" => "#{ spec . homepage } /issues" ,
20+ "documentation_uri" => "#{ spec . homepage } /blob/v#{ spec . version } /README.md" ,
21+ "homepage_uri" => spec . homepage ,
22+ "source_code_uri" => spec . homepage
23+ }
2124
2225 # Specify which files should be added to the gem when it is released.
2326 # 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