leptris 1.9.83.0-aarch64-linux → 1.9.84.0-aarch64-linux

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: f03efb6411ba4776eaef06a6bacf2fb5804533961819f5e9ab3e556dc053b481
4
- data.tar.gz: 6ecd996bea7bfadefbb33ff97bb4d9d4e1e867b1556643dfd1d320d1f469d209
3
+ metadata.gz: fe7239814a856aa55708b93ef789787a9a12c8fd5e163d796d3301f3e166cf5c
4
+ data.tar.gz: 3754936ce7c2ceeadfb43bcf5972b5a8915018b2d8a800bee567880baf912994
5
5
  SHA512:
6
- metadata.gz: 57dc199be7cd984b61222df58837ae9e760cc4d8cf23799ec3d0830638e07cfca16e567c047970b48dbae498e7d789f3fd1bff958cfd891e93ae42cb57e95285
7
- data.tar.gz: 1869186e86f19de3dc94f5e8d186ad17e9fb3cedffb415b3e7f33c5863a1eb0d8c918afdceedf263566b0f4b99999e5ec3644d70663a99ac525676d0ee178f22
6
+ metadata.gz: 9e300aeb7a37558dd909557276be9cd1f7654f64a23f4b2e6da67da93995c278cc10f331a38b6442674cf1fdf69cb6fb5ba7df0880fea2720ce668c34b3a19a4
7
+ data.tar.gz: 36548c5bb6db7d2f4c5f75855d87bd2d0addef19849062aeae607108a275f74acec31ce016ef19c17df3c2f447b747d3a85478144f83c7da169993ce3127e8dd
data/CHANGELOG.md CHANGED
@@ -5,6 +5,18 @@ 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.84.0] - 2026-09-05
9
+
10
+ ### Changed
11
+
12
+ - **Lockstep with libleptris 1.9.84** (no new C surface — the audit
13
+ holds at 261/261): HTML head-content placement lift — a
14
+ contiguous leading run of `title`/`meta`/`link`/`base` elements
15
+ moves into a synthesized `<head>` placed before `<body>` (the
16
+ libxml2/Nokogiri shape); once body content starts nothing lifts,
17
+ and no empty `<head>` is ever synthesized. Four specs pin the
18
+ placement matrix.
19
+
8
20
  ## [1.9.83.0] - 2026-09-04
9
21
 
10
22
  ### 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.83"
11
+ LIBLEPTRIS_VERSION = "1.9.84"
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.83.0"
4
+ VERSION = "1.9.84.0"
5
5
  end
data/lib/libleptris.so CHANGED
Binary file
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.83.0
4
+ version: 1.9.84.0
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Ribose Inc.