Skip to content

Commit

Permalink
Update links in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jcouball committed Sep 17, 2024
1 parent a4475f2 commit 1b143b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions version_boss.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,17 @@ Gem::Specification.new do |spec|
command or the 'VersionBoss::Gem::Version' class.
DESC

spec.homepage = 'http://github.com/main-branch/version_boss'
spec.license = 'MIT'
spec.required_ruby_version = '>= 3.1.0'

spec.metadata['allowed_push_host'] = 'https://rubygems.org'

# Project links
spec.homepage = "https://github.com/main-branch/#{spec.name}"
spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = spec.homepage
spec.metadata['changelog_uri'] = "https://rubydoc.info/gems/#{spec.name}/#{spec.version}/file/CHANGELOG.md"
spec.metadata['documentation_uri'] = "https://rubydoc.info/gems/#{spec.name}/#{spec.version}"
spec.metadata['changelog_uri'] = "https://rubydoc.info/gems/#{spec.name}/#{spec.version}/file/CHANGELOG.md"

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

0 comments on commit 1b143b5

Please sign in to comment.