Skip to content

Commit

Permalink
updating files for release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Aug 20, 2009
1 parent d6d5249 commit 5ba022c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog # Changelog


## 0.6.0 (August 19th, 2009)
* Added POST, PUT and DELETE support to Yajl::HttpStream
** POST support initially contributed by jdg (http://github.com/jdg) - Although oortle (http://github.com/oortle) coded it up in a fork with it as well.

## 0.5.12 (July 31st, 2009) ## 0.5.12 (July 31st, 2009)
* Add another option that can be passed to Yajl::Encoder's constructor (:terminator) to allow the caller some control over * Add another option that can be passed to Yajl::Encoder's constructor (:terminator) to allow the caller some control over
when a full JSON string has been generated by the encoder. More information on it's use in the README when a full JSON string has been generated by the encoder. More information on it's use in the README
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. # Ruby bindings to the excellent Yajl (Yet Another JSON Parser) ANSI C library.
module Yajl module Yajl
VERSION = "0.5.12" VERSION = "0.6.0"


class Parser class Parser
# A helper method for parse-and-forget use-cases # A helper method for parse-and-forget use-cases
Expand Down
2 changes: 1 addition & 1 deletion yajl-ruby.gemspec
Expand Up @@ -5,7 +5,7 @@


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


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

0 comments on commit 5ba022c

Please sign in to comment.