From 136e3406925a61163d56e629689be7b7a72eac6e Mon Sep 17 00:00:00 2001 From: gemmaro Date: Mon, 6 Jul 2026 12:09:34 +0900 Subject: [PATCH] doc: Update description about libconfig gem on RubyGems.org. * doc/libconfig.texi (Ruby): Update description to make it clear that the libconfig gem on RubyGems.org is not a libconfig binding. --- doc/libconfig.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/libconfig.texi b/doc/libconfig.texi index 189f4cf..de2eb34 100644 --- a/doc/libconfig.texi +++ b/doc/libconfig.texi @@ -2474,14 +2474,14 @@ may be found on github at @url{https://github.com/cnangel/python-libconfig/}. @comment node-name, next, previous, up @section Ruby -Christopher Mark Gore's @i{ruby-libconfig} is a Ruby library that provides Ruby -bindings for @i{libconfig}. It may be found at +Christopher Mark Gore's @i{ruby-libconfig} is a pure Ruby library that serializes Ruby +objects into the @i{libconfig} format. It may be found at @url{https://rubygems.org/gems/libconfig} or on github at @url{https://github.com/cgore/ruby-libconfig}. @sp 1 -There is also another Ruby wrapper, @i{libconfig-ruby}, that is included in +There is a Ruby wrapper, @i{libconfig-ruby}, that is included in the @i{libconfig} git repository at @url{https://github.com/hyperrealm/libconfig}, in the @file{contrib/libconfig-ruby} subdirectory.