From b1b07140f544bd58d9bbda66babdfa35a8b07d2e Mon Sep 17 00:00:00 2001 From: Matthew Hutchinson Date: Sun, 29 Dec 2024 23:39:18 +0000 Subject: [PATCH] update rdoc links --- README.md | 2 +- Rakefile | 2 +- lolcommits-loltext.gemspec | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5dedfec..8398499 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ The gem is available as open source under the terms of ## Links * [CI](https://github.com/lolcommits/lolcommits-loltext/actions/workflows/ci.yml) -* [RDoc](http://rdoc.info/projects/lolcommits/lolcommits-loltext) +* [RDoc](https://rubydoc.info/gems/lolcommits-loltext) * [Issues](http://github.com/lolcommits/lolcommits-loltext/issues) * [Report a bug](http://github.com/lolcommits/lolcommits-loltext/issues/new) * [Gem](http://rubygems.org/gems/lolcommits-loltext) diff --git a/Rakefile b/Rakefile index b2487de..6af4fdd 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-loltext.gemspec b/lolcommits-loltext.gemspec index 41dec1c..aeb9c2e 100644 --- a/lolcommits-loltext.gemspec +++ b/lolcommits-loltext.gemspec @@ -18,6 +18,7 @@ Gem::Specification.new do |spec| spec.metadata = { "homepage_uri" => "https://github.com/lolcommits/lolcommits-loltext", + "documentation_uri" => "https://rubydoc.info/gems/lolcommits-loltext", "changelog_uri" => "https://github.com/lolcommits/lolcommits-loltext/blob/master/CHANGELOG.md", "source_code_uri" => "https://github.com/lolcommits/lolcommits-loltext", "bug_tracker_uri" => "https://github.com/lolcommits/lolcommits-loltext/issues",