sass-embedded 1.66.1-arm-linux-musleabihf → 1.67.0-arm-linux-musleabihf
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 +4 -4
- data/ext/sass/dart-sass/src/LICENSE +66 -33
- data/ext/sass/dart-sass/src/dart +0 -0
- data/ext/sass/dart-sass/src/sass.snapshot +0 -0
- data/lib/sass/embedded/host.rb +5 -7
- data/lib/sass/embedded/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eeadd536280b4e8120397745be4e700998045b918887d6183127827b75720485
|
4
|
+
data.tar.gz: b462e9014779a222a75e26eee3201432b546511af40f93ce39b38be65aa5ef60
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d0a0b89f94425171e07733921556453befa00c3f85dde4e30df3b50231d36ebc640c8ef50560874c44297213405bbb97c1d884c1c8991231288d7d6f64ca015
|
7
|
+
data.tar.gz: 36c6db91b682980c62d12da00f7a3bb5f4dc1fd2da62ff26f3fc40c67c463fb0185f7a2b1aa41267c7874dd15053729abca8f2b2696757c94c11f7089b73c1c1
|
@@ -615,6 +615,39 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
615
615
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
616
616
|
|
617
617
|
|
618
|
+
--------------------------------------------------------------------------------
|
619
|
+
|
620
|
+
ffi and package_config license:
|
621
|
+
|
622
|
+
Copyright 2019, the Dart project authors.
|
623
|
+
|
624
|
+
Redistribution and use in source and binary forms, with or without
|
625
|
+
modification, are permitted provided that the following conditions are
|
626
|
+
met:
|
627
|
+
|
628
|
+
* Redistributions of source code must retain the above copyright
|
629
|
+
notice, this list of conditions and the following disclaimer.
|
630
|
+
* Redistributions in binary form must reproduce the above
|
631
|
+
copyright notice, this list of conditions and the following
|
632
|
+
disclaimer in the documentation and/or other materials provided
|
633
|
+
with the distribution.
|
634
|
+
* Neither the name of Google LLC nor the names of its
|
635
|
+
contributors may be used to endorse or promote products derived
|
636
|
+
from this software without specific prior written permission.
|
637
|
+
|
638
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
639
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
640
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
641
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
642
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
643
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
644
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
645
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
646
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
647
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
648
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
649
|
+
|
650
|
+
|
618
651
|
--------------------------------------------------------------------------------
|
619
652
|
|
620
653
|
file license:
|
@@ -940,6 +973,39 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
940
973
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
941
974
|
|
942
975
|
|
976
|
+
--------------------------------------------------------------------------------
|
977
|
+
|
978
|
+
native_synchronization license:
|
979
|
+
|
980
|
+
Copyright 2023, the Dart project authors.
|
981
|
+
|
982
|
+
Redistribution and use in source and binary forms, with or without
|
983
|
+
modification, are permitted provided that the following conditions are
|
984
|
+
met:
|
985
|
+
|
986
|
+
* Redistributions of source code must retain the above copyright
|
987
|
+
notice, this list of conditions and the following disclaimer.
|
988
|
+
* Redistributions in binary form must reproduce the above
|
989
|
+
copyright notice, this list of conditions and the following
|
990
|
+
disclaimer in the documentation and/or other materials provided
|
991
|
+
with the distribution.
|
992
|
+
* Neither the name of Google LLC nor the names of its
|
993
|
+
contributors may be used to endorse or promote products derived
|
994
|
+
from this software without specific prior written permission.
|
995
|
+
|
996
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
997
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
998
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
999
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
1000
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
1001
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
1002
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
1003
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
1004
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
1005
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
1006
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
1007
|
+
|
1008
|
+
|
943
1009
|
--------------------------------------------------------------------------------
|
944
1010
|
|
945
1011
|
node_interop license:
|
@@ -1024,39 +1090,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1024
1090
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
1025
1091
|
|
1026
1092
|
|
1027
|
-
--------------------------------------------------------------------------------
|
1028
|
-
|
1029
|
-
package_config license:
|
1030
|
-
|
1031
|
-
Copyright 2019, the Dart project authors.
|
1032
|
-
|
1033
|
-
Redistribution and use in source and binary forms, with or without
|
1034
|
-
modification, are permitted provided that the following conditions are
|
1035
|
-
met:
|
1036
|
-
|
1037
|
-
* Redistributions of source code must retain the above copyright
|
1038
|
-
notice, this list of conditions and the following disclaimer.
|
1039
|
-
* Redistributions in binary form must reproduce the above
|
1040
|
-
copyright notice, this list of conditions and the following
|
1041
|
-
disclaimer in the documentation and/or other materials provided
|
1042
|
-
with the distribution.
|
1043
|
-
* Neither the name of Google LLC nor the names of its
|
1044
|
-
contributors may be used to endorse or promote products derived
|
1045
|
-
from this software without specific prior written permission.
|
1046
|
-
|
1047
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
1048
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
1049
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
1050
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
1051
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
1052
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
1053
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
1054
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
1055
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
1056
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
1057
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
1058
|
-
|
1059
|
-
|
1060
1093
|
--------------------------------------------------------------------------------
|
1061
1094
|
|
1062
1095
|
petitparser and xml license:
|
data/ext/sass/dart-sass/src/dart
CHANGED
Binary file
|
Binary file
|
data/lib/sass/embedded/host.rb
CHANGED
@@ -86,13 +86,11 @@ module Sass
|
|
86
86
|
end
|
87
87
|
|
88
88
|
def error(message)
|
89
|
-
if message.is_a?(EmbeddedProtocol::ProtocolError)
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
@error = message
|
95
|
-
end
|
89
|
+
@error = if message.is_a?(EmbeddedProtocol::ProtocolError)
|
90
|
+
Errno::EPROTO.new(message.message)
|
91
|
+
else
|
92
|
+
message
|
93
|
+
end
|
96
94
|
@queue.close
|
97
95
|
end
|
98
96
|
|
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.
|
4
|
+
version: 1.67.0
|
5
5
|
platform: arm-linux-musleabihf
|
6
6
|
authors:
|
7
7
|
- なつき
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-09-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-protobuf
|
@@ -84,8 +84,8 @@ homepage: https://github.com/ntkme/sass-embedded-host-ruby
|
|
84
84
|
licenses:
|
85
85
|
- MIT
|
86
86
|
metadata:
|
87
|
-
documentation_uri: https://rubydoc.info/gems/sass-embedded/1.
|
88
|
-
source_code_uri: https://github.com/ntkme/sass-embedded-host-ruby/tree/v1.
|
87
|
+
documentation_uri: https://rubydoc.info/gems/sass-embedded/1.67.0
|
88
|
+
source_code_uri: https://github.com/ntkme/sass-embedded-host-ruby/tree/v1.67.0
|
89
89
|
funding_uri: https://github.com/sponsors/ntkme
|
90
90
|
post_install_message:
|
91
91
|
rdoc_options: []
|