sass-embedded 0.7.16 → 0.7.17

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: 30cfad0f8ab506763c7651c5f603279bbba1a533584298baf3095fa3052c3297
4
- data.tar.gz: bc9c76ed6991d5663fe2c62b445b9e7a498eb791599c9d8523b97add5bb44202
3
+ metadata.gz: ab9e58a331ab32c7ac7842a49200124f034125b8c53ec98abf6f28c8d90950bf
4
+ data.tar.gz: c29daf3c44f78f0426785d32d23088ba18363f4c8298f1cfef5bd434ec509285
5
5
  SHA512:
6
- metadata.gz: c83c480f0a41a6b7603989613e43009ec0ed1f36eb160aa6eafe877ef6f319f68274db04065fc7eeb74593fc12bbfbe9a79fddcbcb8d1768d03f3bcf02e6199f
7
- data.tar.gz: 3caac14ead5a14e165b1759f424b392f353ef7881a50ae78afb0edc22edd7cf9b49fa8c81d52d0f3ecca7832879e5a342c5cecd83d5f407cefb7758c1d20b02d
6
+ metadata.gz: 35373b7a328421190d33408781b4cbb46eb9552b44b4f9c6fe7f198e70b4d9308988e234b08412e2d3e4d63adf4cef610fec6746f03a9cded99a7066dca474d1
7
+ data.tar.gz: 50dea130d22068359ec76c874318059508f91a01f11d78050a00d4c36fe0d5e406a03b6c0952239edd76d2638a5f177e89830682b32fda7ea15104bfee089b01
@@ -31,8 +31,7 @@ module Sass
31
31
  @stdin_mutex = Mutex.new
32
32
  @stdin, @stdout, @stderr, @wait_thread = Open3.popen3(DART_SASS_EMBEDDED)
33
33
 
34
- @stdin.set_encoding(Encoding::ASCII_8BIT)
35
- @stdout.set_encoding(Encoding::ASCII_8BIT)
34
+ [@stdin, @stdout].each(&:binmode)
36
35
 
37
36
  poll do
38
37
  warn(@stderr.readline, uplevel: 1)
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.16'
4
+ VERSION = '0.7.17'
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.16
4
+ version: 0.7.17
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.16
169
+ source_code_uri: https://github.com/ntkme/sass-embedded-host-ruby/tree/v0.7.17
170
170
  post_install_message:
171
171
  rdoc_options: []
172
172
  require_paths: