sass-embedded 1.77.1-x86-linux-musl → 1.77.2-x86-linux-musl

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: cb0e4424947c4fcc537855701fed751321d98fb1c0b81806e0587bd5fb774ee6
4
- data.tar.gz: d4740e867df96dc682d5a08a634e8c1efba407cfdd6be056e768be56ece6c39a
3
+ metadata.gz: a4ceafe25c3752a1033281b7c98c55ecddd89f345fb0db22ea87ba7f7bc2d94b
4
+ data.tar.gz: 7f68196d132689c1e5a44446d331fa6750db9a1bfc6783f55cff9e2b87fee86d
5
5
  SHA512:
6
- metadata.gz: b5f590755bb58ee680bb8eafdda995e410a2bcfedbb8f1a4fa5c97c1b09e5c0df6e680d36fbcd49100a070ff807366e8f139b6fc54699247774a462c8a991f9f
7
- data.tar.gz: ef67ce9e6ba77dcbcc556d8391928584f357bccbc529205d8ba83eb34d97f250bbcad7adb60fafd523d63e93a0179cb129b118bc454d9bdd011f616e83cbf259
6
+ metadata.gz: 88f406c9155856aaac3e9ea27cc3d01732650aec111afdafc53ceb488b01737e496c3fca26e0c88cff2195a7bcaa27055cd4d2507598e1d9584ccf8ad312d521
7
+ data.tar.gz: 2526cbeb8b4c243a9aa8ae6ec10083ed17e1535b1d122b385b9ae9f785c883eb9dc8ba8520434b03e0352a60db8168ac126ab1d3953c3df909c033eeb3395cc3
@@ -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: x86-linux-musl
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: