sassc-embedded 1.80.7 → 1.80.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 16c4a68f6ac54a2b51e5efcfbb61e606d12b5d76a7dff0d1f3e0837c9e6fa919
4
- data.tar.gz: 39e28b6bba35c61e0f8468ffbbcc4083375a19d8cb864b54b6f62f17e6aeccf4
3
+ metadata.gz: 0b00967b3088cd97f97b51d7d0385a51bebc438d481808722bd8019eaa06fafb
4
+ data.tar.gz: ca1c07140d6393273f646e7df8acc7bc7dc40b136ad23702d73e0db37ed58c63
5
5
  SHA512:
6
- metadata.gz: f2065c06463a456af880caad8a231a9a4162cbc364515f08ebc3f27c3f51c2401267a973fc59b333ff269746baabf7da44663809b4e52cccba4ecded83413989
7
- data.tar.gz: 7697c498563d21e81c38b8bcfcd66cc557ab3eeeb62672c4ed5701f9e065b28f87f6311bd59c934a270d8bfb90dc37ff130b3af54673234deffc28260e42baf6
6
+ metadata.gz: 5464cf8007928398c6af6be568232c4e481c0403b89e4ff8a19f4284a17ba8bd8a246597b02b5ca417695730ca7bd7f131e5b63bcf6d8fdff58925968749e348
7
+ data.tar.gz: 32ba5bc913e46860e3e68786e476772f1f86ed7f591182f0029e1d5d7acb97222b027b93b2f441a214032979578ac1f000eb4f8622579fcaae8e55bded5f389b
@@ -2,6 +2,6 @@
2
2
 
3
3
  module SassC
4
4
  module Embedded
5
- VERSION = '1.80.7'
5
+ VERSION = '1.80.8'
6
6
  end
7
7
  end
@@ -387,7 +387,7 @@ module SassC
387
387
 
388
388
  canonical_url = "#{containing_url}?url=#{Uri.encode_uri_query_component(url)}&from_import=#{from_import}"
389
389
  @importer_results[canonical_url] = {
390
- contents: imports.flat_map do |import|
390
+ contents: imports.map do |import|
391
391
  at_rule = from_import ? '@import' : '@forward'
392
392
  url = import_to_native(import, parent_dir, from_import, false)
393
393
  "#{at_rule} #{Script::Value::String.quote(url)};"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sassc-embedded
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.80.7
4
+ version: 1.80.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - なつき
@@ -78,7 +78,7 @@ licenses:
78
78
  metadata:
79
79
  bug_tracker_uri: https://github.com/sass-contrib/sassc-embedded-shim-ruby/issues
80
80
  documentation_uri: https://rubydoc.info/gems/sassc
81
- source_code_uri: https://github.com/sass-contrib/sassc-embedded-shim-ruby/tree/v1.80.7
81
+ source_code_uri: https://github.com/sass-contrib/sassc-embedded-shim-ruby/tree/v1.80.8
82
82
  funding_uri: https://github.com/sponsors/ntkme
83
83
  rubygems_mfa_required: 'true'
84
84
  rdoc_options: []