sass-embedded 1.77.1 → 1.77.2

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: 0bfff52de55e49e0fca1fc3e31b5872242a1bb7029df3f2559d4573572cfc7ea
4
- data.tar.gz: 234f54677a6e1081be4b7c89f5e96941df79dfb96cd2e22a1820f983f1399d43
3
+ metadata.gz: a3dca2186e1086d3aa8ff34159e4e6287758cdddb02b7091c723297bcd2f1cc5
4
+ data.tar.gz: 3f6df4d4b73d41c0a4dd58f3f6b8a740f1a7654cb0d04090c48c9bae400e671d
5
5
  SHA512:
6
- metadata.gz: da2f6ff5eb532eb242490de2089775382901caa745c9115b66d53a326ebf58a03a53c24f9e67b16a2cf338a9671b318d12af29ecf72e84cf79032c04e710e70e
7
- data.tar.gz: 91d0022d942e73e64436a34fab0f7cc14bdc02095937150d80559f18bb9a810e8a3ef9ee7e996be3086b6fbd9e104d2ddd76ab8ce30d6110c390ab60daf83451
6
+ metadata.gz: e3f9a6b2b637e585b7a05ab21f2ae7ea1cacb9c0c15b2bd75d36dec5afb7191950c7947432847e569e0c44bb4b12a41ab912939adabd2f66a6bd16066d7930f8
7
+ data.tar.gz: 9e480c27d0597810d5b13180c2eb8b20c3d505e32748f71d3ed014659f084fcee2fbafa93d535d7c50276a34f11eb724d32d4e841500431d2b6058fbbca16568
data/ext/sass/Rakefile CHANGED
@@ -404,7 +404,12 @@ module SassConfig
404
404
  platform = Gem::Platform.new("#{Platform::CPU}-#{RbConfig::CONFIG['host_os']}")
405
405
  case Platform::OS
406
406
  when 'darwin'
407
- Gem::Platform.new([RbConfig::CONFIG['host_cpu'], platform.os])
407
+ case platform.cpu
408
+ when 'aarch64'
409
+ Gem::Platform.new(['arm64', platform.os])
410
+ else
411
+ platform
412
+ end
408
413
  when 'linux'
409
414
  if platform.version&.start_with?('gnu')
410
415
  platform
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "dependencies": {
3
- "sass": "1.77.1"
3
+ "sass": "1.77.2"
4
4
  }
5
5
  }
@@ -23,6 +23,8 @@ module Sass
23
23
  end
24
24
 
25
25
  @stdin.binmode
26
+
27
+ @wait_thread.name = "sass-embedded-process-waiter-#{@wait_thread.pid}"
26
28
  end
27
29
 
28
30
  def listen(dispatcher)
@@ -60,8 +62,6 @@ module Sass
60
62
  @stderr.close
61
63
  end
62
64
  end
63
-
64
- @wait_thread.name = "sass-embedded-process-waiter-#{@wait_thread.pid}"
65
65
  end
66
66
 
67
67
  def close
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Sass
4
4
  module Embedded
5
- VERSION = '1.77.1'
5
+ VERSION = '1.77.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass-embedded
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.77.1
4
+ version: 1.77.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - なつき
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-05-10 00:00:00.000000000 Z
11
+ date: 2024-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -107,8 +107,8 @@ licenses:
107
107
  - MIT
108
108
  metadata:
109
109
  bug_tracker_uri: https://github.com/sass-contrib/sass-embedded-host-ruby/issues
110
- documentation_uri: https://rubydoc.info/gems/sass-embedded/1.77.1
111
- source_code_uri: https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.77.1
110
+ documentation_uri: https://rubydoc.info/gems/sass-embedded/1.77.2
111
+ source_code_uri: https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.77.2
112
112
  funding_uri: https://github.com/sponsors/ntkme
113
113
  rubygems_mfa_required: 'true'
114
114
  post_install_message: