tailwindcss-rails 2.6.0-arm-linux → 2.6.2-arm-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: 6f6f131df2d3d2d7c16d6182d3beafbf1772a7a711eccbae42a0b2247251ca6d
4
- data.tar.gz: c9551b4ca3c668ee6aa9cf4852a33b38e19c808d29d87a1de916372dba3c4cbf
3
+ metadata.gz: e98c2b989fd01303a008990bab5ec95b94bb86d3ad275195ba7b094cbfb0fa2a
4
+ data.tar.gz: 202ffb9c1db36ea508cd8b54629bbe40f1aac2845672a4ad8ef0d490873517dd
5
5
  SHA512:
6
- metadata.gz: 819f31bff994a4e11caa308e8395e56743f2465a8f6778c3bb51afa2daa63d61fbdeead0ed23025282a1739e0352cfe46323e59506365b71222cbdcfe67fa9d8
7
- data.tar.gz: d5e2deb3c813cb38e70df04ecb41b050d9729dec6264c35860d476c0b3e41fcb810759fe70561ef7dceceb5788d951bb4ac1fa1e445a0ad4a6b4904e621f073c
6
+ metadata.gz: 2d9e27a88abfe1e5721f58d5bfa3b686752cb3c90ca950ab4b54151bdd61522765e4217d28df77809efdcaeb3ebbcfc118e7d71cd02a9529d1827ac3152a69b3
7
+ data.tar.gz: 4ce459883c2011cb0da53a323ce567ea29f6b7541000498606dad5e473f23aebd4f5381e8c07afb5d9d1d1dee7db1031ef30a42266e1f2a854c2021159556d6a
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  # constants describing the upstream tailwindcss project
3
3
  module Upstream
4
- VERSION = "v3.4.3"
4
+ VERSION = "v3.4.5"
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.6.0"
2
+ VERSION = "2.6.2"
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.6.0
4
+ version: 2.6.2
5
5
  platform: arm-linux
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-05-04 00:00:00.000000000 Z
11
+ date: 2024-07-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -104,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
104
  - !ruby/object:Gem::Version
105
105
  version: 3.2.0
106
106
  requirements: []
107
- rubygems_version: 3.5.9
107
+ rubygems_version: 3.5.11
108
108
  signing_key:
109
109
  specification_version: 4
110
110
  summary: Integrate Tailwind CSS with the asset pipeline in Rails.