lib/citrus.rb in citrus-1.2.1 vs lib/citrus.rb in citrus-1.2.2

- old
+ new

@@ -1,11 +1,11 @@ # Citrus is a compact and powerful parsing library for Ruby that combines the # elegance and expressiveness of the language with the simplicity and power of -# parsing expression grammars. +# parsing expressions. # -# http://github.com/mjijackson/citrus +# http://mjijackson.com/citrus module Citrus - VERSION = [1, 2, 1] + VERSION = [1, 2, 2] Infinity = 1.0 / 0 autoload :File, 'citrus/file'