sass-embedded 1.86.3-aarch64-linux-gnu → 1.87.0-aarch64-linux-gnu

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5bca2b0193178cf47a4900bf932285d11fb1b1a5a47c14789fbeab271b07f40d
4
- data.tar.gz: 3858c198079af739fd9424322abf345808abbf628e9645b074cc70c8938de0dd
3
+ metadata.gz: 5bb694e852d7728659dd7705c99bb3d26d6487e2450e740d35b8e696ccc281d5
4
+ data.tar.gz: be62b2469792745344b179c1b1e16cf1a42ff9835496be11a8bf321f79b506d5
5
5
  SHA512:
6
- metadata.gz: d9268ece67efe8eedd2c15aeb5b8ff9842a0cc71f9bc6b2d8666400853a6f767986d681165f998831efac6516b83cdcd0dcc5008599813fb7feaa150a21617ab
7
- data.tar.gz: 61fd4badb70d2ce53d59bb116a2ae3534e052f3070960fbe0304e25c23b4b9fe86f7498dd3a8858c0363a82b149f6a9948d44c0b8de508dc9403e60a70965517
6
+ metadata.gz: 0c1d917ea1c6daaac6857c0dcf28c3bedd05dd7a0c05c804c4c92592a62a43e3f3db6945c28f2a5d698bad19ad0f274d2bc9683ef22189a9fa24e6db9cd251d4
7
+ data.tar.gz: ff54cb62aea918267e34f183c4acb41e308dc49b558f4f2c7a94dfad166ccce0c6727887a7afcc9e0fad4fd8efa2073a913f5b8e7464b29a82ae211dee409eaf
@@ -310,6 +310,38 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
310
310
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
311
311
 
312
312
 
313
+ --------------------------------------------------------------------------------
314
+
315
+ cli_config license:
316
+
317
+ Copyright 2023, the Dart project authors.
318
+
319
+ Redistribution and use in source and binary forms, with or without
320
+ modification, are permitted provided that the following conditions are
321
+ met:
322
+
323
+ * Redistributions of source code must retain the above copyright
324
+ notice, this list of conditions and the following disclaimer.
325
+ * Redistributions in binary form must reproduce the above
326
+ copyright notice, this list of conditions and the following
327
+ disclaimer in the documentation and/or other materials provided
328
+ with the distribution.
329
+ * Neither the name of Google LLC nor the names of its
330
+ contributors may be used to endorse or promote products derived
331
+ from this software without specific prior written permission.
332
+
333
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
334
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
335
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
336
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
337
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
338
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
339
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
340
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
341
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
342
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
343
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
344
+
313
345
  --------------------------------------------------------------------------------
314
346
 
315
347
  cli_pkg license:
Binary file
Binary file
data/lib/sass/elf.rb CHANGED
@@ -363,10 +363,7 @@ module Sass
363
363
  return if phdr.nil?
364
364
 
365
365
  @io.seek(phdr[:p_offset], IO::SEEK_SET)
366
- interpreter = @io.read(phdr[:p_filesz])
367
- raise EncodingError unless interpreter.end_with?("\0")
368
-
369
- interpreter.chomp!("\0")
366
+ @io.read(phdr[:p_filesz]).unpack1('Z*')
370
367
  end
371
368
 
372
369
  INTERPRETER = begin
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Sass
4
4
  module Embedded
5
- VERSION = '1.86.3'
5
+ VERSION = '1.87.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass-embedded
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.86.3
4
+ version: 1.87.0
5
5
  platform: aarch64-linux-gnu
6
6
  authors:
7
7
  - なつき
@@ -111,8 +111,8 @@ licenses:
111
111
  - MIT
112
112
  metadata:
113
113
  bug_tracker_uri: https://github.com/sass-contrib/sass-embedded-host-ruby/issues
114
- documentation_uri: https://rubydoc.info/gems/sass-embedded/1.86.3
115
- source_code_uri: https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3
114
+ documentation_uri: https://rubydoc.info/gems/sass-embedded/1.87.0
115
+ source_code_uri: https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.87.0
116
116
  funding_uri: https://github.com/sponsors/ntkme
117
117
  rubygems_mfa_required: 'true'
118
118
  rdoc_options: []
@@ -129,7 +129,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
129
129
  - !ruby/object:Gem::Version
130
130
  version: '0'
131
131
  requirements: []
132
- rubygems_version: 3.6.7
132
+ rubygems_version: 3.6.8
133
133
  specification_version: 4
134
134
  summary: Use dart-sass with Ruby!
135
135
  test_files: []