tailwindcss-rails 2.6.1-arm64-darwin → 2.6.3-arm64-darwin

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 30aa1513f7810e60fa482873aea6f7621cc33878e327e0e61bf5009f7b410496
4
- data.tar.gz: bb1f775400fea897309128f64e8d7f8e98cd6d2456012ec0e7845edd6369faeb
3
+ metadata.gz: 2fa8396eb3affae5699e08c63b03cb544a6d92ccd293b04c3193938d784b017c
4
+ data.tar.gz: cfab6faaa156f33f8aa9e4e0c22a08e2951916a869e4dc94b03bce0d7f531db6
5
5
  SHA512:
6
- metadata.gz: 238822fabf9e35957869c0d1b5bb3b0c6f54a83a3c5319785d573dd2635ed5dac1817fa0955d234f10f7c0bcd17848ab48d11530f596c3fc0604de26619bedb8
7
- data.tar.gz: 0ab4b1915520793a939d1e9ee420361535efa198f87cb55a1653ad4a29ef689e0b606c95b8024a3ea4ba7ab892c11efb0b6a6e660ffda183358da12cf69b96ea
6
+ metadata.gz: eecce274c7860fe1f82f0f07d4b05c8fb1eec02158e006b987e0e07ba89a255f30b5f1c5a32eacc6a1ab6bb3eefc83a3a6fd0464e297669e7b791478481e0ba9
7
+ data.tar.gz: 6a05ee9c9f761900b3b59a1a6c8f716f119160ab767b8645d5369cad00289ce01a8a55cabf56d8e703197e1f01c6fc7fb6a679a0d31a155f49f39643b22c9a9b
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: arm64-darwin
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.