lib/citrus.rb in citrus-1.5.0 vs lib/citrus.rb in citrus-1.5.1

- old
+ new

@@ -2,10 +2,10 @@ # elegance and expressiveness of the language with the simplicity and power of # parsing expressions. # # http://mjijackson.com/citrus module Citrus - VERSION = [1, 5, 0] + VERSION = [1, 5, 1] Infinity = 1.0 / 0 autoload :File, 'citrus/file'