Skip to content

Commit

Permalink
updates for 0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Feb 5, 2010
1 parent 8facde6 commit f7c18c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog

## 0.7.0 (February 5th, 2010)
* ensure utf8 encoding is set on relevant strings during parse/encode in 1.9

## 0.6.9 (January 26th, 2010)
* HttpStream patches merged in from Luke Redpath <contact@lukeredpath.co.uk>
* Changed how Yajl::Parser was calling IO#read to better conform to the Rack spec and thus can be used to directly parse a rack.input stream
Expand Down
2 changes: 1 addition & 1 deletion lib/yajl.rb
Expand Up @@ -13,7 +13,7 @@
#
# Ruby bindings to the excellent Yajl (Yet Another JSON Parser) ANSI C library.
module Yajl
VERSION = "0.6.9"
VERSION = "0.7.0"

# For compatibility, has the same signature of Yajl::Parser.parse
def self.load(str_or_io, options={}, read_bufsize=nil, &block)
Expand Down
4 changes: 2 additions & 2 deletions yajl-ruby.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{yajl-ruby}
s.version = "0.6.9"
s.version = "0.7.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Brian Lopez", "Lloyd Hilaiel"]
s.date = %q{2010-01-26}
s.date = %q{2010-02-05}
s.email = %q{seniorlopez@gmail.com}
s.extensions = ["ext/extconf.rb"]
s.extra_rdoc_files = [
Expand Down

0 comments on commit f7c18c7

Please sign in to comment.