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

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Bhavin Kamani (beekay)
Assigned to: Nobody (None)
Summary: spork fails to work with rubygems 1.8.0/1.8.1 but works with 1.7.2  

Initial Comment:
After doing a system upgrade spork fails to work with 1.8.0/1.8.1. It appears 
to be rubygems issue as  stacktrace (https://gist.github.com/956888) leads to a 
rubygem deprecated method "latest_load_paths". All works well when I revert 
back to 1.7.2

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

Comment By: Tim Harper (timcharper)
Date: 2011-05-06 09:33

Message:
What can a gem author use in place of latest_load_paths?  I'm currently using 
the method to auto discover peer plug-ins (such as Spork-testunit) and activate 
code in them.

With latest_load_paths removed, it seems that I have to resort to scanning the 
gem paths myself? That's kind of a bummer, if you ask me.



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

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