sass-embedded 1.54.4 → 1.54.7

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: f1aecceb4640de41dbfadb56ee178e8868553f69191c65c0f64f7629020deb8f
4
- data.tar.gz: d5d32159c1082589db3a5f9aa549e4244b46f92d0a60833405bedcd04f2e8b33
3
+ metadata.gz: 312deca95c78c3688f7af7cb37df7c2d92b03bb811c9f539d599bf00a16ae31a
4
+ data.tar.gz: 6b3867c9cd2deaeadd22e64a87a85e43eb960ddb0a60f59b8402f521736b378a
5
5
  SHA512:
6
- metadata.gz: 473f6b3a48cc8534da62f8f91f10ba4e07e1c6a245378ce12faf7a5ddf2a436d8babafacb3446d758db9ac300b7576131c28d9c324abc450dc5ccfb4ee8be48f
7
- data.tar.gz: 96db91fe9c84bedbfaa23da750dd330c5f4f1e59d529b8a5e7dc2989c61863ae5a5a8cbd313d0f67c2cfc7442f4e614cda44f8ba022ab891d0db198a1d878afc
6
+ metadata.gz: 21cf1f1406d6456bbca75dca092ea4b672644f6f15b5eac2ca18cc9f3369d948794586db1606abf371d94844bbdd4bf89b47cd55b10ca17fba1904c2efa04bd7
7
+ data.tar.gz: f5c34698cedcf564eb699473f94e708931e0315ed3e04ffa2e21cf0c89c49f43aa9478e14a3ffcbd2a5935e2249030813357da4c684c59840797eb3accf76b6d
data/ext/sass/Rakefile CHANGED
@@ -23,7 +23,7 @@ end
23
23
 
24
24
  file 'embedded.rb' => %w[sass_embedded] do |t|
25
25
  path = 'sass_embedded/dart-sass-embedded'
26
- path = "#{path}#{['.exe', '.bat'].find { |ext| File.exist? "#{path}#{ext}" }}" if Gem.win_platform?
26
+ path = "#{path}#{['.exe', '.bat'].find { |ext| File.exist? "#{path}#{ext}" }}" unless File.exist? path
27
27
 
28
28
  raise "#{path} not found" unless File.exist? path
29
29
 
@@ -122,6 +122,8 @@ module Configuration
122
122
  'darwin'
123
123
  when /linux-musl/
124
124
  'linux-musl'
125
+ when /linux-uclibc/
126
+ 'linux-uclibc'
125
127
  when /linux/
126
128
  'linux'
127
129
  when *Gem::WIN_PATTERNS
@@ -184,11 +186,13 @@ module Configuration
184
186
  'x64'
185
187
  when 'aarch64'
186
188
  'arm64'
189
+ when 'arm'
190
+ 'arm'
187
191
  else
188
192
  raise NotImplementedError, message
189
193
  end
190
194
 
191
- ext = Gem.win_platform? ? 'zip' : 'tar.gz'
195
+ ext = Platform::OS == 'windows' ? 'zip' : 'tar.gz'
192
196
 
193
197
  "#{repo}/releases/download/#{tag_name}/sass_embedded-#{tag_name}-#{os}-#{cpu}.#{ext}"
194
198
  end
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "dependencies": {
3
- "sass-embedded": "1.54.4"
3
+ "sass-embedded": "1.54.7"
4
4
  }
5
5
  }
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Sass
4
4
  class Embedded
5
- VERSION = '1.54.4'
5
+ VERSION = '1.54.7'
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.54.4
4
+ version: 1.54.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - なつき
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-10 00:00:00.000000000 Z
11
+ date: 2022-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: 1.34.1
61
+ version: 1.35.0
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: 1.34.1
68
+ version: 1.35.0
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rubocop-performance
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -159,8 +159,8 @@ homepage: https://github.com/ntkme/sass-embedded-host-ruby
159
159
  licenses:
160
160
  - MIT
161
161
  metadata:
162
- documentation_uri: https://rubydoc.info/gems/sass-embedded/1.54.4
163
- source_code_uri: https://github.com/ntkme/sass-embedded-host-ruby/tree/v1.54.4
162
+ documentation_uri: https://rubydoc.info/gems/sass-embedded/1.54.7
163
+ source_code_uri: https://github.com/ntkme/sass-embedded-host-ruby/tree/v1.54.7
164
164
  funding_uri: https://github.com/sponsors/ntkme
165
165
  post_install_message:
166
166
  rdoc_options: []