Skip to content

Commit

Permalink
update files for 0.7.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Mar 3, 2010
1 parent f05959e commit a2b2b53
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog

## 0.7.4 (March 3rd, 2010)
* bugfix for the JSON gem compatibility API's Object#to_json method improperly encoding strings

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

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.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)
Expand Down
6 changes: 3 additions & 3 deletions yajl-ruby.gemspec
Expand Up @@ -5,11 +5,11 @@

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

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-02-23}
s.date = %q{2010-03-03}
s.email = %q{seniorlopez@gmail.com}
s.extensions = ["ext/extconf.rb"]
s.extra_rdoc_files = [
Expand Down Expand Up @@ -163,7 +163,7 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib", "ext"]
s.rubyforge_project = %q{yajl-ruby}
s.rubygems_version = %q{1.3.5}
s.rubygems_version = %q{1.3.6}
s.summary = %q{Ruby C bindings to the excellent Yajl JSON stream-based parser library.}
s.test_files = [
"spec/encoding/encoding_spec.rb",
Expand Down

0 comments on commit a2b2b53

Please sign in to comment.