SOURCES: ruby-Og-errordetail.patch (NEW) - added
aredridel
aredridel at pld-linux.org
Thu Jun 23 08:56:36 CEST 2005
Author: aredridel Date: Thu Jun 23 06:56:36 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- added
---- Files affected:
SOURCES:
ruby-Og-errordetail.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/ruby-Og-errordetail.patch
diff -u /dev/null SOURCES/ruby-Og-errordetail.patch:1.1
--- /dev/null Thu Jun 23 08:56:36 2005
+++ SOURCES/ruby-Og-errordetail.patch Thu Jun 23 08:56:30 2005
@@ -0,0 +1,14 @@
+diff -ur og-0.19.0-o/lib/og/errors.rb og-0.19.0/lib/og/errors.rb
+--- og-0.19.0-o/lib/og/errors.rb 2005-04-21 05:37:45.000000000 -0600
++++ og-0.19.0/lib/og/errors.rb 2005-06-23 00:49:31.000000000 -0600
+@@ -11,6 +11,10 @@
+ def initialize(original_exception, info = nil)
+ @original_exception, @info = original_exception, info
+ end
++
++ def message
++ super + '(' + info + ')'
++ end
+ end
+
+ end
================================================================
More information about the pld-cvs-commit
mailing list