Rubygem 0.8.3 not working with 1.8.2

Hi

I just installed rubygems 0.8.3. The install appeared to
work without any errors, but the gem commands don't appear
to be working.

gem query --remote

*** REMOTE GEMS ***
/Users/jdf/local_ruby/ruby-1.8.2/lib/ruby/site_ruby/1.8/rubygems.rb:139:in
`activate': (Gem::LoadError)
Could not find RubyGem sources (> 0.0.0)
        from
/Users/jdf/local_ruby/ruby-1.8.2/lib/ruby/site_ruby/1.8/rubygems.rb:42:in
`require_gem'
        from
/Users/jdf/local_ruby/ruby-1.8.2/lib/ruby/site_ruby/1.8/rubygems/remote_installer.rb:380:in
`sources'
        from
/Users/jdf/local_ruby/ruby-1.8.2/lib/ruby/site_ruby/1.8/rubygems/remote_installer.rb:390:in
`source_index_hash'
        from
/Users/jdf/local_ruby/ruby-1.8.2/lib/ruby/site_ruby/1.8/rubygems/remote_installer.rb:370:in
`search'
        from
/Users/jdf/local_ruby/ruby-1.8.2/lib/ruby/site_ruby/1.8/rubygems/gem_commands.rb:376:in
`execute'
        from
/Users/jdf/local_ruby/ruby-1.8.2/lib/ruby/site_ruby/1.8/rubygems/command.rb:49:in
`invoke'
        from
/Users/jdf/local_ruby/ruby-1.8.2/lib/ruby/site_ruby/1.8/rubygems/cmd_manager.rb:90:in
`process_args'
        from
/Users/jdf/local_ruby/ruby-1.8.2/lib/ruby/site_ruby/1.8/rubygems/cmd_manager.rb:63:in
`run'
        from
/Users/jdf/local_ruby/ruby-1.8.2/lib/ruby/site_ruby/1.8/rubygems/gem_runner.rb:9:in
`run'
        from /Users/jdf/local_ruby/ruby-1.8.2/bin/gem:11

···

--
Jim Freeze
Code Red. Code Ruby

It looks to me like you've been bitten by a 0.8.3 install bug. Could
you do me a favor and try installing 0.8.1 and then upgrading to 0.8.3
and see if it works?

Thanks,

Chad Fowler
http://chadfowler.com
http://rubycentral.org
http://rubygarden.org
http://rubygems.rubyforge.org (over 50,000 gems served!)

···

On Mon, 27 Dec 2004 08:47:11 +0900, jim@freeze.org <jim@freeze.org> wrote:

Hi

I just installed rubygems 0.8.3. The install appeared to
work without any errors, but the gem commands don't appear
to be working.

gem query --remote

*** REMOTE GEMS ***
/Users/jdf/local_ruby/ruby-1.8.2/lib/ruby/site_ruby/1.8/rubygems.rb:139:in
`activate': (Gem::LoadError)
Could not find RubyGem sources (> 0.0.0)

* Chad Fowler <chadfowler@gmail.com> [2004-12-27 21:37:29 +0900]:

···

On Mon, 27 Dec 2004 08:47:11 +0900, jim@freeze.org <jim@freeze.org> wrote:
>
It looks to me like you've been bitten by a 0.8.3 install bug. Could
you do me a favor and try installing 0.8.1 and then upgrading to 0.8.3
and see if it works?

That did the trick Chad. Thanks.
Other than the two installation issues I have had,
I think rubygems is one of the most powerful, yet
easy to use, installation packages I have seen
on any system.

--
Jim Freeze
Code Red. Code Ruby