maintainer-feedback requested: [Bug 260780] devel/ruby-gems: Sending a patch for updating to 3.3.3

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 29 Dec 2021 05:01:50 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-ruby (Nobody)
<ruby@FreeBSD.org> for maintainer-feedback:
Bug 260780: devel/ruby-gems: Sending a patch for updating to 3.3.3
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260780



--- Description ---
This diff provides an update to the latest version 3.3.3 for devel/ruby-gems

As well as the version update, the patch introduces a new behavior to the port
build in that it will not produce the bin/gem symlink unless the build is being
produced under the default ruby version. afaict this may help to prevent some
pathname collisions under builds for different Ruby versions.  I'd added this
with the update, after how the symbolic linking is approached e.g in
lang/ruby30 

Outside of the particular idea for the symlink handling under the 'gem' cmd,
this update may help to resolve some issues for resolving gemspec pathnames
under bin or exec files for gems, e.g the 'irb' command

I've tested this patch under Ruby 3.0

HTH
- Sean