File activesupport-2.3.14.patch of Package rubygem-activesupport-2_3
--- activesupport-2.3.14/lib/active_support/core_ext/load_error.rb 2012-03-13 11:42:52.000000000 +0000
+++ activesupport-2.3.14/lib/active_support/core_ext/load_error.rb 2012-03-13 11:48:06.000000000 +0000
@@ -18,6 +18,7 @@
end
REGEXPS = [
+ [/^cannot load such file -- (.+)$/i, 1],
[/^no such file to load -- (.+)$/i, 1],
[/^Missing \w+ (file\s*)?([^\s]+.rb)$/i, 2],
[/^Missing API definition file in (.+)$/i, 1]