moxml 0.5.12 → 0.5.13

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: moxml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.12
4
+ version: 0.5.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-08-28 00:00:00.000000000 Z
11
+ date: 2026-08-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
14
  Moxml is a unified XML manipulation library that provides a common API
@@ -56,8 +56,10 @@ files:
56
56
  - docs/_guides/working-with-documents.adoc
57
57
  - docs/_guides/xml-declaration.adoc
58
58
  - docs/_pages/adapter-compatibility.adoc
59
+ - docs/_pages/adapter-protocol.adoc
59
60
  - docs/_pages/adapters/headed-ox.adoc
60
61
  - docs/_pages/adapters/index.adoc
62
+ - docs/_pages/adapters/leptris.adoc
61
63
  - docs/_pages/adapters/libxml.adoc
62
64
  - docs/_pages/adapters/nokogiri.adoc
63
65
  - docs/_pages/adapters/oga.adoc
@@ -66,6 +68,7 @@ files:
66
68
  - docs/_pages/best-practices.adoc
67
69
  - docs/_pages/compatibility.adoc
68
70
  - docs/_pages/configuration.adoc
71
+ - docs/_pages/conversion-apis.adoc
69
72
  - docs/_pages/error-handling.adoc
70
73
  - docs/_pages/headed-ox-limitations.adoc
71
74
  - docs/_pages/headed-ox.adoc
@@ -150,8 +153,14 @@ files:
150
153
  - lib/moxml/adapter/customized_rexml/formatter.rb
151
154
  - lib/moxml/adapter/headed_ox.rb
152
155
  - lib/moxml/adapter/leptris.rb
156
+ - lib/moxml/adapter/leptris/document_parts.rb
157
+ - lib/moxml/adapter/leptris/markers.rb
158
+ - lib/moxml/adapter/leptris/materialize.rb
159
+ - lib/moxml/adapter/leptris/sax_bridge.rb
160
+ - lib/moxml/adapter/leptris/serialize.rb
153
161
  - lib/moxml/adapter/libxml.rb
154
162
  - lib/moxml/adapter/libxml/entity_ref_registry.rb
163
+ - lib/moxml/adapter/libxml/serialize.rb
155
164
  - lib/moxml/adapter/nokogiri.rb
156
165
  - lib/moxml/adapter/oga.rb
157
166
  - lib/moxml/adapter/ox.rb