moxml 0.5.69 → 0.5.70

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.adoc +11 -3
  3. data/lib/moxml/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d107d95a6e6c40031e9ea519397fe43ecbb08bf991ea5308bb72cc1510df0525
4
- data.tar.gz: 574d6d7b1b5b211a87992b772358c0bfd96cdf0133c5cd2a2ac6547115139f02
3
+ metadata.gz: 5b329e431ed88f56890e49f855af38ed25c7ac216cbb35fe91dfc1377deeb44a
4
+ data.tar.gz: 113f2b97ceae1f8fcd3bb557ada4205c693ce8e603078ca2b749f5cbb91f0f86
5
5
  SHA512:
6
- metadata.gz: fc99001a56408820af4db232e682b4a5723eb1ef36545909b38144973c3b1583cca7966f89c08ee9b6d6c450bd034fc90bf53300f35e041b8f394154c18e80d7
7
- data.tar.gz: 15cae743eca3abed5bcf07d4ea264974602b247b9b7edfee018ccf73b0dc4732bb2420779ee8cb90b7a6d7055fe274a51ec5d2509fab9536c056df1d9339a1cf
6
+ metadata.gz: b7de514485b6b9bb2393f61584b6f02d474bcd351ed2dc049aebc29ed31c4f8d2220b80facb9757df43fcac0bf8a0a46023c09af7c987ad06b22eaceea181bad
7
+ data.tar.gz: c3cd5913e50a4b700609cee9729e1eeb1b2eddcd98292a83764268319f2dcd0f8c79092459f58deba10f9a9eeec4de6a467422316b11496148fc0ab26edcee7c
data/README.adoc CHANGED
@@ -51,7 +51,10 @@ Leptris:: https://github.com/leptris/leptris[Leptris], a pure-C99 XML 1.0
51
51
  parser with a W3C-conformant XPath 1.0 engine, consumed through the
52
52
  https://github.com/leptris/leptris-ruby[leptris-ruby] FFI binding
53
53
  (precompiled platform gems — no compilation at install). Fastest on
54
- every measured operation; requires leptris >= 1.9.32 (see version table below).
54
+ every measured bulk operation parse, XPath, serialization, SAX, and
55
+ the compiled Moxml::Plan / Moxml::StructPlan materialization paths
56
+ (StructPlan runs 2.3-2.6x raw Nokogiri on the benchmark shape);
57
+ requires leptris >= 1.9.32 (see version table below).
55
58
 
56
59
  === Underlying library versions
57
60
 
@@ -93,8 +96,13 @@ moxml's customized generator and decoder overrides.
93
96
  Newer bindings unlock more native surface automatically:
94
97
  1.9.163.7+ single-result XPath seams, 1.9.174.4+ C-minted identity
95
98
  wrappers, 1.9.174.6+ one-dispatch subtree walks, 1.9.177+ first-class
96
- entity references (`entity_mode: :keep`). The release notes carry the
97
- current recommendation.
99
+ entity references (`entity_mode: :keep`), 1.9.193.4+ native plan rows
100
+ (`Moxml::Plan`), 1.9.194.1+ hot-read aliases, 1.9.201.1+ the C struct
101
+ executor (`Moxml::StructPlan`; the floor is the varargs-mint fix),
102
+ 1.9.204+ native document-level parts (created DOCTYPEs as native
103
+ nodes, document-PI removal, declaration clear). Current
104
+ recommendation: 1.9.208+ (carries the iterparse all-nil fix,
105
+ leptris/leptris#1242).
98
106
  |===
99
107
 
100
108
  NOTE: moxml's dev Gemfile pins `leptris ~> 1.9.174`, `nokogiri ~> 1.18`,
data/lib/moxml/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Moxml
4
- VERSION = "0.5.69"
4
+ VERSION = "0.5.70"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moxml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.69
4
+ version: 0.5.70
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.