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 be94ccb commit c8b8973
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions drive_v3.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,18 @@ Gem::Specification.new do |spec|

spec.summary = 'Unofficial helpers and extensions for the Google Drive V3 API'
spec.description = spec.summary
spec.homepage = 'https://github.com/main-branch/drive_v3'
spec.license = 'MIT'
spec.required_ruby_version = '>= 3.1.0'

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

# 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/drive_v3/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 c8b8973

Please sign in to comment.