Skip to content

Commit

Permalink
Merge pull request #329 from biow0lf/biow0lf-patch-1
Browse files Browse the repository at this point in the history
Fix gemspec metadata
  • Loading branch information
davetron5000 authored Jul 18, 2024
2 parents 430fed9 + f603863 commit 70f8cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec = Gem::Specification.new do |s|
s.metadata = {
'bug_tracker_uri' => 'https://github.com/davetron5000/gli/issues',
'changelog_uri' => 'https://github.com/davetron5000/gli/releases',
'documentation_uri' => 'http://davetron5000.github.io/gli/rdoc/index.html',
'documentation_uri' => 'https://davetron5000.github.io/gli/rdoc/index.html',
'homepage_uri' => 'https://davetron5000.github.com/gli/',
'source_code_uri' => 'https://github.com/davetron5000/gli/',
'wiki_url' => 'https://github.com/davetron5000/gli/wiki',
Expand Down

0 comments on commit 70f8cec

Please sign in to comment.