Posted By: Eric Hodel
Date: 2009-07-27 15:47
Summary: RubyGems 1.3.5
Project: RubyGems

rubygems-update version 1.3.5 has been released!

* <http://rubygems.rubyforge.org/>
* <http://rubyforge.org/projects/rubygems>
* <http://rubygems.org/>

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

NOTE: RubyGems 1.1 and 1.2 have problems upgrading when there is no
rubygems-update installed. You will need to use the following instructions
if you see "Nothing to update".

If you have an older version of RubyGems installed, then you can still
do it in two steps:

$ gem install rubygems-update # again, might need to be admin/root
$ update_rubygems # ... here too

If you don't have any RubyGems install, there is still the pre-gem approach to
getting software, doing it manually:

1. Download from: http://rubyforge.org/frs/?group_id=126
2. Unpack into a directory and cd there
3. Install with: ruby setup.rb # you may need admin/root privilege

For more details and other options, see:

ruby setup.rb --help

Changes:

### 1.3.5 / 2009-07-21

Bug fixes:

* Fix use of prerelease gems.
* Gem.bin_path no longer escapes path with spaces. Bug #25935 and #26458.

Deprecation Notices:

* Bulk index update is no longer supported (the code currently remains, but not
the tests)
* Gem::manage_gems was removed in 1.3.3.
* Time::today was removed in 1.3.3.

Latest News
groonga 0.9.1 Released
    Kouhei Sutou - 2010-02-09 08:30
groonga 0.9.0 Released
    Kouhei Sutou - 2010-02-09 03:33
Release of 1.1.5
    Colby Gutierrez-Kraybill - 2010-02-08 15:43
axis-netcam-0.2.1 Released, SCM moved to github
    Matt Zukowski - 2010-02-08 12:05
Task management
    Artsiom Anikeyenka - 2010-02-08 09:52

 

Forums | Admin

Discussion Forums: rubygems-1.3.5

Start New Thread Start New Thread

 

Topic Topic Starter Replies Last Post
  Permission denied for "gem -v"Alexander Seidl12009-11-08 12:39