sassc-embedded 1.5.7 → 1.5.8
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 +1 -5
- 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: 47ccda859c1fd8acaffccd1945f5dc15907e5ca96086244a01fc3091003cf4d4
|
|
4
|
+
data.tar.gz: 7ee3c7121bf0c299771c4a9d3a6c1f5699a85565acea5392ddf3c3c9a6b3856f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6f548fbe156fa13744ced7282b9a1959f35851bd24b1c3d329542e426715a7a0dbf400e7dddff9cee76b3d73af978087a0e383f0b37e7c2c61f7c64c7c096589
|
|
7
|
+
data.tar.gz: 8aa5ff0798d5ffbc0699543884c2c13e953d5847b59c0ea47d4573ce68e35329ff380f16fda6b3560cc012f86a35509ab272d0f5e907b8765805a5f8c0adcd55
|
data/lib/sassc/embedded.rb
CHANGED
|
@@ -295,8 +295,6 @@ module SassC
|
|
|
295
295
|
def canonicalize(url, from_import:)
|
|
296
296
|
if url.start_with?(Protocol::IMPORT)
|
|
297
297
|
canonical_url = @canonical_urls.delete(url.delete_prefix(Protocol::IMPORT))
|
|
298
|
-
return canonical_url if canonical_url.start_with?(Protocol::IMPORT)
|
|
299
|
-
|
|
300
298
|
unless @importer_results.key?(canonical_url)
|
|
301
299
|
canonical_url = resolve_file_url(canonical_url, @parent_urls.last, from_import)
|
|
302
300
|
end
|
|
@@ -313,9 +311,7 @@ module SassC
|
|
|
313
311
|
import.path = File.absolute_path(import.path, File.dirname(parent_path))
|
|
314
312
|
end
|
|
315
313
|
|
|
316
|
-
|
|
317
|
-
canonical_url = "#{Protocol::IMPORT}#{id}"
|
|
318
|
-
@canonical_urls[id] = canonical_url
|
|
314
|
+
canonical_url = "#{Protocol::IMPORT}#{next_id}"
|
|
319
315
|
@importer_results[canonical_url] = imports_to_native(imports)
|
|
320
316
|
canonical_url
|
|
321
317
|
elsif url.start_with?(Protocol::LOADED)
|
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.5.
|
|
4
|
+
version: 1.5.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- なつき
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-04-
|
|
11
|
+
date: 2022-04-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sassc
|
|
@@ -138,8 +138,8 @@ homepage: https://github.com/ntkme/sassc-embedded-polyfill-ruby
|
|
|
138
138
|
licenses:
|
|
139
139
|
- MIT
|
|
140
140
|
metadata:
|
|
141
|
-
documentation_uri: https://rubydoc.info/gems/sassc-embedded/1.5.
|
|
142
|
-
source_code_uri: https://github.com/ntkme/sassc-embedded-polyfill-ruby/tree/v1.5.
|
|
141
|
+
documentation_uri: https://rubydoc.info/gems/sassc-embedded/1.5.8
|
|
142
|
+
source_code_uri: https://github.com/ntkme/sassc-embedded-polyfill-ruby/tree/v1.5.8
|
|
143
143
|
funding_uri: https://github.com/sponsors/ntkme
|
|
144
144
|
post_install_message:
|
|
145
145
|
rdoc_options: []
|