sassc-embedded 1.75.0 → 1.75.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0de8391b1121b4101cf613ea4f7d7f854e4e96211cc0d5463ae0b419523aa85f
4
- data.tar.gz: '06514688a9cd96979626c33a1ff7314ec6a0846d917f83b3e22404f5f1b67ec2'
3
+ metadata.gz: caca4b6a81b8529e57fc9c1e851f62126314738777609a8b6bacf409b498995a
4
+ data.tar.gz: 3e7ecfda63b127008aeb1e96944d9a40d7557f68d7d043bff9e7b6a6174c353e
5
5
  SHA512:
6
- metadata.gz: 6f3474d7c63a4fd2d1f9f9b1c1c8fc808620fa6080801c0d50a7e9448ea33083f1c1aaf341eeb919af9ffc5d20fa21d7c5f3ba1b2100b9316c7abb796eec4775
7
- data.tar.gz: 7a7cdb33102bc838a17ef302d814abb60dfe59d5f855c50f800b1f91ad6bc3b49937194d26d62fa0fcb5cc6964b4b5d72e22bc25bd73c37e381fe7851017a6ba
6
+ metadata.gz: 8342c220f8f345e4f1d1ce49672cd67e4eace1024a4ea065ed16f0d6ce6868da1617b9561510393be0cb9dbee5195f22e989424b022a09e8cbb8e6141c55b5db
7
+ data.tar.gz: b9b76c117575f7c13ef736a89cc36d69eb2a1688299bf99f3d8b4f50b6554fb344a11427b56c4e8d78e1299372aaf0f36749e726b243a1efb7f4122d40070f50
@@ -2,6 +2,6 @@
2
2
 
3
3
  module SassC
4
4
  module Embedded
5
- VERSION = '1.75.0'
5
+ VERSION = '1.75.1'
6
6
  end
7
7
  end
@@ -353,8 +353,8 @@ module SassC
353
353
  @importer_results.delete(canonical_url)
354
354
  end
355
355
 
356
- def find_file_url(_url, _context)
357
- return if @file_url.nil?
356
+ def find_file_url(_url, context)
357
+ return if context.containing_url.nil? || @file_url.nil?
358
358
 
359
359
  canonical_url = @file_url
360
360
  @file_url = nil
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.75.0
4
+ version: 1.75.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - なつき
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-12 00:00:00.000000000 Z
11
+ date: 2024-04-13 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.75.0
82
+ source_code_uri: https://github.com/sass-contrib/sassc-embedded-shim-ruby/tree/v1.75.1
83
83
  funding_uri: https://github.com/sponsors/ntkme
84
84
  rubygems_mfa_required: 'true'
85
85
  post_install_message: