lib/yajl.rb in yajl-ruby-0.5.6 vs lib/yajl.rb in yajl-ruby-0.5.7

- old
+ new

@@ -11,10 +11,10 @@ # = Yajl # # Ruby bindings to the excellent Yajl (Yet Another JSON Parser) ANSI C library. module Yajl - VERSION = "0.5.6" + VERSION = "0.5.7" class Parser # A helper method for parse-and-forget use-cases # # +io+ is the stream to parse JSON from \ No newline at end of file