sasso 0.2.4-x86_64-darwin → 0.2.5-x86_64-darwin

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: a30513b9d43cb252a48a9f1590aef53b739f6525bc6177c3c4f872c5e9d4de8a
4
- data.tar.gz: 341b44f04b09176c1a47889168c8422a78792045a2fb263cc9ba6fb8777243ad
3
+ metadata.gz: b01bcae191a3fcd6ec18377e9ea107be9aa259b61542d607707ad55cfd286535
4
+ data.tar.gz: '079a1c45a87e86ba2a877a94bbadc88d5b926eda4f0592e1c501436d888bfc52'
5
5
  SHA512:
6
- metadata.gz: 260f0c99d008f15905ef42d019cb8e3e1e7c0d05629a032d2dbb83b5bdcbcbe4049b1d2e30d9e5104442a2e7420361cf651daac502f965bbb5e9f88d9837673a
7
- data.tar.gz: be411bb91c58b93e8487e78d237a5097d7ac4d5ee6937675fef9df1e0fe986a896bb734b1b1a2a62f68286c5c806b91d0923ecbd54ce751d48b9bfa296484693
6
+ metadata.gz: b7dba9552dbb115623267f3ca299375308a922159ac40a0c460af64bbd56eb483653df61b25070f944f9b533ae3c1145fb4f0d1fa9cfe213e39bbbcefe8b41f2
7
+ data.tar.gz: 195654e6618d3ee8385f42e1f99b66987343300770aef3531936b125b4a80f3b534c5291664a25856d711aff57dd4c5f2593d1f52af82c6021115b35263fa1f9
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
Binary file
Binary file
Binary file
Binary file
data/lib/sasso/version.rb CHANGED
@@ -3,5 +3,5 @@
3
3
  module Sasso
4
4
  # The gem version floats INDEPENDENTLY of the core `sasso` crate version; the
5
5
  # native extension pins the crate exactly (ext/sasso/Cargo.toml: sasso = "=…").
6
- VERSION = "0.2.4"
6
+ VERSION = "0.2.5"
7
7
  end
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
4
+ version: 0.2.5
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - momiji-rs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-06-15 00:00:00.000000000 Z
11
+ date: 2026-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake