X-Received: by 2002:a24:2c4d:: with SMTP id i74mr9494146iti.12.1545631138289; Sun, 23 Dec 2018 21:58:58 -0800 (PST) X-Received: by 2002:a9d:24c3:: with SMTP id z61mr221683ota.1.1545631138181; Sun, 23 Dec 2018 21:58:58 -0800 (PST) Path: csiph.com!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!k10no326000itk.0!news-out.google.com!v141ni480ita.0!nntp.google.com!k10no325999itk.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ruby Date: Sun, 23 Dec 2018 21:58:57 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=43.250.81.147; posting-account=3bDjmAoAAAANmez5Eay2qsM3EPnU2wgM NNTP-Posting-Host: 43.250.81.147 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1984f1fa-e7f9-4091-b080-b1f73b54bd92@googlegroups.com> Subject: Re: [ANN] rubygems-update 1.8.5 Released From: lsnbdmail@gmail.com Injection-Date: Mon, 24 Dec 2018 05:58:58 +0000 Content-Type: text/plain; charset="UTF-8" Lines: 45 Xref: csiph.com comp.lang.ruby:7402 On Wednesday, June 1, 2011 at 4:44:11 AM UTC+6, Evan Phoenix wrote: > rubygems-update version 1.8.5 has been released! > > * > * > * > * > * > > RubyGems is a package management framework for Ruby. > > This gem is an update for the RubyGems software. You must have an > installation of RubyGems before this update can be applied. > > See Gem for information on RubyGems (or `ri Gem`) > > To upgrade to the latest RubyGems, run: > > $ gem update --system # you might need to be an administrator or root > > See UPGRADING.rdoc for more details and alternative instructions. > > ----- > > If you don't have RubyGems installed, your can still do it manually: > > * Download from: https://rubygems.org/pages/download > * Unpack into a directory and cd there > * Install with: ruby setup.rb # you may need admin/root privilege > > For more details and other options, see: > > ruby setup.rb --help > > Changes: > > ### 1.8.5 / 2011-05-31 > > * 2 minor enhancement: > * The -u option to 'update local source cache' is official deprecated. > * Remove has_rdoc deprecations from Specification. > > * 2 bug fixes: > * Handle bad specs more gracefully. > * Reset any Gem paths changed in the installer.