Skip to content

Commit f603863

Browse files
authored
Fix gemspec metadata
1 parent 430fed9 commit f603863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gli.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec = Gem::Specification.new do |s|
1515
s.metadata = {
1616
'bug_tracker_uri' => 'https://github.com/davetron5000/gli/issues',
1717
'changelog_uri' => 'https://github.com/davetron5000/gli/releases',
18-
'documentation_uri' => 'http://davetron5000.github.io/gli/rdoc/index.html',
18+
'documentation_uri' => 'https://davetron5000.github.io/gli/rdoc/index.html',
1919
'homepage_uri' => 'https://davetron5000.github.com/gli/',
2020
'source_code_uri' => 'https://github.com/davetron5000/gli/',
2121
'wiki_url' => 'https://github.com/davetron5000/gli/wiki',

0 commit comments

Comments
 (0)