sass-embedded 1.77.1-arm64-darwin → 1.77.2-arm64-darwin

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: 77774f244fe7c73faec9b6459766ec86a7f59a61f4481627035fa105908c4bc7
4
- data.tar.gz: e528d82fcecacd03f919bfad237975e484fdb584efba61e98b13f7807fd00c65
3
+ metadata.gz: c19561be703e55afac72956e8b3dd284ffcc5de56e4eed361ad5574444363161
4
+ data.tar.gz: 6d08df46b27f9c0514a80d973fe2431b7f7924711bee0015867ba6c934400e1c
5
5
  SHA512:
6
- metadata.gz: ace4e9db6bfcd5c543c2c0e0e8054d941b223b53de2cd2e81fecbaa8ee694763ea7be08ae530a987f9b8e94a455b5df9ea7b55e43745e7b4964e6fc607b37496
7
- data.tar.gz: 80166d944af83ce0e01ef5134bf2a9039b62bb6c41001024f7bd1ad699dcdc4cc5d1098ff3ab3aa755ffaa2beac82133f7750cbc38a3ee1d2fddf258eaedfff2
6
+ metadata.gz: 5f15e3cbd65154e53bd30d018dd9ce4f575f5b6ee726875a278dde1f7c06715d9cc743852708b1963f3afb07ab3989741def824012935feeb504fdcc4aa83714
7
+ data.tar.gz: c041364244c6aa9afd7c9ce31c9dddfc1d4c723b887577040d6dd4799f7cfb2399d85ade341b60a4db91c0a2a51adc6eace480cf45ad3818a39392047da24b39
@@ -87,6 +87,39 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
87
87
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
88
88
 
89
89
 
90
+ --------------------------------------------------------------------------------
91
+
92
+ _macros and macros license:
93
+
94
+ Copyright 2024, the Dart project authors.
95
+
96
+ Redistribution and use in source and binary forms, with or without
97
+ modification, are permitted provided that the following conditions are
98
+ met:
99
+
100
+ * Redistributions of source code must retain the above copyright
101
+ notice, this list of conditions and the following disclaimer.
102
+ * Redistributions in binary form must reproduce the above
103
+ copyright notice, this list of conditions and the following
104
+ disclaimer in the documentation and/or other materials provided
105
+ with the distribution.
106
+ * Neither the name of Google LLC nor the names of its
107
+ contributors may be used to endorse or promote products derived
108
+ from this software without specific prior written permission.
109
+
110
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
111
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
112
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
113
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
114
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
115
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
116
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
117
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
118
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
119
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
120
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
121
+
122
+
90
123
  --------------------------------------------------------------------------------
91
124
 
92
125
  analyzer, protobuf and protoc_plugin license:
Binary file
Binary file
@@ -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: arm64-darwin
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: google-protobuf
@@ -94,8 +94,8 @@ licenses:
94
94
  - MIT
95
95
  metadata:
96
96
  bug_tracker_uri: https://github.com/sass-contrib/sass-embedded-host-ruby/issues
97
- documentation_uri: https://rubydoc.info/gems/sass-embedded/1.77.1
98
- source_code_uri: https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.77.1
97
+ documentation_uri: https://rubydoc.info/gems/sass-embedded/1.77.2
98
+ source_code_uri: https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.77.2
99
99
  funding_uri: https://github.com/sponsors/ntkme
100
100
  rubygems_mfa_required: 'true'
101
101
  post_install_message: