tailwindcss-rails 2.0.13-x64-mingw32 → 2.0.15-x64-mingw32

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: 15228d038b044c9c5f47bc70cf8d5c7606672aae8c48d779558591a1b8f4f911
4
- data.tar.gz: 71cc8cb09efa68819f4985eb9116a1243d1b53d55ff63f7c4cf87155c5fad72b
3
+ metadata.gz: 0bb03c5fbb7273bd3a2bb637015ce1fe48ca024af3e3f20c42aefb9b8a586967
4
+ data.tar.gz: ee7b5d40e6fea9501ac17d453cc3c3854f1bd67fa68155cb87eb0c1678ef5f86
5
5
  SHA512:
6
- metadata.gz: 8e8fb698037e47fd448bd5fc432df6dc1bb423667ff2e262f673cabe2870d430ef66e745c7efe9b4ee52e4aa15fb707a2b6438f5ddf6f232f8e03166000df1df
7
- data.tar.gz: 81c663f0669f79bc6032eff1c489839a6d659e92dd338d86fdb71d4cbd2501a5635a3a134aa93be11544bc9b7634a62fd51ed668c80ce17a72a7f94459d7b82a
6
+ metadata.gz: 9d52e2e788314486a9bfaa62eb61decb078c7e7e807fa54d2eb3e2ff8d9013b05324711a55bae1fc420c0016675c1e26ed4a478a4f6361be02fd4be901f4751f
7
+ data.tar.gz: '09e9eddee6d07655e4a3a5edc89ea9e80b3a4b41db84998f5381713f0b6a7b9e4512740ad27ff9369712e486334c9ca3c4360020d62cb460d364edf1815a1d77'
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-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-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties