ox 1.2.15 → 1.3.0

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.

Potentially problematic release.


This version of ox might be problematic. Click here for more details.

metadata CHANGED
@@ -1,8 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ox
3
3
  version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 1.2.15
4
+ prerelease: false
5
+ segments:
6
+ - 1
7
+ - 3
8
+ - 0
9
+ version: 1.3.0
6
10
  platform: ruby
7
11
  authors:
8
12
  - Peter Ohler
@@ -10,7 +14,7 @@ autorequire:
10
14
  bindir: bin
11
15
  cert_chain: []
12
16
 
13
- date: 2011-09-06 00:00:00 +09:00
17
+ date: 2011-09-19 00:00:00 +09:00
14
18
  default_executable:
15
19
  dependencies: []
16
20
 
@@ -21,7 +25,7 @@ executables: []
21
25
  extensions:
22
26
  - ext/ox/extconf.rb
23
27
  extra_rdoc_files:
24
- - README.rdoc
28
+ - README.md
25
29
  files:
26
30
  - lib/ox/bag.rb
27
31
  - lib/ox/cdata.rb
@@ -30,6 +34,7 @@ files:
30
34
  - lib/ox/document.rb
31
35
  - lib/ox/element.rb
32
36
  - lib/ox/node.rb
37
+ - lib/ox/sax.rb
33
38
  - lib/ox/version.rb
34
39
  - lib/ox.rb
35
40
  - ext/ox/extconf.rb
@@ -47,6 +52,7 @@ files:
47
52
  - ext/ox/obj_load.c
48
53
  - ext/ox/ox.c
49
54
  - ext/ox/parse.c
55
+ - ext/ox/sax.c
50
56
  - test/bug1.rb
51
57
  - test/bug2.rb
52
58
  - test/bug3.rb
@@ -73,12 +79,14 @@ files:
73
79
  - test/perf_mars.rb
74
80
  - test/perf_obj.rb
75
81
  - test/perf_pod.rb
82
+ - test/perf_sax.rb
76
83
  - test/perf_write.rb
77
84
  - test/sample.rb
85
+ - test/sax_test.rb
78
86
  - test/test.rb
79
87
  - test/Sample.graffle
80
88
  - LICENSE
81
- - README.rdoc
89
+ - README.md
82
90
  has_rdoc: true
83
91
  homepage: https://github.com/ohler55/ox
84
92
  licenses: []
@@ -86,7 +94,7 @@ licenses: []
86
94
  post_install_message:
87
95
  rdoc_options:
88
96
  - --main
89
- - README.rdoc
97
+ - README.md
90
98
  require_paths:
91
99
  - lib
92
100
  - ext
@@ -95,17 +103,21 @@ required_ruby_version: !ruby/object:Gem::Requirement
95
103
  requirements:
96
104
  - - ">="
97
105
  - !ruby/object:Gem::Version
106
+ segments:
107
+ - 0
98
108
  version: "0"
99
109
  required_rubygems_version: !ruby/object:Gem::Requirement
100
110
  none: false
101
111
  requirements:
102
112
  - - ">="
103
113
  - !ruby/object:Gem::Version
114
+ segments:
115
+ - 0
104
116
  version: "0"
105
117
  requirements: []
106
118
 
107
119
  rubyforge_project: ox
108
- rubygems_version: 1.6.2
120
+ rubygems_version: 1.3.7
109
121
  signing_key:
110
122
  specification_version: 3
111
123
  summary: A fast XML parser and object serializer.