lib/yajl.rb in yajl-ruby-0.7.3 vs lib/yajl.rb in yajl-ruby-0.7.4

- old
+ new

@@ -11,10 +11,10 @@ # = Yajl # # Ruby bindings to the excellent Yajl (Yet Another JSON Parser) ANSI C library. module Yajl - VERSION = "0.7.3" + VERSION = "0.7.4" # 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