RubyGems is the default library to use for packaging and distributing Ruby libraries and code.
RubyGems seamlessly integrates with the Ruby CLI, allowing easya nd fast install of any third-party Ruby libraries.
Very easy to install, just run the setup.rb file.
What's New in This Release: [ read full changelog ]
· Use File.realpath to remove extra / while checking if files are installable.
· When installing RubyGems on JRuby, the standard library is no longer deleted.
· When building extconf.rb extensions use the intermediate destination directory. This addresses further issues with C extension building.
· Use the absolute path to the generated siteconf in case the extension changes directories to run extconf.rb (like memcached).