sassc-embedded 1.5.1 → 1.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 506575e793d5ee699691de8907a88ceebfd7beb59bdab24dbb2cf635c2ffb404
4
- data.tar.gz: af6c43358f10c090d012aa78e0e5137f556b372f10bcfe44588e23cc2a831bc2
3
+ metadata.gz: 34c4811b38299f8c49a35d9b8b87d23d610406fd94ce7f8075ac03313db70a23
4
+ data.tar.gz: 390d007373427c76c86c3bf4a9c7e8610dc99da6524bfc3546138b6f63b4fc83
5
5
  SHA512:
6
- metadata.gz: 7519d7e819f13d826b28f432010ab427bb5edeb1a3a047731f82363b982265ea2533ded7fb7598d5f9d6232ec20c07b143331ef1ae54a7c7f2e51f3134888216
7
- data.tar.gz: 7118fc14334409be70766a79be3e9adb3f3a41ef451b3779762d90ee8409d795277e4a04ac3e71ed27464e870c3d52216d981e84bbba936f680eaaa3ca5a8618
6
+ metadata.gz: cc3c3f6ee78f82364b1ea56e44ae8e0006b9def7cf27492b7eb4a8e40fc47d7df99b2e10c125a285d19627964d7bb6f0f195049772351885df187725ed1fd14b
7
+ data.tar.gz: bbf300fce0ae4ea93219a10e321038fa22126f337303b02e2837dc808d2fc06a0ead8c733f2ee2591ee51c198037a9ef4d476772d1c723d58188f04e20b26f15
@@ -2,6 +2,6 @@
2
2
 
3
3
  module SassC
4
4
  module Embedded
5
- VERSION = '1.5.1'
5
+ VERSION = '1.5.2'
6
6
  end
7
7
  end
@@ -297,7 +297,7 @@ module SassC
297
297
  return url if @importer_results.key?(url)
298
298
 
299
299
  path = URL.parse(url).route_from(@parent_urls.last).to_s
300
- resolved = resolve_path(path, URL.file_url_to_path(@parent_urls.last.to_s), from_import)
300
+ resolved = resolve_path(path, URL.file_url_to_path(@parent_urls.last), from_import)
301
301
  return resolved.nil? ? nil : URL.path_to_file_url(resolved)
302
302
  end
303
303
 
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.1
4
+ version: 1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - なつき
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-03 00:00:00.000000000 Z
11
+ date: 2022-04-04 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.1
142
- source_code_uri: https://github.com/ntkme/sassc-embedded-polyfill-ruby/tree/v1.5.1
141
+ documentation_uri: https://rubydoc.info/gems/sassc-embedded/1.5.2
142
+ source_code_uri: https://github.com/ntkme/sassc-embedded-polyfill-ruby/tree/v1.5.2
143
143
  funding_uri: https://github.com/sponsors/ntkme
144
144
  post_install_message:
145
145
  rdoc_options: []