tailwindcss-rails 2.0.13-aarch64-linux → 2.0.15-aarch64-linux

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: ece0b908c0332402a91ffe3e60fe5fb19282e28402506fb3e019478ac896c8ec
4
- data.tar.gz: 4fd06920835db8ac2d9463d38d72799c78553396272dcaf1f55169cb3ca4a6ec
3
+ metadata.gz: f3f23b0218ebebc6ee122a445912aa32d02ac0ec1ba3019f614ebe67cc30121d
4
+ data.tar.gz: f52084e9a009c23b46a17ef58a34c700e81fca2c1eaafe38d913e8d712ff75a2
5
5
  SHA512:
6
- metadata.gz: ea4ae9f9a9a857767fe97f98d55ad214e8348d18501fe811c6c0446d5e62a021e03a7574ad572f639b84140589d8319828faa29af9c1c6aacfb62734dd6c21cc
7
- data.tar.gz: 05e8c330f68151a85adbd259bae2625713863be7594a942e52d5d513c894167305d10f9a0c2670550c73f61e30d44b456aa017ba124ababfaa8543b3b14c992e
6
+ metadata.gz: 5ea017ee8a084c030b8afce4cd8a89447ea3d51609f6de8ec220d6f13f3960d9aa1adc6ca67775baed1a21dee373cbabccfbac45d84d7143e3e1c5990d51e1aa
7
+ data.tar.gz: 75276ba18ccf2409f5e60b2412d7bd8b20ef5e60f77d9184687abd4fbba5ecc86c7d2c708fa05b1d91b4b278a290067e880f98d077c4913c96255b09f74b7495
Binary file
@@ -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,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  # constants describing the upstream tailwindcss project
3
3
  module Upstream
4
- VERSION = "v3.1.8"
4
+ VERSION = "v3.2.0"
5
5
 
6
6
  # rubygems platform name => upstream release filename
7
7
  NATIVE_PLATFORMS = {
@@ -1,3 +1,3 @@
1
1
  module Tailwindcss
2
- VERSION = "2.0.13"
2
+ VERSION = "2.0.15"
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.15
5
5
  platform: aarch64-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-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties