sass-embedded 0.7.15 → 0.7.16

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: fe31a4373aa2146f0eee250178df2e35383141389699a7af4a7f4c0d672631fd
4
- data.tar.gz: 821ce7306f41e0e037720df4bd048e248113461dcdcd7ec8c8bb99a05d72339a
3
+ metadata.gz: 30cfad0f8ab506763c7651c5f603279bbba1a533584298baf3095fa3052c3297
4
+ data.tar.gz: bc9c76ed6991d5663fe2c62b445b9e7a498eb791599c9d8523b97add5bb44202
5
5
  SHA512:
6
- metadata.gz: f1ba39e8ef36ab9b50c51eebded39ee7065fb3e51d93af224c66ef246ff76981a2eec2ea6f5572f0c1d90482c431f0a713a3e7424236bb3ed3af11aa36607cc9
7
- data.tar.gz: 96c187418ea97fc784cdb5ade9a837aa2e5671d7bc8dd0a1c34e97f4612079d95c91dfbb0a358ebe7449a5db5a46d209183f3cc4fd0464ce9e243b62721df22f
6
+ metadata.gz: c83c480f0a41a6b7603989613e43009ec0ed1f36eb160aa6eafe877ef6f319f68274db04065fc7eeb74593fc12bbfbe9a79fddcbcb8d1768d03f3bcf02e6199f
7
+ data.tar.gz: 3caac14ead5a14e165b1759f424b392f353ef7881a50ae78afb0edc22edd7cf9b49fa8c81d52d0f3ecca7832879e5a342c5cecd83d5f407cefb7758c1d20b02d
@@ -30,6 +30,10 @@ module Sass
30
30
  @observerable_mutex = Mutex.new
31
31
  @stdin_mutex = Mutex.new
32
32
  @stdin, @stdout, @stderr, @wait_thread = Open3.popen3(DART_SASS_EMBEDDED)
33
+
34
+ @stdin.set_encoding(Encoding::ASCII_8BIT)
35
+ @stdout.set_encoding(Encoding::ASCII_8BIT)
36
+
33
37
  poll do
34
38
  warn(@stderr.readline, uplevel: 1)
35
39
  end
data/lib/sass/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Sass
4
- VERSION = '0.7.15'
4
+ VERSION = '0.7.16'
5
5
  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: 0.7.15
4
+ version: 0.7.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - なつき
@@ -166,7 +166,7 @@ homepage: https://github.com/ntkme/sass-embedded-host-ruby
166
166
  licenses:
167
167
  - MIT
168
168
  metadata:
169
- source_code_uri: https://github.com/ntkme/sass-embedded-host-ruby/tree/v0.7.15
169
+ source_code_uri: https://github.com/ntkme/sass-embedded-host-ruby/tree/v0.7.16
170
170
  post_install_message:
171
171
  rdoc_options: []
172
172
  require_paths: