sasso 0.2.2-aarch64-linux-musl → 0.2.3-aarch64-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dfddcbf8d094c36579d477c5285b4b39f348d97744d93adf229b0cf71c06b22f
4
- data.tar.gz: 3ca4b850edf3d357df9cd90e329ca8aed0a3d75ea394f7b20845ff6ad39e7bf7
3
+ metadata.gz: e701258ca0135f9a772cec86e01f1591ba860c5d1537c20ea63feeb48bffd26c
4
+ data.tar.gz: 1d999c3488a398c7a63ace02cc80fa6a23c67238c348e95c66fc86d9953cd435
5
5
  SHA512:
6
- metadata.gz: c16b0a2ef16f018f345910c8add359ea0cc820507ac6a06f0a68ebe86754435a711ef26cc895f12b6104bba70099803424b279a59efec13508a35fbdde4f6e28
7
- data.tar.gz: 1cd6cf5556105fc7ddb33b421e2538afed2d4b9349e60005d2af8c822e484229a666a104de670d5bcb68ed4a05f6f8a805f46d8af745914379d73a4cf2296794
6
+ metadata.gz: 62759e89b03abe225bddf4d42b630c013710160d0f0de463444ba513159bd1eb28d1814d6ce778c27459bb191f642d0cf2f3a5072dbbd9f2b0d2fd0c05644dab
7
+ data.tar.gz: e02b55bedc600b7c2835639474eb83045be314228e65ed46552e54d7f121a714d8f171345c626c29a39cb8f2565f7231ff10dba6c9c3176bea7609bc0243c944
data/CHANGELOG.md CHANGED
@@ -8,6 +8,21 @@ notes the exact core crate version it pins.
8
8
 
9
9
  ## [Unreleased]
10
10
 
11
+ ## [0.2.3] - 2026-06-15
12
+
13
+ Adopts core crate **v0.5.3**.
14
+
15
+ ### Fixed
16
+
17
+ - Via core v0.5.3: a `!default` assignment no longer evaluates its right-hand
18
+ side when the variable already holds a non-null value (dart-sass
19
+ short-circuits first), fixing a spurious "incompatible units" error in
20
+ Bootstrap-on-Shopware setups.
21
+ - Via core v0.5.3: legacy `rgb()`/`hsl()` now preserve the caller's
22
+ `rgba`/`hsla` spelling in special-value passthroughs (e.g.
23
+ `rgba(var(--bs-body-color-rgb), …)`), matching dart-sass instead of
24
+ normalizing the name down to `rgb`/`hsl`.
25
+
11
26
  ## [0.2.2] - 2026-06-14
12
27
 
13
28
  Adopts core crate **v0.5.2**.
data/README.md CHANGED
@@ -70,6 +70,17 @@ rescue Sasso::CompileError => e
70
70
  end
71
71
  ```
72
72
 
73
+ ## Framework integrations
74
+
75
+ Using a Ruby web framework? These drop-in gems build on this one and compile
76
+ your Sass/SCSS **in-process** (no Node, no Dart, no subprocess), byte-for-byte
77
+ identical to dart-sass — typically ~6–7× faster per compile than the Node `sass`
78
+ default:
79
+
80
+ - **Rails** (Propshaft + Sprockets) — [`sasso-rails`](https://github.com/momiji-rs/sasso-rails)
81
+ - **Bridgetown** — [`bridgetown-sasso`](https://github.com/momiji-rs/bridgetown-sasso)
82
+ - **Hanami** (2.1+) — [`hanami-sasso`](https://github.com/momiji-rs/hanami-sasso)
83
+
73
84
  ## Conformance
74
85
 
75
86
  The core passes **100% of the *attempted* official sass-spec suite**
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.2"
6
+ VERSION = "0.2.3"
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.2
4
+ version: 0.2.3
5
5
  platform: aarch64-linux-musl
6
6
  authors:
7
7
  - momiji-rs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-06-14 00:00:00.000000000 Z
11
+ date: 2026-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake