tailwindcss-rails 2.0.13-x64-mingw-ucrt → 2.0.15-x64-mingw-ucrt

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: 95191f09a75b93b228526d1fc8150430b71f6fb577fc3d5a9a5abb2450ab1c1d
4
- data.tar.gz: b019892df242fa9a9c0915a08ef1b17eb822b3a995e9820ed8c038b08b95d6a1
3
+ metadata.gz: 378a2df816801c88c8867d3b27a83347c783041e5f770e901f6404b31958ac7c
4
+ data.tar.gz: affe3b56b80c8243949d00ae4501dd19ca781bd66b99f9d08fba0e11e85bed79
5
5
  SHA512:
6
- metadata.gz: b73f41e1dfe849c2f3c70a79d4fc15ba236fef391c76682d96daaa350bcb78f3037f1935e10653cde0ed8bdacb50e0e5f8c17df5fad3c46922bdfed912afd905
7
- data.tar.gz: d4ae0b2e07597b5889f194c633d6d7dc3f86391f45f43f62e94a746a7088fb5cd0ca4f8b82c18069e8549c55bb90f32b88b224000b80122018b8981270ccf431
6
+ metadata.gz: 92f96a6a7177d84c0f9eebfaf9df6c9e88195f33e92383ad3452e5ff73534ba63c338566a6debe2f530e566b4eaaf3c7bdd69ce55da85dc113e2adb3bf6931f1
7
+ data.tar.gz: 76ff828d8ab87f5b5ebfd020c322a9899daca79eb9f2cc672ca9c48a2bdbe198b70282de52035e32dee187f425c8499007f50ad58f44171fb2a49b1044f99374
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: 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-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