|
osdir.com mailing list archive F.A.Q. -since 2001! |
|
|
|
Subject: [ANN] rubygems-update 1.8.5 Released - msg#01506List: ruby-talk
by Date: Prev Next Date Index by Thread: Prev Thread Index
rubygems-update version 1.8.5 has been released!
* <http://rubygems.org> * <http://docs.rubygems.org> * <http://help.rubygems.org> * <http://github.com/rubygems> * <http://rubyforge.org/projects/rubygems> 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.
Thread at a glance:
Previous Message by Date:Re: What editor or IDE do you use?On 01.06.2011 00:36, David Jacobs wrote: > Vim all the way. For me, fits the Ruby mantra of keeping things simple but > flexible. Vim too here. There's only one real downside here (for me, anyway): I'm used to languages using parenthesis and thus I'm used to navigate a lot with the % key (jump between parenthesis). Not so with ruby, to my knowledge there's nothing you can make % to do jump between opening begin/class/etc. and closing end. Would love be proved otherwise here. - Markus Previous Message by Thread:What editor or IDE do you use?I'm pretty new to Ruby. What editor or IDE do you use? I usually use VIM for a lot of my coding. Rubymine looks pretty cool.
blog comments powered by Disqus
|
|