From e743cd5da08a4bba788490a298e6ba5ea8ac2ba2 Mon Sep 17 00:00:00 2001 From: Matthew Hutchinson Date: Sun, 29 Dec 2024 23:39:11 +0000 Subject: [PATCH] update rdoc links --- README.md | 2 +- Rakefile | 2 +- lolcommits-term_output.gemspec | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32d9782..fa97adb 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ The gem is available as open source under the terms of ## Links * [CI](https://github.com/lolcommits/lolcommits-term_output/actions/workflows/ci.yml) -* [RDoc](http://rdoc.info/projects/lolcommits/lolcommits-term_output) +* [RDoc](https://rubydoc.info/gems/lolcommits-term_output) * [Issues](http://github.com/lolcommits/lolcommits-term_output/issues) * [Report a bug](http://github.com/lolcommits/lolcommits-term_output/issues/new) * [Gem](http://rubygems.org/gems/lolcommits-term_output) diff --git a/Rakefile b/Rakefile index d9d87ca..1e87336 100644 --- a/Rakefile +++ b/Rakefile @@ -18,4 +18,4 @@ Rake::TestTask.new(:test) do |t| t.test_files = FileList["test/**/*_test.rb"] end -task default: [ 'test' ] +task default: [ "test" ] diff --git a/lolcommits-term_output.gemspec b/lolcommits-term_output.gemspec index dc75df5..6974ccb 100644 --- a/lolcommits-term_output.gemspec +++ b/lolcommits-term_output.gemspec @@ -14,6 +14,7 @@ Gem::Specification.new do |spec| spec.metadata = { "homepage_uri" => "https://github.com/lolcommits/lolcommits-term_output", + "documentation_uri" => "https://rubydoc.info/gems/lolcommits-term_output", "changelog_uri" => "https://github.com/lolcommits/lolcommits-term_output/blob/master/CHANGELOG.md", "source_code_uri" => "https://github.com/lolcommits/lolcommits-term_output", "bug_tracker_uri" => "https://github.com/lolcommits/lolcommits-term_output/issues",