tailwindcss-rails 2.0.13-x64-mingw32 → 2.0.14-x64-mingw32

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: 15228d038b044c9c5f47bc70cf8d5c7606672aae8c48d779558591a1b8f4f911
4
- data.tar.gz: 71cc8cb09efa68819f4985eb9116a1243d1b53d55ff63f7c4cf87155c5fad72b
3
+ metadata.gz: e1718de1ab1846035c43fdc6a2ff62084e3408a3e4d1b1f019314ecf0bf0bd9c
4
+ data.tar.gz: 563f32838e93f0f4a1d4786a5c6cc48226227eb4a2d4db58005b8cdbd2e10250
5
5
  SHA512:
6
- metadata.gz: 8e8fb698037e47fd448bd5fc432df6dc1bb423667ff2e262f673cabe2870d430ef66e745c7efe9b4ee52e4aa15fb707a2b6438f5ddf6f232f8e03166000df1df
7
- data.tar.gz: 81c663f0669f79bc6032eff1c489839a6d659e92dd338d86fdb71d4cbd2501a5635a3a134aa93be11544bc9b7634a62fd51ed668c80ce17a72a7f94459d7b82a
6
+ metadata.gz: 941fc613b978f0907ebf1b3205eb9f1ad768b6bae55850216005c1b58b15898c747bb20f45a26f719f1c66f148dd9b7475959fec657622d2d686a8801bc5ecdc
7
+ data.tar.gz: ebfd0ed4d2b4c25eb0e2e7e51b28f955f4fbb9b5438e2c6942ac9621af18b31f1b539364f168f3cb07210b0eadfc85d5d79328b710ff30fbb9cb27228e6bd7ac
@@ -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: x64-mingw32
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