tailwindcss-rails 2.0.13-x64-mingw-ucrt → 2.0.14-x64-mingw-ucrt
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/tailwindcss/commands.rb +2 -2
- data/lib/tailwindcss/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ac5362062dcf8f863b5122130dd73d0fb806069d6217cc07e041bf323112d097
|
4
|
+
data.tar.gz: 8751ec7ae635f41b860b321294270e98d31da014e2ad689249561d77b2fb09b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 23b75156869e886852dd065e274f032966ac39f88b86f279dcb46797b568d06508cd7d0ad9a6323feabc30a5077b4c6a0a3b2d229881fac2da1cded2f32dd401
|
7
|
+
data.tar.gz: 9a5b38039bc81279ecf90be78fe32a6d2dd4b629ced69da4b68fba23af1ee39493f8559c8e516c7fdd6444e71c85d6db6e957228c0a43101c75ab52e55a13fe4
|
data/lib/tailwindcss/commands.rb
CHANGED
@@ -18,7 +18,7 @@ module Tailwindcss
|
|
18
18
|
def executable(
|
19
19
|
exe_path: File.expand_path(File.join(__dir__, "..", "..", "exe"))
|
20
20
|
)
|
21
|
-
if Tailwindcss::Upstream::NATIVE_PLATFORMS.keys.none? { |p| Gem::Platform.match(p) }
|
21
|
+
if Tailwindcss::Upstream::NATIVE_PLATFORMS.keys.none? { |p| Gem::Platform.match(Gem::Platform.new(p)) }
|
22
22
|
raise UnsupportedPlatformException, <<~MESSAGE
|
23
23
|
tailwindcss-rails does not support the #{platform} platform
|
24
24
|
Please install tailwindcss following instructions at https://tailwindcss.com/docs/installation
|
@@ -26,7 +26,7 @@ module Tailwindcss
|
|
26
26
|
end
|
27
27
|
|
28
28
|
exe_path = Dir.glob(File.expand_path(File.join(exe_path, "*", "tailwindcss"))).find do |f|
|
29
|
-
Gem::Platform.match(File.basename(File.dirname(f)))
|
29
|
+
Gem::Platform.match(Gem::Platform.new(File.basename(File.dirname(f))))
|
30
30
|
end
|
31
31
|
|
32
32
|
if exe_path.nil?
|
data/lib/tailwindcss/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tailwindcss-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.14
|
5
5
|
platform: x64-mingw-ucrt
|
6
6
|
authors:
|
7
7
|
- David Heinemeier Hansson
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-09-
|
11
|
+
date: 2022-09-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|