Skip to content

Commit

Permalink
prepare for 0.6.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Dec 4, 2009
1 parent 6e64c2e commit 444a411
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.6.7 (December 4th, 2009)
* Bump internal version constant to the proper value (doh!)
* Bring over latest from Yajl upstream

## 0.6.6 (December 1st, 2009)
* Brought over some optimizations from Macruby's use of some yajl-ruby codez
* Yajl::HttpStream now supports being killed for long-running requests, thanks to Filipe Giusti <filipegiusti@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion lib/yajl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
# Ruby bindings to the excellent Yajl (Yet Another JSON Parser) ANSI C library.
module Yajl
VERSION = "0.6.6"
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)
Expand Down
4 changes: 2 additions & 2 deletions yajl-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

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

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

0 comments on commit 444a411

Please sign in to comment.