From 88a8940f0bcc0658b99d14e5535ad3011b2fe82b Mon Sep 17 00:00:00 2001 From: Florian Frank Date: Fri, 31 Dec 2010 19:09:14 +0100 Subject: Fix for ruby 1.9 const_defined? method MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ruby 1.9 breaks backwards compatibility by usіng the wrong default value for its newly introduced second argument. This patch implements a work around, to make this gem work on both ruby 1.8 and 1.9. --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 0dd9378..fa76a97 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,8 @@ * Included Java source codes for the Jruby extension made by Daniel Luz . * Output full exception message of deep_const_get to aid debugging. + * Fixed an issue with ruby 1.9 Module#const_defined? method, that was + reported by Riley Goodside. 2010-08-09 (1.4.6) * Fixed oversight reported in http://github.com/flori/json/issues/closed#issue/23, always create a new object from the state prototype. -- cgit v1.2.1