Bugs item #29186, was opened at 2011-05-08 12:31
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=575&aid=29186&group_id=126

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Greg Hazel (ghazel)
Assigned to: Nobody (None)
Summary: NOTE: Gem::SourceIndex#add_spec is deprecated, use 
Specification.add_spec.

Initial Comment:
Upgraded from 1.7.2 to 1.8.1, got deprecation errors about rubygems itself?

NOTE: Gem::SourceIndex#load_gems_in is deprecated with no replacement. It will 
be removed on or after 2011-11-01.
Gem::SourceIndex#load_gems_in called from 
/usr/local/ruby-enterprise-1.8.7-2010.01/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:320.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It 
will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from 
/usr/local/ruby-enterprise-1.8.7-2010.01/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.

These make no sense to me, since rubygems seems to be printing deprecation 
errors about its own code. The later, "NOTE: Gem::SourceIndex#add_spec is 
deprecated, use Specification.add_spec." is spammed easily 50 times.

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

You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=575&aid=29186&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