tailwindcss-rails 2.0.13-x86_64-linux → 2.0.14-x86_64-linux

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: b0f1c107a7a7b80e554f489334ef5c66b02aa7710f81c47f8293c3345a4b2c92
4
- data.tar.gz: 647fd49ae0331399d546cc84a30fd4ed0f02e87a8b43640f17ceb31a46194cd4
3
+ metadata.gz: 1bb524f0815c8fdfc6a253434893ec12c7b6f29772c4ad0f314de0f77d045fd0
4
+ data.tar.gz: 278194f51c7adc036bcccf9f2a4b7141613412a7d2dbf7124679e82f8f2bdd6c
5
5
  SHA512:
6
- metadata.gz: d01b0df549d1dc4bddee85d0066ca89c2c06f550b38b8fe9bd0a76bfa9fc88d6cdbf795d6ba94f327357c9608cde913fe2905604c36dce2f9cb9cdd377bdfca4
7
- data.tar.gz: ef6a8031ebf30f03b1e4ae19f4bf0e2fa41586c5f21276309965d68ec41d17f2ab9556d4d6c011057db44236f31eed01b1a03f848319d4f5b764883fdf1bd278
6
+ metadata.gz: 37f323ad55fe040340538ca8cce047d0a3472ea0501b78d50d3c9ed202f56413d52d40bfb1394c20b0e6513923aca6a0589575588b70e3a72d759c54ff7369a3
7
+ data.tar.gz: 3d2b48ea8c97a2512cee736a2aa9f01bc77950dd65a9895d82b659c0866154641ab3d2f1c8354fbe0501ed1c64ea16412b4a150c6848438ead51a7f0d6a456af
@@ -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: x86_64-linux
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