oj 1.0.1 → 1.0.2
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/README.md +2 -2
- data/ext/oj/cache.h +2 -0
- data/ext/oj/cache8.c +0 -1
- data/ext/oj/cache8.h +2 -0
- data/ext/oj/fast.c +0 -1
- data/ext/oj/load.c +0 -1
- data/ext/oj/oj.c +0 -1
- data/ext/oj/oj.h +2 -0
- data/lib/oj/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -24,9 +24,9 @@ A fast JSON parser and Object marshaller as a Ruby gem.
|
|
|
24
24
|
|
|
25
25
|
## <a name="release">Release Notes</a>
|
|
26
26
|
|
|
27
|
-
### Release 1.0.
|
|
27
|
+
### Release 1.0.2
|
|
28
28
|
|
|
29
|
-
-
|
|
29
|
+
- Added RSTRING_NOT_MODIFIED for Rubinius optimization.
|
|
30
30
|
|
|
31
31
|
## <a name="description">Description</a>
|
|
32
32
|
|
data/ext/oj/cache.h
CHANGED
data/ext/oj/cache8.c
CHANGED
data/ext/oj/cache8.h
CHANGED
data/ext/oj/fast.c
CHANGED
data/ext/oj/load.c
CHANGED
data/ext/oj/oj.c
CHANGED
data/ext/oj/oj.h
CHANGED
data/lib/oj/version.rb
CHANGED