tailwindcss-rails 2.0.13-x86_64-linux → 2.0.15-x86_64-linux

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: b0f1c107a7a7b80e554f489334ef5c66b02aa7710f81c47f8293c3345a4b2c92
4
- data.tar.gz: 647fd49ae0331399d546cc84a30fd4ed0f02e87a8b43640f17ceb31a46194cd4
3
+ metadata.gz: 93258322003905f82caa513ae2df5a63cb7c158f290b86174bf66ec09c2da075
4
+ data.tar.gz: d39b5fbf5bf6a1ae099ab9f16f6b241116d40707af09644e436a3012abc03371
5
5
  SHA512:
6
- metadata.gz: d01b0df549d1dc4bddee85d0066ca89c2c06f550b38b8fe9bd0a76bfa9fc88d6cdbf795d6ba94f327357c9608cde913fe2905604c36dce2f9cb9cdd377bdfca4
7
- data.tar.gz: ef6a8031ebf30f03b1e4ae19f4bf0e2fa41586c5f21276309965d68ec41d17f2ab9556d4d6c011057db44236f31eed01b1a03f848319d4f5b764883fdf1bd278
6
+ metadata.gz: f79b4833fb809b3657bd1817290e731c3b0bbd9ec87ddd9506516506d6c39316c31e9919b8e7da179b180f93340a6ffce4bbe5f6f2b47d3262ba717dee21e67b
7
+ data.tar.gz: c0805be80d982099843560d6bcb963b2f6950bc50df45207a476027d4aae918b73a5257110e3936fb9a3ac0ea2b10f19603723c939b35feb2d22cd0ec8f86669
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-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