Skip to content

Commit

Permalink
prepping files for 0.4.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed May 19, 2009
1 parent 4f69e0a commit d554120
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rdoc
@@ -1,5 +1,8 @@
= Changelog

0.4.8 (May 18th, 2009)
* fixed a totally bone-head compilation problem, I created for myself ;)

0.4.7 (May 18th, 2009)
* Bundling Yajl sources to remove the need to install them (and CMake) separately (Thank you Lloyd!!!)
This means you can now simply install the gem and be off and running
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.4.7"
VERSION = "0.4.8"

# == Yajl::Chunked
#
Expand Down
2 changes: 1 addition & 1 deletion yajl-ruby.gemspec
Expand Up @@ -2,7 +2,7 @@

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

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 d554120

Please sign in to comment.