brianmario-yajl-ruby 0.4.7 → 0.4.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG.rdoc +3 -0
- data/VERSION.yml +1 -1
- data/ext/api/yajl_gen.h +1 -1
- data/ext/api/yajl_parse.h +1 -1
- data/lib/yajl.rb +1 -1
- data/yajl-ruby.gemspec +1 -1
- metadata +1 -1
data/CHANGELOG.rdoc
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
= Changelog
|
|
2
2
|
|
|
3
|
+
0.4.8 (May 18th, 2009)
|
|
4
|
+
* fixed a totally bone-head compilation problem, I created for myself ;)
|
|
5
|
+
|
|
3
6
|
0.4.7 (May 18th, 2009)
|
|
4
7
|
* Bundling Yajl sources to remove the need to install them (and CMake) separately (Thank you Lloyd!!!)
|
|
5
8
|
This means you can now simply install the gem and be off and running
|
data/VERSION.yml
CHANGED
data/ext/api/yajl_gen.h
CHANGED
data/ext/api/yajl_parse.h
CHANGED
data/lib/yajl.rb
CHANGED
data/yajl-ruby.gemspec
CHANGED