sass-embedded 1.83.0-arm-linux-gnueabihf → 1.83.2-arm-linux-gnueabihf

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: d7ec456810c8c00485349a0d59e0a23c38b8a29169a12a76581ccbf3be8bb42a
4
- data.tar.gz: 53169117481b60832ad7ca2d32c085af222c6bee6e5a51de5b695fae4464cd9a
3
+ metadata.gz: 67ae39199dbd42660f5b102ada4460f4e19ec0bba9ab9bdb1385d5bc74ef9cad
4
+ data.tar.gz: b608b7d20ff6db35f44db3186f5a68f810be90af744e193006f5437a77da63cf
5
5
  SHA512:
6
- metadata.gz: 4269756f462b1948604e8a109fa5e754dc1084d2cbf2f34c2a1a4c73da74363545fd10f4b0de91bc9da1f1ead1faf09274883fdf014e3c6ee9c546ee9f4a9b3b
7
- data.tar.gz: 9b985a61097c176c3303e0f465e9e337697bf02a797bba45635af887e46e1142487c780bbe7c403766168752c4f5a71071415fbeb2bc3beda3132d257397921e
6
+ metadata.gz: 7d3f9fb8cf81347e23e3497df57689b7f0da9ef62978373ce14cf2191e7d0d46cea05eaad7fe309ac6dd0ce32eee46b4acd7d242dc4af9971677b28a63984c7b
7
+ data.tar.gz: 0eb33dd0afedbf36409f71bc1198d44a1a3d03ab23fad0e8cbcdcc33c31f46dd75dd1644b53f174c71f670bbdb52b262b28c1f61f9181f4385681c5def5a4a55
@@ -615,8 +615,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
615
615
 
616
616
  --------------------------------------------------------------------------------
617
617
 
618
- coverage, dart_style, dartdoc, glob, http, http_parser, matcher, path, pool,
619
- pub_semver, source_span, string_scanner, test and watcher license:
618
+ coverage, dartdoc, glob, http, http_parser, matcher, path, pool, pub_semver,
619
+ source_span, string_scanner, test and watcher license:
620
620
 
621
621
  Copyright 2014, the Dart project authors.
622
622
 
@@ -1183,11 +1183,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1183
1183
 
1184
1184
  --------------------------------------------------------------------------------
1185
1185
 
1186
- petitparser and xml license:
1186
+ petitparser license:
1187
1187
 
1188
1188
  The MIT License
1189
1189
 
1190
- Copyright (c) 2006-2023 Lukas Renggli.
1190
+ Copyright (c) 2006-2025 Lukas Renggli.
1191
1191
  All rights reserved.
1192
1192
 
1193
1193
  Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1640,6 +1640,34 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1640
1640
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1641
1641
 
1642
1642
 
1643
+ --------------------------------------------------------------------------------
1644
+
1645
+ xml license:
1646
+
1647
+ The MIT License
1648
+
1649
+ Copyright (c) 2006-2023 Lukas Renggli.
1650
+ All rights reserved.
1651
+
1652
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1653
+ of this software and associated documentation files (the "Software"), to deal
1654
+ in the Software without restriction, including without limitation the rights
1655
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1656
+ copies of the Software, and to permit persons to whom the Software is
1657
+ furnished to do so, subject to the following conditions:
1658
+
1659
+ The above copyright notice and this permission notice shall be included in
1660
+ all copies or substantial portions of the Software.
1661
+
1662
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1663
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1664
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1665
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1666
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1667
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1668
+ THE SOFTWARE.
1669
+
1670
+
1643
1671
  --------------------------------------------------------------------------------
1644
1672
 
1645
1673
  yaml license:
Binary file
Binary file
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Sass
4
4
  module Embedded
5
- VERSION = '1.83.0'
5
+ VERSION = '1.83.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass-embedded
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.83.0
4
+ version: 1.83.2
5
5
  platform: arm-linux-gnueabihf
6
6
  authors:
7
7
  - なつき
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-12-12 00:00:00.000000000 Z
10
+ date: 2025-01-14 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-protobuf
@@ -16,14 +15,14 @@ dependencies:
16
15
  requirements:
17
16
  - - "~>"
18
17
  - !ruby/object:Gem::Version
19
- version: '4.28'
18
+ version: '4.29'
20
19
  type: :runtime
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
23
  - - "~>"
25
24
  - !ruby/object:Gem::Version
26
- version: '4.28'
25
+ version: '4.29'
27
26
  description: A Ruby library that will communicate with Embedded Dart Sass using the
28
27
  Embedded Sass protocol.
29
28
  email:
@@ -112,11 +111,10 @@ licenses:
112
111
  - MIT
113
112
  metadata:
114
113
  bug_tracker_uri: https://github.com/sass-contrib/sass-embedded-host-ruby/issues
115
- documentation_uri: https://rubydoc.info/gems/sass-embedded/1.83.0
116
- source_code_uri: https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.83.0
114
+ documentation_uri: https://rubydoc.info/gems/sass-embedded/1.83.2
115
+ source_code_uri: https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.83.2
117
116
  funding_uri: https://github.com/sponsors/ntkme
118
117
  rubygems_mfa_required: 'true'
119
- post_install_message:
120
118
  rdoc_options: []
121
119
  require_paths:
122
120
  - lib
@@ -131,8 +129,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
131
129
  - !ruby/object:Gem::Version
132
130
  version: '0'
133
131
  requirements: []
134
- rubygems_version: 3.5.23
135
- signing_key:
132
+ rubygems_version: 3.6.2
136
133
  specification_version: 4
137
134
  summary: Use dart-sass with Ruby!
138
135
  test_files: []