sassc-embedded 1.70.0 → 1.70.1
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/lib/sassc/embedded/version.rb +1 -1
- data/lib/sassc/embedded.rb +0 -21
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1a1d6d7f744b77407d5d03ab046589505f9b33251eb8440e61a8230725ea3160
|
|
4
|
+
data.tar.gz: fb40b19e534709b43f83a26d3358efe8c7a6e0f493da6d1c2e358efc51a9c1a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6f300bc7794f77fb090e4264bb62f79f1836a69be5a21a4b8e2889315bfa30dc18f46b372476ff9e8c5ac39d36e867bbb63c5d994eeb45ab64f8f12ac86d5660
|
|
7
|
+
data.tar.gz: 74441eae5009812fa2058cdbe992da2ca24dd3ddb5cfb4518b7bde3544a4bfde6fc1ebbe628b671726d7da528d81e48a9d48cb663664f21e324f2824c816db4c
|
data/lib/sassc/embedded.rb
CHANGED
|
@@ -180,27 +180,6 @@ module SassC
|
|
|
180
180
|
Script::ValueConversion.from_native(native_value, @options)
|
|
181
181
|
end
|
|
182
182
|
end
|
|
183
|
-
|
|
184
|
-
begin
|
|
185
|
-
begin
|
|
186
|
-
raise RuntimeError
|
|
187
|
-
rescue StandardError
|
|
188
|
-
raise ::Sass::ScriptError
|
|
189
|
-
end
|
|
190
|
-
rescue StandardError => e
|
|
191
|
-
unless e.full_message.include?(e.cause.full_message)
|
|
192
|
-
::Sass::ScriptError.class_eval do
|
|
193
|
-
def full_message(...)
|
|
194
|
-
full_message = super(...)
|
|
195
|
-
if cause
|
|
196
|
-
"#{full_message}\n#{cause.full_message(...)}"
|
|
197
|
-
else
|
|
198
|
-
full_message
|
|
199
|
-
end
|
|
200
|
-
end
|
|
201
|
-
end
|
|
202
|
-
end
|
|
203
|
-
end
|
|
204
183
|
end
|
|
205
184
|
|
|
206
185
|
class ImportHandler
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sassc-embedded
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.70.
|
|
4
|
+
version: 1.70.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- なつき
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-03-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sass-embedded
|
|
@@ -79,7 +79,7 @@ licenses:
|
|
|
79
79
|
metadata:
|
|
80
80
|
bug_tracker_uri: https://github.com/sass-contrib/sassc-embedded-shim-ruby/issues
|
|
81
81
|
documentation_uri: https://rubydoc.info/gems/sassc
|
|
82
|
-
source_code_uri: https://github.com/sass-contrib/sassc-embedded-shim-ruby/tree/v1.70.
|
|
82
|
+
source_code_uri: https://github.com/sass-contrib/sassc-embedded-shim-ruby/tree/v1.70.1
|
|
83
83
|
funding_uri: https://github.com/sponsors/ntkme
|
|
84
84
|
rubygems_mfa_required: 'true'
|
|
85
85
|
post_install_message:
|