From c9d5c19fcc797ddac91c8d17c3d496281a4de914 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 25 Apr 2023 18:57:44 +0200 Subject: [PATCH] Update README.rdoc --- README.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index 29a5a16..ae2dbbe 100644 --- a/README.rdoc +++ b/README.rdoc @@ -19,10 +19,10 @@ This software is provided "as is" and without any express or implied warranties, fuzzr is distributed as a Ruby Gem. You can download and install fuzzr as a Ruby Gem from the common {Rubygems.org}[https://www.rubygems.org/gems/fuzzr] repository by executing the following command: - $ gem install fuzzr + $ gem install rite-fuzzr The RIDL Gem is a Ruby-only Gem without any dependencies. == Releasing new RIDL Ruby Gem -A new fuzzr ruby gem release can be made by incrementing the fuzzr version in link:lib/fuzz/version.rb and create a new release on {github}[https://github.com/RemedyIT/fuzzr/releases] matching the new version (for example v2.7.0). The github {Ruby Gem Release}[https://github.com/RemedyIT/fuzzr/actions?query=workflow%3A%22Ruby+Gem+Release%22] action will automatically create a new gem and push it to {Rubygems.org}[https://www.rubygems.org/gems/fuzzr]. +A new fuzzr ruby gem release can be made by incrementing the fuzzr version in link:lib/fuzz/version.rb and create a new release on {github}[https://github.com/RemedyIT/fuzzr/releases] matching the new version (for example v2.7.0). The github {Ruby Gem Release}[https://github.com/RemedyIT/fuzzr/actions?query=workflow%3A%22Ruby+Gem+Release%22] action will automatically create a new gem and push it to {Rubygems.org}[https://www.rubygems.org/gems/rite-fuzzr].