Deprecation of --no-rdoc
and --no-ri
options causing installation failure
#52
Labels
--no-rdoc
and --no-ri
options causing installation failure
#52
I encountered an issue while attempting to install
pgxn_utils
using the commandpgxn install pgxn_utils
. The installation process failed with the following error:Upon investigation, it appears that the
pgxn_utils
package is still using the deprecated--no-rdoc
and--no-ri
options, which were removed from RubyGems 5 years ago in favor of the--no-document
option.Considering that these options were deprecated 12 years ago and removed 5 years ago, the usage of
pgxn_utils
is currently incompatible with newer versions of Ruby and RubyGems.I would like to propose addressing this issue by updating the
pgxn_utils
package to use the current documentation options provided by RubyGems. This will ensure compatibility with the latest versions of Ruby and prevent installation failures.Updating the package to use the
--no-document
option instead of the deprecated--no-rdoc
and--no-ri
options. This will allow users to successfully installpgxn_utils
with the latest versions of RubyGems. I believe addressing this compatibility issue will greatly benefit users who wish to install and utilize thepgxn_utils
package with the latest Ruby and RubyGems versions.The text was updated successfully, but these errors were encountered: