leptris 1.9.76.0 → 1.9.79.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dd428731fd9d7dfc106f99400c4a33af748b7c68977c0e58fa443af84e86cf4a
4
- data.tar.gz: 757b26092a6d7c2c37c9a5b415a695a131ec6855639483b67f08d65896a5322f
3
+ metadata.gz: ecc605943fe9c9e154a041e111d380c112085f88f48b219400c3a8ce8338110b
4
+ data.tar.gz: 40d65c8714dcfb61ccc264d17b0b3308a80a4493482cd0e56b4b305777b41564
5
5
  SHA512:
6
- metadata.gz: e8f1cf4805a41cd0eb286dd9621189fab886b484d7b32b88ac755b6b2002bb6ecb19ad923f8a60458234d6d043f664b65f780dc7a9bd73714bfd2b8b455626e4
7
- data.tar.gz: 37670ab91e6ae96f62c6b42f4b523d17279543c4584c65edd248610f9267f58a2e9d985aff2f66569f3c60b097a2f5c991972c4066ac0b5f37c2359e8434d82b
6
+ metadata.gz: 10bd77fae0b857744615b7a898340db72b429c38d89139288b9b9a296308b0de93539cb94366860387826a69ea4a9d2c967e2cd495851f1824de39ecc3da51b0
7
+ data.tar.gz: fff392d9d72ad3f4e7fba53a361cab7d551e9fd034716acd7291248e80bb0d92cb16ea9285bdaf97a3ca23cb3f3e48396f93064f3dc58c8ef8731b34d7abcc6e
data/CHANGELOG.md CHANGED
@@ -5,6 +5,33 @@ All notable changes to Leptris will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.9.79.0] - 2026-09-04
9
+
10
+ ### Changed
11
+
12
+ - **Lockstep with libleptris 1.9.79** (1.9.77 → 1.9.79; no new C
13
+ surface — the audit holds at 261/261):
14
+ - 1.9.77: XQuery 3.0 grammar tail — braceless `switch`,
15
+ `array { E }` constructors, `fn:parse-xml` /
16
+ `fn:parse-xml-fragment` as document nodes, nested map/array
17
+ lookup carrier composition.
18
+ - 1.9.78: the #691 catalog tail — `fn:innermost`/`outermost`,
19
+ `fn:has-children`, `fn:path` (positional form),
20
+ `fn:nilled`, `fn:base-uri`/`document-uri`/`static-base-uri`,
21
+ `fn:doc-available`, `fn:json-doc`, `fn:compare`,
22
+ `fn:codepoint-equal`, `fn:round($x, $precision)`, and
23
+ `fn:normalize-unicode` (utf8proc).
24
+ - 1.9.79: `fn:random-number-generator` (seeded, `?number`
25
+ lookup); one-pass template selection (`xslt_select_template`
26
+ / `_next_match` no longer evaluate every pattern alternative
27
+ twice per dispatch candidate).
28
+ - Sixteen new specs cover the verified surface through `#xpath`
29
+ and the XQuery face.
30
+ - **Known build gap, documented in a pending spec**:
31
+ `fn:normalize-unicode` requires utf8proc, which the vendored
32
+ platform builds compile out (`LEPTRIS_ENABLE_UTF8PROC=OFF`) —
33
+ the function raises on every shipped platform gem.
34
+
8
35
  ## [1.9.76.0] - 2026-09-04
9
36
 
10
37
  ### Changed
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ RSpec::Core::RakeTask.new(:spec)
8
8
  # Pin for `rake compile` and the platform-gem builds. Keep in lockstep
9
9
  # with .github/workflows/build.yml (which calls `rake compile`) and the
10
10
  # CHANGELOG when libleptris releases.
11
- LIBLEPTRIS_VERSION = "1.9.76"
11
+ LIBLEPTRIS_VERSION = "1.9.79"
12
12
 
13
13
  CMAKE_FLAGS = %w[
14
14
  -DCMAKE_BUILD_TYPE=Release
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Leptris
4
- VERSION = "1.9.76.0"
4
+ VERSION = "1.9.79.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leptris
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.76.0
4
+ version: 1.9.79.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.