sass-embedded 1.2.5 → 1.2.6

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: 7dffd620ac06d052e6e95e09031ad514c89fba2412d782dd1f546db088936056
4
- data.tar.gz: b370d90e94189504b07f35256ea2dc5891f879236d11e99fc443cf6becbd8e4a
3
+ metadata.gz: cf67d1d4e17eeb4d3968b3072b326a671e71854a8e4f676a21dab017318bcba8
4
+ data.tar.gz: 42cdfb746375c84ecb4010d10c92e44db8e745f094c342830aae868bf0256055
5
5
  SHA512:
6
- metadata.gz: d5ec4d5b99e9cdcfcbfef8bce95625f81860dafbad7cdd86f8077a14786a28b6ec969caccb5de2a2cc88e592757af2b74f61d68d212575382b7060ac33a90626
7
- data.tar.gz: 4f43882a8d3eea5788297a604cca8742d13a66061cebd5ab791e68922f5acb25c26e138b33a5fc6de552f8dc6e7b0563f617c1321399e493b07a274abb527efe
6
+ metadata.gz: 1c0c4c9ef537d355dc59dbd690f16c7b6db8668ca34f13eefdfeda9dcd0f508e8357c526dbeb541a65c4d20bb62894dc163d338469747a991ceb480dcb5a5f8f
7
+ data.tar.gz: 242adf57d77229bef1e0881116d849f00de46e0b9d64227792cb69f5de27ba467f90e6e2c7267f0f4095ffb0f119f8e332946e7a076b0262d65b4138db3d02c6
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}#{(Gem.win_platform? ? ['.exe', '.bat'] : ['', '.sh']).find { |ext| File.exist? "#{path}#{ext}" }}"
26
+ path = "#{path}#{['.exe', '.bat'].find { |ext| File.exist? "#{path}#{ext}" }}" if Gem.win_platform?
27
27
 
28
28
  raise "#{path} not found" unless File.exist? path
29
29
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Sass
4
4
  class Embedded
5
- VERSION = '1.2.5'
5
+ VERSION = '1.2.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.2.5
4
+ version: 1.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - なつき
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-27 00:00:00.000000000 Z
11
+ date: 2022-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf
@@ -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.2.5
163
- source_code_uri: https://github.com/ntkme/sass-embedded-host-ruby/tree/v1.2.5
162
+ documentation_uri: https://rubydoc.info/gems/sass-embedded/1.2.6
163
+ source_code_uri: https://github.com/ntkme/sass-embedded-host-ruby/tree/v1.2.6
164
164
  funding_uri: https://github.com/sponsors/ntkme
165
165
  post_install_message:
166
166
  rdoc_options: []