sass-embedded 1.86.0-x86_64-linux-gnu → 1.86.1-x86_64-linux-gnu
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/ext/sass/dart-sass/src/sass.snapshot +0 -0
- data/lib/sass/embedded/version.rb +1 -1
- data/lib/sass/value/number.rb +4 -6
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b557fbc11a7574a2634d1aed279ac41836c89109e846b84a521f493c5ead1046
|
4
|
+
data.tar.gz: 2151125d394dee5a088873aff5cbc7e8e0ca650d24bcce9f4ea22f91ef385a3d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c1f3cd7de478d1155839212244dca9df9c9f6559ca7f5dc476db23b1fb8e3bfa57b616f70e7ac830818e5c661de52dd93d56046345de3e69311dca42aa696c5
|
7
|
+
data.tar.gz: fe88183ba9d331618fb2c87e4e4bd751cc65ae2823df2b714a32061b4db5c5f2f6b85459ef2ea0435258ac2c1c9572a35b04fc5cde109cea9ccc5d0bffd7123a
|
Binary file
|
data/lib/sass/value/number.rb
CHANGED
@@ -275,17 +275,15 @@ module Sass
|
|
275
275
|
name: nil,
|
276
276
|
other: nil,
|
277
277
|
other_name: nil)
|
278
|
-
|
279
|
-
|
280
|
-
|
278
|
+
unless other.nil? ||
|
279
|
+
(other.numerator_units == new_numerator_units && other.denominator_units == new_denominator_units)
|
280
|
+
raise Sass::ScriptError,
|
281
|
+
"Expected #{other} to have units #{unit_string(new_numerator_units, new_denominator_units).inspect}"
|
281
282
|
end
|
282
283
|
|
283
284
|
return value if numerator_units == new_numerator_units && denominator_units == new_denominator_units
|
284
285
|
|
285
|
-
return value if numerator_units == new_numerator_units && denominator_units == new_denominator_units
|
286
|
-
|
287
286
|
other_unitless = new_numerator_units.empty? && new_denominator_units.empty?
|
288
|
-
|
289
287
|
return value if coerce_unitless && (unitless? || other_unitless)
|
290
288
|
|
291
289
|
compatibility_error = lambda {
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sass-embedded
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.86.
|
4
|
+
version: 1.86.1
|
5
5
|
platform: x86_64-linux-gnu
|
6
6
|
authors:
|
7
7
|
- なつき
|
8
8
|
bindir: exe
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-31 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-protobuf
|
@@ -111,8 +111,8 @@ licenses:
|
|
111
111
|
- MIT
|
112
112
|
metadata:
|
113
113
|
bug_tracker_uri: https://github.com/sass-contrib/sass-embedded-host-ruby/issues
|
114
|
-
documentation_uri: https://rubydoc.info/gems/sass-embedded/1.86.
|
115
|
-
source_code_uri: https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.
|
114
|
+
documentation_uri: https://rubydoc.info/gems/sass-embedded/1.86.1
|
115
|
+
source_code_uri: https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.1
|
116
116
|
funding_uri: https://github.com/sponsors/ntkme
|
117
117
|
rubygems_mfa_required: 'true'
|
118
118
|
rdoc_options: []
|