oga 0.1.1-java → 0.1.2-java

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oga
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: java
6
6
  authors:
7
7
  - Yorick Peterse
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-14 00:00:00.000000000 Z
11
+ date: 2014-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: racc
@@ -148,46 +148,49 @@ executables: []
148
148
  extensions: []
149
149
  extra_rdoc_files: []
150
150
  files:
151
- - doc/changelog.md
152
- - doc/migrating_from_nokogiri.md
153
151
  - doc/DCO.md
152
+ - doc/migrating_from_nokogiri.md
153
+ - doc/changelog.md
154
154
  - doc/css/common.css
155
155
  - lib/oga.rb
156
- - lib/oga/version.rb
157
156
  - lib/oga/oga.rb
158
- - lib/oga/xml/namespace.rb
157
+ - lib/oga/version.rb
158
+ - lib/oga/html/sax_parser.rb
159
+ - lib/oga/html/parser.rb
159
160
  - lib/oga/xml/lexer.rb
161
+ - lib/oga/xml/namespace.rb
162
+ - lib/oga/xml/processing_instruction.rb
163
+ - lib/oga/xml/character_node.rb
164
+ - lib/oga/xml/sax_parser.rb
165
+ - lib/oga/xml/doctype.rb
166
+ - lib/oga/xml/document.rb
167
+ - lib/oga/xml/comment.rb
168
+ - lib/oga/xml/text.rb
160
169
  - lib/oga/xml/querying.rb
170
+ - lib/oga/xml/attribute.rb
171
+ - lib/oga/xml/pull_parser.rb
161
172
  - lib/oga/xml/parser.rb
162
- - lib/oga/xml/traversal.rb
163
- - lib/oga/xml/text.rb
173
+ - lib/oga/xml/html_void_elements.rb
164
174
  - lib/oga/xml/node.rb
165
- - lib/oga/xml/document.rb
166
- - lib/oga/xml/pull_parser.rb
167
175
  - lib/oga/xml/node_set.rb
168
- - lib/oga/xml/cdata.rb
169
176
  - lib/oga/xml/element.rb
170
- - lib/oga/xml/character_node.rb
171
- - lib/oga/xml/doctype.rb
172
- - lib/oga/xml/attribute.rb
173
177
  - lib/oga/xml/xml_declaration.rb
174
- - lib/oga/xml/processing_instruction.rb
175
- - lib/oga/xml/comment.rb
176
- - lib/oga/html/parser.rb
178
+ - lib/oga/xml/cdata.rb
179
+ - lib/oga/xml/traversal.rb
177
180
  - lib/oga/xpath/lexer.rb
181
+ - lib/oga/xpath/evaluator.rb
178
182
  - lib/oga/xpath/parser.rb
179
183
  - lib/oga/xpath/node.rb
180
- - lib/oga/xpath/evaluator.rb
181
- - ext/ragel/base_lexer.rl
182
- - ext/java/Liboga.java
183
- - ext/java/org/liboga/xml/Lexer.java
184
- - ext/java/org/liboga/xml/Lexer.rl
185
- - ext/c/extconf.rb
184
+ - ext/c/lexer.c
186
185
  - ext/c/lexer.rl
187
186
  - ext/c/lexer.h
188
187
  - ext/c/liboga.c
189
- - ext/c/lexer.c
188
+ - ext/c/extconf.rb
190
189
  - ext/c/liboga.h
190
+ - ext/ragel/base_lexer.rl
191
+ - ext/java/Liboga.java
192
+ - ext/java/org/liboga/xml/Lexer.java
193
+ - ext/java/org/liboga/xml/Lexer.rl
191
194
  - README.md
192
195
  - LICENSE
193
196
  - oga.gemspec