From a38a742cf5f2395169cc32a4a5bc97fe0c48d922 Mon Sep 17 00:00:00 2001 From: Jesse Sielaff Date: Sat, 8 Nov 2008 03:23:38 -0500 Subject: [PATCH] Updating to gem version 4.1.7. --- lib/red.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/red.rb b/lib/red.rb index 01df54e..3358c8f 100644 --- a/lib/red.rb +++ b/lib/red.rb @@ -16,7 +16,7 @@ require 'red/nodes/variable_nodes' module Red # :nodoc: - VERSION = '4.1.6' + VERSION = '4.1.7' ARRAY_NODES = { :and => LogicNode::Conjunction::And,