libxml-ruby 3.2.0-x64-mingw32 → 3.2.1-x64-mingw32
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.
- checksums.yaml +4 -4
- data/HISTORY +6 -1
- data/README.rdoc +52 -36
- data/ext/libxml/ruby_xml_document.c +0 -4
- data/ext/libxml/ruby_xml_encoding.c +1 -13
- data/ext/libxml/ruby_xml_encoding.h +0 -3
- data/ext/libxml/ruby_xml_io.c +14 -18
- data/ext/libxml/ruby_xml_io.h +1 -1
- data/ext/libxml/ruby_xml_version.h +3 -3
- data/ext/libxml/ruby_xml_writer.c +189 -192
- data/lib/2.7/libxml_ruby.so +0 -0
- data/test/test.xml +2 -0
- data/test/test_document.rb +109 -109
- data/test/test_parser_context.rb +2 -2
- data/test/test_writer.rb +48 -25
- metadata +4 -3
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: libxml-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.1
|
5
5
|
platform: x64-mingw32
|
6
6
|
authors:
|
7
7
|
- Ross Bamform
|
@@ -14,7 +14,7 @@ authors:
|
|
14
14
|
autorequire:
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
|
-
date: 2020-05
|
17
|
+
date: 2020-11-05 00:00:00.000000000 Z
|
18
18
|
dependencies:
|
19
19
|
- !ruby/object:Gem::Dependency
|
20
20
|
name: rake-compiler
|
@@ -218,6 +218,7 @@ files:
|
|
218
218
|
- test/model/shiporder.xsd
|
219
219
|
- test/model/soap.xml
|
220
220
|
- test/model/xinclude.xml
|
221
|
+
- test/test.xml
|
221
222
|
- test/test_attr.rb
|
222
223
|
- test/test_attr_decl.rb
|
223
224
|
- test/test_attributes.rb
|
@@ -278,7 +279,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
278
279
|
- !ruby/object:Gem::Version
|
279
280
|
version: '0'
|
280
281
|
requirements: []
|
281
|
-
rubygems_version: 3.1.
|
282
|
+
rubygems_version: 3.1.4
|
282
283
|
signing_key:
|
283
284
|
specification_version: 4
|
284
285
|
summary: Ruby Bindings for LibXML2
|