ox 1.2.13 → 1.2.14
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of ox might be problematic. Click here for more details.
- data/ext/ox/dump.c +4 -0
- data/lib/ox/version.rb +1 -1
- data/test/func.rb +1 -1
- metadata +2 -2
data/ext/ox/dump.c
CHANGED
data/lib/ox/version.rb
CHANGED
data/test/func.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ox
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.14
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2011-09-
|
12
|
+
date: 2011-09-02 00:00:00.000000000Z
|
13
13
|
dependencies: []
|
14
14
|
description: A fast XML parser and object serializer that uses only standard C lib.
|
15
15
|
email: peter@ohler.com
|