lib/yajl.rb in yajl-ruby-0.6.6 vs lib/yajl.rb in yajl-ruby-0.6.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.6.4" + VERSION = "0.6.7" # For compatibility, has the same signature of Yajl::Parser.parse def self.load(str_or_io, options={}, read_bufsize=nil, &block) Parser.parse(str_or_io, options, read_bufsize, &block) end \ No newline at end of file