sass-embedded 1.77.1-x64-mswin64 → 1.77.2-x64-mswin64

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: 1e50ecb23c175117d3a40bf17b56cbcf3248844bc9e6e11b2ed3e1c07a88633b
4
- data.tar.gz: ccaa4e25f49d4d7f9888115dab4f1cb9cdf41e34d5af7388c52575a0a797d5da
3
+ metadata.gz: 14749a62de6a107d20a17746ccfe35c3df5382d1160243dff323fe95fd309eea
4
+ data.tar.gz: 2f165f4e1cedfb3b3cea7f11977596d15b987353b402cdc7f080eca6118292e1
5
5
  SHA512:
6
- metadata.gz: e84bc2b0bf5586dc835419672cff3297a9462ad59e6713ede7cb226609fdce1316f61dd94734b0228abaa175903cdfb6c32bb24daa5c185d070c8498674b05db
7
- data.tar.gz: 9786c33d572ac451d251d7bc393343a9658875fc09de56615c6c8434f82cda720d18e33c6ad8abc260a4a091be604a4f017452baf16b49a61cd3a89d322c0cc0
6
+ metadata.gz: 712cf375830f0acb3c3c1fe6f30c2a6d33960b22705d8f2a404073037de5a126dca26758b25b0e138f7d68da9a2eeab847930bb55ceba59aed5dbfed76b40ae1
7
+ data.tar.gz: 22db55524964b152dc5101d4cc654d536f1922a70521e2434fa3e895715ba51053c14efd9e5cc462d3c0bd386c3a3d974afa10cca2689e37b051714946d48352
@@ -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: x64-mswin64
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: