sass-embedded 1.80.4-x86_64-linux-android → 1.80.6-x86_64-linux-android

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: d70df183df4a7cfea7a71112f0ca0cdeaf93417c3351141abfc321db461842aa
4
- data.tar.gz: 218f28a523a7a786cff9ec3b4e85e2e43f6ffac20914b49bb639f50fc93c9fa4
3
+ metadata.gz: 700120ad0086b090bdec052938ca687dae3cf52baedfbc081715ec59c8f5d511
4
+ data.tar.gz: 152a0d7f73cbab64d243daa33ba355c7a08d9dced710a3114d7bf3fed194bdd9
5
5
  SHA512:
6
- metadata.gz: bb67d977e4f61957ecc0bd0974341e2cee856f9223921a28e578c98191ca13a3b5c9a455ed85d38b6f57aaacf168e75654584ea79c106b0e3d05372fb6cf6557
7
- data.tar.gz: bf5085e610ad649dddc6751866a903a6b92c30d15603281db5b996ec19751d886c1585b3601cea7662e9821708c151e7714a1034fe64a717599981203812c8cb
6
+ metadata.gz: 59686e41f7aec8417313732db2f2da92784f60275dcd93b23c2571ef7b5b409936c58fcb5d3e91fa44e684cc311d5ba297c3e8da6258e1342089daacf8e3465b
7
+ data.tar.gz: 84258cdcd50ade136454fbdefbfea233246bc646456d30fa80a64f19aab28877346e742ce818c6cacb8c1d6e2fdcf5a8284150306ac896b14908666acd3a2f40
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_64-linux-android
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: