tailwindcss-rails 2.6.1-aarch64-linux → 2.6.3-aarch64-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: 156f5641c07ded0eb87c16e4fce270e81cdcc0ffb9dcf79513e271a7ed472405
4
- data.tar.gz: 47c44a66d66e2c3f56258025f4f32399565d41bf344ab963d550ac82ac8c9198
3
+ metadata.gz: caaa5b70a0b83f5ebd32e6ae3cbdb78b422388c9cdcada84c6f403d736b8e8dc
4
+ data.tar.gz: a456cf3b4fca947fee937b09f74817180ee3119d2f7d4e4ce0dc2454f99baf72
5
5
  SHA512:
6
- metadata.gz: 0a2c0010ce9f70c2d4276823f287ba7866268771e309aa3b33aa94285fb95846182e73b206b63612695e7b47fd17e2d66a9d10bf99c0427f5ae37569b3df10e1
7
- data.tar.gz: 957711062605aaeca68ae4c30c0ea303627b2738619267b2b70af4570b2315a5b2a0314eec38d824401368a07f399ea374f7e5b7781b3c8e267800932b525a52
6
+ metadata.gz: b1fb49eabf9269326320f73bd2f692c196ef9bae0b429e61e5725a1d3c8212e89aedf94cc2b331db4575d9f299ca8ac68eb39f9051c4fb914a9a9316f4f57bb6
7
+ data.tar.gz: 7c513c80e73174e53c6cea3da948ff0a4d80391949c8d7bbba123f4cac3a230edd503cb18238689a486da056e09de35ed03f9eba02742b397168d21d1184b5be
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.4"
4
+ VERSION = "v3.4.6"
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.1"
2
+ VERSION = "2.6.3"
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.1
4
+ version: 2.6.3
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-06-05 00:00:00.000000000 Z
11
+ date: 2024-07-16 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.10
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.