From 6da4960d81443cdc0c749b84d1d139d8233e4298 Mon Sep 17 00:00:00 2001 From: jeremy Date: Fri, 13 Oct 2023 23:16:58 +0000 Subject: [PATCH] Update lang/ruby module documentation for the removal of Ruby 3.0 --- share/man/man5/ruby-module.5 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/man/man5/ruby-module.5 b/share/man/man5/ruby-module.5 index df4ac936b58..51c79277c25 100644 --- a/share/man/man5/ruby-module.5 +++ b/share/man/man5/ruby-module.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ruby-module.5,v 1.44 2023/09/28 03:34:32 jsg Exp $ +.\" $OpenBSD: ruby-module.5,v 1.45 2023/10/13 23:16:58 jeremy Exp $ .\" .\" Copyright (c) 2011-2015, 2023 Jeremy Evans .\" Copyright (c) 2008, 2011 Marc Espie @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 28 2023 $ +.Dd $Mdocdate: October 13 2023 $ .Dt RUBY-MODULE 5 .Os .Sh NAME @@ -66,7 +66,7 @@ those via .Ev CONFIGURE_STYLE Ns = Ns Qq ruby gem and .Ev CONFIGURE_STYLE Ns = Ns Qq ruby gem ext -both add ruby30, ruby31, and ruby32 +both add ruby31 and ruby32 .Ev FLAVOR Ns s to the port. They also cause the @@ -82,7 +82,7 @@ To specify a version for a gem port, use a specific such as ruby31 to use Ruby 3.1. To specify the Ruby version to use for a non Ruby-gem port, set .Ev MODRUBY_REV -to 3.0, 3.1, or 3.2. +to 3.1 or 3.2. .Pp To ensure that dependencies use the same Ruby implementation as the current port, all Ruby gem dependencies specified in the port -- 2.20.1