lib/yajl.rb in yajl-ruby-0.5.11 vs lib/yajl.rb in yajl-ruby-0.5.12

- 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.11" + VERSION = "0.5.12" 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