The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
RubyGems 1.4.0

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Eric Hodel

Posts: 660
Nickname: drbrain
Registered: Mar, 2006

Eric Hodel is a long-time Rubyist and co-founder of Seattle.rb.
RubyGems 1.4.0 Posted: Dec 31, 2010 2:57 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Eric Hodel.
Original Post: RubyGems 1.4.0
Feed Title: Segment7
Feed URL: http://blog.segment7.net/articles.rss
Feed Description: Posts about and around Ruby, MetaRuby, ruby2c, ZenTest and work at The Robot Co-op.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Eric Hodel
Latest Posts From Segment7

Advertisement

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: Ruby 1.9 ships with rubygems and contains a very buggy "gem-prelude". It is a gem loading system that can interfere with updating rubygems itself. We do NOT recommend you update to rubygems 1.4 if you're running ruby 1.9.x until we get that sorted out in a future ruby release.

If you absolutely hate kittens and you must upgrade, you're going to have to do something really hokey like:

% alias ruby19="ruby19 --disable-gems" % alias gem19="ruby19 --disable-gems -S gem"

Even deleting the stock rubygems in 1.9 doesn't fix this situation.


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

  1. Download from: https://rubygems.org/pages/download
  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.4.0 / 2010-12-31

NOTE: In order to better maintain rubygems and to get it in sync with the world (eg, 1.9's 1.3.7 is different from our 1.3.7), rubygems is switching to a 4-6 week release schedule. This release is the precursor to that process and as such may be a bit on the wild side! You have been warned!

NOTE: We've switched to git/github. See README.rdoc for details.

New features:

  • Added --launch option to gem server. (gthiesfeld)
  • Added fuzzy name matching on install failures. (gstark/presidentbeef)
  • Allow searching w/ file extensions: gem which fileutils.rb
  • Progress indicator during download (Ryan Melton)
  • Speed up Gem::Version#<=> by 2-3x in common cases. (raggi)
  • --source is now additive with your current sources. Use --clear-sources first to maintain previous behavior.

Bug fixes:

  • Dependency "~>"s now respect lower-bound prerelease versions.
  • Ensure the gem directories exist on download.
  • Expand Windows user home candidates for Ruby 1.8. Bug #28371 & #28494
  • Fix find_files to order by version.
  • Fix ivar typo. [Josh Peek]
  • Normalized requires and made many of them lazy. Do not depend on rubygems to require stdlib stuff for you. (raggi/tmm1)
  • Treat 1.0.a10 like 1.0.a.10 for sorting, etc. Fixes #27903. (dchelimsky)

Read: RubyGems 1.4.0

Topic: Dead-End Jobs: Are You Suffering From Stockholm Syndrome? Previous Topic   Next Topic Topic: rdoc-tags 1.1 and RDoc 3.2

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use