moxml 0.5.71 → 0.5.72
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/Gemfile +1 -1
- data/README.adoc +3 -2
- data/lib/moxml/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dfe72fe97dab1ded102fe66f946b293e82ace5e8003408a0183bef72150cda92
|
|
4
|
+
data.tar.gz: 8ce6a685287f317d41c7996f5957e24edb13f2d2a0bb7a8184d02a47506136fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e6b9a1e718b4d39e2169c2f414e5b8aedd030142ca3af8836bee80e64b5e1f9605d53f828f2135d9776b78c7b2f6662ae5054b47c171d8b2883a1e17a74140b5
|
|
7
|
+
data.tar.gz: 055def54b030a3d0e065b3f6c1ddde92af5f0e0c83a0e02882ebb80f63d5633baf6c69280fbffef8dddac76db95a9ff91c0019bde796a13a28998d87fccf9242
|
data/Gemfile
CHANGED
data/README.adoc
CHANGED
|
@@ -103,8 +103,9 @@ entity references (`entity_mode: :keep`), 1.9.193.4+ native plan rows
|
|
|
103
103
|
executor (`Moxml::StructPlan`; the floor is the varargs-mint fix),
|
|
104
104
|
1.9.204+ native document-level parts (created DOCTYPEs as native
|
|
105
105
|
nodes, document-PI removal, declaration clear). Current
|
|
106
|
-
recommendation: 1.9.
|
|
107
|
-
|
|
106
|
+
recommendation: 1.9.216+ (the plan-ABI train: bound plan rows,
|
|
107
|
+
typed scalars, the #1242 iterparse fix; the engine's 1.9.217+
|
|
108
|
+
borrowed-text-run wins ride in automatically).
|
|
108
109
|
|===
|
|
109
110
|
|
|
110
111
|
NOTE: moxml's dev Gemfile pins `leptris ~> 1.9.174`, `nokogiri ~> 1.18`,
|
data/lib/moxml/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.5.72
|
|
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-09-
|
|
11
|
+
date: 2026-09-22 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
|