ox 1.0.2 → 1.0.3

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.
Files changed (2) hide show
  1. data/ext/ox/dump.c +1 -0
  2. metadata +3 -5
data/ext/ox/dump.c CHANGED
@@ -30,6 +30,7 @@
30
30
 
31
31
  #include <stdlib.h>
32
32
  #include <errno.h>
33
+ #include <time.h>
33
34
  #include <stdio.h>
34
35
  #include <string.h>
35
36
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ox
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.2
5
+ version: 1.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Peter Ohler
@@ -10,8 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-07-01 00:00:00 +09:00
14
- default_executable:
13
+ date: 2011-07-04 00:00:00 Z
15
14
  dependencies: []
16
15
 
17
16
  description: A fast XML parser and object serializer that uses only standard C lib.
@@ -74,7 +73,6 @@ files:
74
73
  - test/Sample.graffle
75
74
  - LICENSE
76
75
  - README.rdoc
77
- has_rdoc: true
78
76
  homepage: http://www.ohler.com/ox
79
77
  licenses: []
80
78
 
@@ -100,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
98
  requirements: []
101
99
 
102
100
  rubyforge_project: ox
103
- rubygems_version: 1.6.2
101
+ rubygems_version: 1.8.5
104
102
  signing_key:
105
103
  specification_version: 3
106
104
  summary: A fast XML parser and object serializer.