oj 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of oj might be problematic. Click here for more details.
- 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