sassc-embedded 1.68.4 → 1.68.5

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: df137dce16ba36c3c08123bcc7640689e241b9639651336521d1a7cc2b132866
4
- data.tar.gz: 0b5a036057c957816770fcf37945e0aa7138ed1e47628a8ee25cb3361cacef99
3
+ metadata.gz: 535cc6e2ea596f2cc432e3b35b2343275a3b7834c70247d6f73f3e63ca6f81d3
4
+ data.tar.gz: e2dde36180d8dd2b65917c8f1ff6f012ba7d121abebd439a3108d8bffe1783cb
5
5
  SHA512:
6
- metadata.gz: 598c352f1ef7cb2c0c50462cc415b7b64b9be75b8ce207636ae308678c2fe67084461baed878d8928fe417df810908fbfa8ca60d2aa9eef6002673bb270161fa
7
- data.tar.gz: a0ad7341bbf03fb8177aa4285f1b7c6c9aa1ebf7a1193f90fc32560a02c8c4616c143f7fb122f483fd30e46b1f8636e34bf59113ec16f4b5da849f085efddeb0
6
+ metadata.gz: 86ffffad006834ae4d0e4bbeec35c644416bb36d68575ddc317f4145d2cbb01841f6bfd80f860bd7f7745601f6b94fab119ea0ee8f7b8d70fa0616539dc15e29
7
+ data.tar.gz: 8a3c341f113349b604ca034108754f9d875a2e0a54bd2e9173b29cd6b24d881ddf2ad51208fd36ddfa765656ce7c2cbac38a2f64bf807b9422634eb64ad1d16f
@@ -2,6 +2,6 @@
2
2
 
3
3
  module SassC
4
4
  module Embedded
5
- VERSION = '1.68.4'
5
+ VERSION = '1.68.5'
6
6
  end
7
7
  end
@@ -592,7 +592,7 @@ module SassC
592
592
  return if path.nil?
593
593
 
594
594
  path = "/#{path}" unless path.start_with?('/')
595
- URI::File.build([nil, escape(path)]).to_s
595
+ "file://#{escape(path)}"
596
596
  end
597
597
  end
598
598
 
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.68.4
4
+ version: 1.68.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - なつき
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-29 00:00:00.000000000 Z
11
+ date: 2023-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass-embedded
@@ -78,7 +78,7 @@ licenses:
78
78
  - MIT
79
79
  metadata:
80
80
  documentation_uri: https://rubydoc.info/gems/sassc
81
- source_code_uri: https://github.com/ntkme/sassc-embedded-shim-ruby/tree/v1.68.4
81
+ source_code_uri: https://github.com/ntkme/sassc-embedded-shim-ruby/tree/v1.68.5
82
82
  funding_uri: https://github.com/sponsors/ntkme
83
83
  post_install_message:
84
84
  rdoc_options: []