tailwindcss-rails 2.0.13-arm64-darwin → 2.0.14-arm64-darwin

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9bd79db0eadd39b13aff1bf3b9b37b05f2545cebc833181929467a64997ea770
4
- data.tar.gz: c11401f7edd56ce5e13198015974b605f404581bc42af537d4aec05c8d60525f
3
+ metadata.gz: 32192c51a2b75f94789d2ddb630c5339f101c7fda439c911cbd852521423b08c
4
+ data.tar.gz: 7ff5b4621f9648c9cb019209d3de00af367b8886e8c7c35ea66c2b73d0fd2e31
5
5
  SHA512:
6
- metadata.gz: 5c341eb38d624ace9ec4a2ac38dea9829843b8ded17414d3264a01875e883f9037ac142a4ab408828aaf9e1127dce407bf9b85374d8b21a51c4489530b3d4057
7
- data.tar.gz: 0e3c70d9700b0ba7800becb3893ac435aa06a3ccf3f90faab9e64c715a9e24997d55a54de9fa2154c3c68b31b2c4fc07e7c69436ef35d121127a9e35077f4f01
6
+ metadata.gz: 0ba783bc53ede5d387df7e8df5631b3774d833cd8f3b1ff4fc26df94083a1c2f729c794eb1a3f45ae2162e1d99793949d78f4420f632a093497da2087bc132e4
7
+ data.tar.gz: 3a7bce4bbb6f029c03b23e4385640b75331961c91eb2a89facf11a83ae2ab36c4338ec02eab80208eac6333d58346be17240a789c85dc3a2596985a476e18dca
@@ -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?
@@ -1,3 +1,3 @@
1
1
  module Tailwindcss
2
- VERSION = "2.0.13"
2
+ VERSION = "2.0.14"
3
3
  end
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.13
4
+ version: 2.0.14
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-09-05 00:00:00.000000000 Z
11
+ date: 2022-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties