Skip to content

Commit

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

## 0.7.3 (February 23rd, 2010)
* remove trap from HttpStream code, it's really not needed

## 0.7.2 (February 23rd, 2010)
* fixed broken to_json compatibility
* removed strlen in a few places in favor of RSTRING_LEN since ruby already knows the length of the string
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.7.2"
VERSION = "0.7.3"

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

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Brian Lopez", "Lloyd Hilaiel"]
Expand Down

0 comments on commit 27e0be2

Please sign in to comment.