sass-embedded 1.80.4-x86-linux-gnu → 1.80.6-x86-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: 152b2148fc200b01ea3769e28285fbfd2a2b3d98a8540430065512599909801e
4
- data.tar.gz: 35bb6737311afbe34dbb998caa5816ec49a5ac36cfbe6b6dbab0995154013d32
3
+ metadata.gz: 6e7feb5dc98f4dd3becc45c3066d76df87f45d7c628cc370e31416537989dfc7
4
+ data.tar.gz: 3d362159f350932ad4c3c11ba687b9e439661e9ba4366bb1af7f32e7d74f8d4a
5
5
  SHA512:
6
- metadata.gz: a13126f2a20b72dd94958a1e23e86a887d8b78eb5e8c16505466583155a7b6f94b079c33dfe1abb9d29404d0a72a64ed668fceef10f6118393adcc1dfc3e6bca
7
- data.tar.gz: fb96827915e4b21afee51e242b9b0b4cec81f7aa48309bcccb1df23181abc5f4428966fc3eae230732daeab4b0dabad12d349508e3718462600c3be5474ee01d
6
+ metadata.gz: abe5c95a6b39a0a20e999315d79cc15690b5748ec6d9becbaaebb3840cee20020f056ad9e030e92a388e6d9359d915cc378c6ca432a9442ba840cc0f7041fe5a
7
+ data.tar.gz: a8949313b154cfbda0a7721adf0626eeff922847cc082f1733656d5289c0f5f4cd10e920ba762c2d445bfe2104a9741f2ad8f5c587decd66eb37a0d08b351f3f
Binary file
@@ -116,7 +116,7 @@ module Sass
116
116
 
117
117
  case version_response.implementation_name
118
118
  when 'dart-sass'
119
- info << '[Dart]'
119
+ info << (CLI::COMMAND.first == 'node' ? '[JavaScript]' : '[Dart]')
120
120
  end
121
121
 
122
122
  info
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Sass
4
4
  module Embedded
5
- VERSION = '1.80.4'
5
+ VERSION = '1.80.6'
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.80.4
4
+ version: 1.80.6
5
5
  platform: x86-linux-gnu
6
6
  authors:
7
7
  - なつき
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-10-23 00:00:00.000000000 Z
11
+ date: 2024-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf
@@ -112,8 +112,8 @@ licenses:
112
112
  - MIT
113
113
  metadata:
114
114
  bug_tracker_uri: https://github.com/sass-contrib/sass-embedded-host-ruby/issues
115
- documentation_uri: https://rubydoc.info/gems/sass-embedded/1.80.4
116
- source_code_uri: https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.80.4
115
+ documentation_uri: https://rubydoc.info/gems/sass-embedded/1.80.6
116
+ source_code_uri: https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.80.6
117
117
  funding_uri: https://github.com/sponsors/ntkme
118
118
  rubygems_mfa_required: 'true'
119
119
  post_install_message: