[ANN] RubyGems 0.9.1

0 views
Skip to first unread message

Eric Hodel

unread,
Jan 16, 2007, 5:09:28 PM1/16/07
to rubyonra...@googlegroups.com
= Announce: RubyGems Release 0.9.1

Finally, the much anticipated RubyGems version 0.9.1 is now available.
This release includes a number of new features and bug fixes.

The most important change in RubyGems 0.9.1 is that RubyGems no
longer allows files to be installed outside of the installation
directory. A separate security bulletin with full details will be
posted shortly.

RubyGems 0.9.1 is a required update. The RubyForge gem repository
will soon disallow installation by older versions of RubyGems.
Manual installation will still be allowed.

== Upgrade note

While require_gem was deprecated in 0.9.0, the bin stubs are still
using it (oops!). To get rid of the warnings printed by rake or
other bin stubs simply run 'gem pristine --all'.

== Changes in RubyGems 0.9.1

Major changes include:

* RubyGems no longer allows installation of files outside the gem
directory
* #require_gem will now print a warning, use #gem instead
* RubyGems now requires ruby 1.8.2 or greater
* RubyGems is -w clean

Minor changes include:

* gem command changes
* new gem pristine command
* new gem outdated command
* new gem sources command
* gem uninstall can uninstall multiple gems
* gem install uses the cache instead of downloading
* gem install returns non-zero exit code on failure
* gem install can now set shebang on bin stubs (env or ruby)
* gem help output now fits in 80 columns
* many proxy installation improvements
* gem cert improvements
* RubyGems is now easier to use as a library
* Easier programatic installs
* Easier inspection of local and remote gems
* extension building enhancements
* error reporting enhancements (less odd exceptions)
* require now loads .jar files

Bug fixes:

* installing from scratch fixed
* gem install --force forces
* installing from read-only location works
* gem uninstall requires full name
* gem install obeys GEM_HOME for bin scripts
* RubyGems now installs on ruby 1.9
* fixed issue with Gem::Specification#hash for JRuby
* RubyGems now installs RDoc and ri for itself
* RubyGems is now tab-free

== What is RubyGems?

RubyGems is a package management system for Ruby applications and
libraries. RubyGems' one command download makes installing Ruby software
fun and enjoyable again.

Many gems are available for download from the RubyForge site. Browse
the list of gems with a "gem list --remote" command and download what
you need with a simple "gem install <name-of-gem>". RubyGems takes care
of the details of installing, not only the gem you requested, but also
any gems needed by the software you selected.

== RubyGems Statistics

* About 1250 different gems are available from RubyForge
* Over 540 thousand downloads of the RubyGems software
* Over 8 million gem downloads

If you are interested in finding out when new gems are released, I
maintain an RSS feed at http://onestepback.org/gemwatch.rss.

== How can I get RubyGems?

If you have a recent version of RubyGems (0.8.5 or later), then all
you need to do is:

$ gem update --system # you might need to be admin/root
$ gem pristine --all # ... here too

(Note: You may have to run the command twice if you have any previosly
installed rubygems-update gems).

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
$ gem pristine --all # and here

If you don't have any gems 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 all (you may need admin/root privilege)

== What's Next

For RubyGems 0.9.2 the RubyGems team is looking to add:

* Integration of local and remote installation
* Automatic installation of platform-specific gems

== Thanks

Contributors to this release include:

Anatol Pomozov, Gavin Sinclair, David Lee, Ryan Davis, Robert James,
Chris Morris, Sylvain Joyeux, Sava Chankov, Tom Pollard, Kevin Clark,
Andy Shen.

Keep those gems coming!

-- Eric Hodel (for the RubyGems team)

Jeff

unread,
Jan 16, 2007, 6:18:39 PM1/16/07
to Ruby on Rails: Talk
Eric,

I attempted to update from 0.9.0 to 0.9.1, but to no avail.
gem update --system ran without incident.
However, gem pristine --all failed as the pristine command could not be
found.

I'm running on Mac OS X 10.4.8 with version 1.8.5 of Ruby. I ran gem
update --system twice. Below is the console output from the first
attempt.

Thanks,
Jeff

$ gem --version
0.9.0
$ sudo gem update --system
Password:
Updating RubyGems...
Need to update 24 gems from http://gems.rubyforge.org
........................
complete
Attempting remote update of rubygems-update
Successfully installed rubygems-update-0.9.0
Updating version of RubyGems to 0.9.0
Installing RubyGems 0.9.0
---> bin
<--- bin
---> lib
---> lib/rbconfig
<--- lib/rbconfig
---> lib/rubygems
<--- lib/rubygems
<--- lib
---> bin
<--- bin
---> lib
---> lib/rbconfig
<--- lib/rbconfig
---> lib/rubygems
<--- lib/rubygems
<--- lib
rm -f InstalledFiles
---> bin
mkdir -p /usr/local/bin/
install gem /usr/local/bin/
install gem_mirror /usr/local/bin/
install gem_server /usr/local/bin/
install gemlock /usr/local/bin/
install gemri /usr/local/bin/
install gemwhich /usr/local/bin/
install index_gem_repository.rb /usr/local/bin/
install update_rubygems /usr/local/bin/
<--- bin
---> lib
mkdir -p /usr/local/lib/ruby/site_ruby/1.8/
install gemconfigure.rb /usr/local/lib/ruby/site_ruby/1.8/
install rubygems.rb /usr/local/lib/ruby/site_ruby/1.8/
install ubygems.rb /usr/local/lib/ruby/site_ruby/1.8/
---> lib/rbconfig
mkdir -p /usr/local/lib/ruby/site_ruby/1.8/rbconfig
install datadir.rb /usr/local/lib/ruby/site_ruby/1.8/rbconfig
<--- lib/rbconfig
---> lib/rubygems
mkdir -p /usr/local/lib/ruby/site_ruby/1.8/rubygems
install builder.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems
install cmd_manager.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems
install command.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems
install config_file.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems
install custom_require.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems
install dependency_list.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems
install doc_manager.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems
install format.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems
install gem_commands.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems
install gem_openssl.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems
install gem_runner.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems
install incremental_fetcher.rb
/usr/local/lib/ruby/site_ruby/1.8/rubygems
install installer.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems
install loadpath_manager.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems
install old_format.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems
install open-uri.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems
install package.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems
install remote_installer.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems
install rubygems_version.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems
install security.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems
install source_index.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems
install specification.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems
install timer.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems
install user_interaction.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems
install validator.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems
install version.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems
<--- lib/rubygems
<--- lib

As of RubyGems 0.8.0, library stubs are no longer needed.
Searching $LOAD_PATH for stubs to optionally delete (may take a
while)...
...done.
No library stubs found.

Successfully built RubyGem
Name: sources
Version: 0.0.1
File: sources-0.0.1.gem
RubyGems system software updated
$ sudo gem pristine --all
ERROR: While executing gem ... (RuntimeError)
Unknown command pristine
Kiriad:/Library/WebServer/Rails/acklife kamakiri$ gem --version
0.9.0

s.ross

unread,
Jan 16, 2007, 8:46:15 PM1/16/07
to rubyonra...@googlegroups.com

Download and build from source, per Eric's instructions. Otherwise you will
install 0.9.0.

>>>
1. DOWNLOAD FROM: http://rubyforge.org/frs/?group_id=126
2. UNPACK INTO A DIRECTORY AND CD THERE
3. INSTALL WITH: ruby setup.rb all (you may need admin/root privilege)
>>>


Jeff-168 wrote:
>
>
> Eric,
>
> I attempted to update from 0.9.0 to 0.9.1, but to no avail.
> gem update --system ran without incident.
> However, gem pristine --all failed as the pristine command could not be
> found.
>
> I'm running on Mac OS X 10.4.8 with version 1.8.5 of Ruby. I ran gem
> update --system twice. Below is the console output from the first
> attempt.
>
> Thanks,
> Jeff
>
> $ gem --version
> 0.9.0
>

--
View this message in context: http://www.nabble.com/-Rails---ANN--RubyGems-0.9.1-tf3024110.html#a8402762
Sent from the RubyOnRails Users mailing list archive at Nabble.com.

s.ross

unread,
Jan 16, 2007, 9:29:12 PM1/16/07
to rubyonra...@googlegroups.com

Download and build from source, per Eric's instructions. Otherwise you will
install 0.9.0.

>>>


1. DOWNLOAD FROM: http://rubyforge.org/frs/?group_id=126
2. UNPACK INTO A DIRECTORY AND CD THERE
3. INSTALL WITH: ruby setup.rb all (you may need admin/root privilege)
>>>


Jeff-168 wrote:
>
>
> Eric,
>
> I attempted to update from 0.9.0 to 0.9.1, but to no avail.
> gem update --system ran without incident.
> However, gem pristine --all failed as the pristine command could not be
> found.
>
> I'm running on Mac OS X 10.4.8 with version 1.8.5 of Ruby. I ran gem
> update --system twice. Below is the console output from the first
> attempt.
>
> Thanks,
> Jeff
>
> $ gem --version
> 0.9.0
>

--
View this message in context: http://www.nabble.com/-Rails---ANN--RubyGems-0.9.1-tf3024110.html#a8402877

Ed Hickey

unread,
Jan 16, 2007, 9:50:46 PM1/16/07
to rubyonra...@googlegroups.com
On 1/16/07, Jeff <je...@addstudios.com> wrote:

Eric,

I attempted to update from 0.9.0 to 0.9.1, but to no avail.
gem update --system ran without incident.
However, gem pristine --all failed as the pristine command could not be
found.

that happened to me too (debian), so i tried the second method mentioned and it worked:


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

ed@laptop:~/ruby$ gem -v
0.9.1

Eric Hodel

unread,
Jan 16, 2007, 10:16:09 PM1/16/07
to rubyonra...@googlegroups.com
On Jan 16, 2007, at 15:18, Jeff wrote:

> Eric,
>
> I attempted to update from 0.9.0 to 0.9.1, but to no avail.
> gem update --system ran without incident.
> However, gem pristine --all failed as the pristine command could
> not be
> found.
>
> I'm running on Mac OS X 10.4.8 with version 1.8.5 of Ruby. I ran gem
> update --system twice. Below is the console output from the first
> attempt.
>
> Thanks,
> Jeff
>
> $ gem --version
> 0.9.0
> $ sudo gem update --system
> Password:
> Updating RubyGems...
> Need to update 24 gems from http://gems.rubyforge.org
> ........................
> complete
> Attempting remote update of rubygems-update
> Successfully installed rubygems-update-0.9.0

Sorry, currently the gem index is offline due to the poisoning of
Hoe, so new gems are not being index (including RubyGems).

You'll have to manually download, install, then run the
update_rubygems command.

Tom is working hard on this, so it should be ready to go again soon.

--
Eric Hodel - drb...@segment7.net - http://blog.segment7.net

I LIT YOUR GEM ON FIRE!

Reply all
Reply to author
Forward
0 new messages