File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,17 @@ Gem::Specification.new do |spec|
13
13
A script that manages your gem version and creates a GitHub branch, PR, and
14
14
release for a new gem version.
15
15
DESCRIPTION
16
- spec . homepage = 'https://github.com/main-branch/create_github_release'
17
16
spec . license = 'MIT'
18
17
spec . required_ruby_version = '>= 3.1.0'
19
18
20
19
spec . metadata [ 'allowed_push_host' ] = 'https://rubygems.org'
21
20
21
+ # Project links
22
+ spec . homepage = "https://github.com/main-branch/#{ spec . name } "
22
23
spec . metadata [ 'homepage_uri' ] = spec . homepage
23
24
spec . metadata [ 'source_code_uri' ] = spec . homepage
24
- spec . metadata [ 'changelog_uri' ] = "https://rubydoc.info/gems/#{ spec . name } /#{ spec . version } /file/CHANGELOG.md"
25
25
spec . metadata [ 'documentation_uri' ] = "https://rubydoc.info/gems/#{ spec . name } /#{ spec . version } "
26
+ spec . metadata [ 'changelog_uri' ] = "https://rubydoc.info/gems/#{ spec . name } /#{ spec . version } /file/CHANGELOG.md"
26
27
27
28
# Specify which files should be added to the gem when it is released.
28
29
# 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