sasso 0.2.4-x86_64-linux-musl → 0.2.5-x86_64-linux-musl
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/CHANGELOG.md +9 -0
- data/lib/sasso/3.1/sasso.so +0 -0
- data/lib/sasso/3.2/sasso.so +0 -0
- data/lib/sasso/3.3/sasso.so +0 -0
- data/lib/sasso/3.4/sasso.so +0 -0
- data/lib/sasso/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: 6c01a3378e2220b5e857902a2226592e52af0de457c71b31a494448f42be174f
|
|
4
|
+
data.tar.gz: 670f2d465e35344ab742b57e420859edfa5cceeaf7f9d5382494614d861c9cf4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6ce8b8d58f3bc0d3b3728235a15df0459ece0679530db715eef0433d9c11b74ac9cf78ac349c5838346f539db5a5be8be7b8b2de2e93c0040c087a29ac03e8a3
|
|
7
|
+
data.tar.gz: e6bc1675f7f940c96ce09b23482931974c847fa681dae5f02b044dad249d1fce86f6e4c81e48a3b30667fd27f249ff14f81464038890ff64f77ba99a668f3574
|
data/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,15 @@ notes the exact core crate version it pins.
|
|
|
8
8
|
|
|
9
9
|
## [Unreleased]
|
|
10
10
|
|
|
11
|
+
## [0.2.5] - 2026-06-16
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- Adopt core **sasso 0.6.1** (recompile-only; the gem's Ruby API is unchanged).
|
|
16
|
+
Picks up the upstream fix where a relative `meta.load-css` inside a first-class
|
|
17
|
+
mixin (`meta.get-mixin` + `meta.apply`) resolves against the mixin's defining
|
|
18
|
+
file rather than the caller's.
|
|
19
|
+
|
|
11
20
|
## [0.2.4] - 2026-06-15
|
|
12
21
|
|
|
13
22
|
### Changed
|
data/lib/sasso/3.1/sasso.so
CHANGED
|
Binary file
|
data/lib/sasso/3.2/sasso.so
CHANGED
|
Binary file
|
data/lib/sasso/3.3/sasso.so
CHANGED
|
Binary file
|
data/lib/sasso/3.4/sasso.so
CHANGED
|
Binary file
|
data/lib/sasso/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sasso
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.5
|
|
5
5
|
platform: x86_64-linux-musl
|
|
6
6
|
authors:
|
|
7
7
|
- momiji-rs
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-06-
|
|
11
|
+
date: 2026-06-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|