1 minor fix:
Use to_s on Pathname to support Ruby 1.9
1 minor fix:
Previous fix for LoadErrors failed for cucumber.
1 minor fix:
Fix Polyglot catching LoadErrors not raised in Polyglot.find and re-raising the
wrong message.
1 significant fix:
Require using absolute pathname now works correctly on Ruby 1.8
1 significant fix:
Polyglot's require may be called with a Pathname, or other object allowed by Kernel#require that doesn't support [] (Kernel#require uses to_str apparently)
1 significant fix:
Previous LoadError change is checked in this time (oops!)
2 minor enhancements:
Raise MissingSourceFile exception instead of LoadError if ActiveSupport is loaded
Re-raise original exception new one on require load fail
2 minor enhancements:
Doesn't search $: when asked to load an absolute path
Adds a helpful exception message on LoadError
1 minor defect:
code to raise LoadError itself raised an exception
1 major enhancement:
Doesn't reload on every require
1 major enhancement:
Initial release
Generated with the Darkfish Rdoc Generator 2.