Bugs item #27087, was opened at 2009-09-10 15:34
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=575&aid=27087&group_id=126

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Rob Sanheim (rsanheim)
Assigned to: Nobody (None)
Summary: Rubygems 1.3.5 and Ruby 1.9 breaks hard after require 
'rubygems/specification'

Initial Comment:
Please see the repo:

http://github.com/rsanheim/ruby19_rubygems_bug/tree/master

The build is here:

http://runcoderun.com/rsanheim/ruby19_rubygems_bug

The failing build on Ruby 1.9.1 p243:

http://runcoderun.com/rsanheim/ruby19_rubygems_bug

http://runcoderun.com/rsanheim/ruby19_rubygems_bug/builds/09a9f683fe7848980e10ac7bd2291040ec11ea17/1/ruby_191

Here is the simplest code to illustrate:

  require 'hoe'
  gem 'hoe' # these should work

  puts "about to break 'gem'"  
  require 'rubygems/specification'
  gem 'hoe' # exception thrown here when it shouldn't be


----------------------------------------------------------------------

You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=575&aid=27087&group_id=126
_______________________________________________
Rubygems-developers mailing list
http://rubyforge.org/projects/rubygems
Rubygems-developers@rubyforge.org
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to