tailwindcss-rails 2.0.13-x86_64-darwin → 2.0.15-x86_64-darwin

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: 5fc9a24f9e5ba730a1c56cbd16bb0e76369253cce6fb8d7b3399fb73f3e9b6af
4
- data.tar.gz: 6595f778e020f668261368125fe212d22c5734f98cb6a4126744d1ab3396b913
3
+ metadata.gz: a52732fd84beab8b461c856d1b39089b334dcfbfebd8775a1ecc2cc7e2967b2a
4
+ data.tar.gz: 17345410d74266f14dd073ae1a92935744568a0fc5bf9f715b508878f8940547
5
5
  SHA512:
6
- metadata.gz: 5daffd0296bbf25e7dd07f95732a93afcee55200a7bed221ff40e1cc36180752f58c967cffa5d9feb5066110c711adaaed1e35b878da4cdf866182906f5cfe21
7
- data.tar.gz: 4ca194eb178619f14e0a92d56117a371d56b1670b63aba61c5fe6aac5724d9dec429decba101de28acf0656eb192736d356d07560fcabc25e88bbfbdb881945b
6
+ metadata.gz: 0245d0c1e7b0735a6c4540bb8c5b607f8da0a8c65f56c4f12a6c910316ee285ec7d185af1b6b09e6d16eb7477786585daec9f020a4916f946b4a7f3a889ba83c
7
+ data.tar.gz: 0eb4f6b3ee2cb1c925d2b8fae04570277c25d1117ed012cf5796fd788d2625103d2b357a9e36610e903c9e4d9fd7a6534ca463b2d3234b4542a132ab25459f20
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: x86_64-darwin
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