sass-embedded 1.0.9 → 1.0.10

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: e66ada7e45e9d2645c9c11569f907001a4d8f9711df90f9cebe726e0a40d9539
4
- data.tar.gz: aa2139021df463e31a2fa6f02d9515dd6b9553b57d73d38e831ad67ecb688275
3
+ metadata.gz: 9cde332483abfd48f55e09ca4ee521e762536c87488b6dc0e6965ea72db7af36
4
+ data.tar.gz: 8be1b3f5c0a37f44eb81f0eed164cb7a27db93d616250533c2f89e491a72d2ce
5
5
  SHA512:
6
- metadata.gz: bc77ad8ef5cbd139360443308899212ce95fd4b3be3be31fbca1f331f7cc73e6bd5ad0f6f2bc853d486ca0a90bc1e3fdf043adbcb534060f17c2209a7eac9499
7
- data.tar.gz: 61918d88ebfa21159851b0294d1366b2ff403c3168592dc70554c68810a777552ecb773849e790fd9f8bd1be1f2e4839732700b02a5faf7b4db448776c34b120
6
+ metadata.gz: 839e617c83d5d9c81752b978049441f148597426712e2ec3bf59f46c2e12093cc950d97fc94e17212f969f367903373e83e6eb611e95c3f02e6163c0523a9e5d
7
+ data.tar.gz: 1fbb11e16c19cc1d46c5fa179832881018cf0ed4b792549c7eee594f90a4d907ffcb850f919bffbbceff852bf20c2729a0a70deb5307b57aa14e70dcfffe5fff
@@ -53,7 +53,7 @@ module Sass
53
53
  importer: importer.nil? ? nil : @importer_registry.register(importer)
54
54
  )
55
55
  end,
56
- path: path,
56
+ path: path.nil? ? nil : File.absolute_path(path),
57
57
  style: Protofier.to_proto_output_style(style),
58
58
  source_map: source_map,
59
59
  source_map_include_sources: source_map_include_sources,
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Sass
4
4
  class Embedded
5
- VERSION = '1.0.9'
5
+ VERSION = '1.0.10'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass-embedded
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.9
4
+ version: 1.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - なつき
@@ -177,8 +177,8 @@ homepage: https://github.com/ntkme/sass-embedded-host-ruby
177
177
  licenses:
178
178
  - MIT
179
179
  metadata:
180
- documentation_uri: https://www.rubydoc.info/gems/sass-embedded/1.0.9
181
- source_code_uri: https://github.com/ntkme/sass-embedded-host-ruby/tree/v1.0.9
180
+ documentation_uri: https://www.rubydoc.info/gems/sass-embedded/1.0.10
181
+ source_code_uri: https://github.com/ntkme/sass-embedded-host-ruby/tree/v1.0.10
182
182
  funding_uri: https://github.com/sponsors/ntkme
183
183
  post_install_message:
184
184
  rdoc_options: []