tailwindcss-rails 2.6.0-arm64-darwin → 2.6.2-arm64-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: 41cfee6dea93b8536415eabcf747839b17d387f63b1872da98aa0a2946ddd6a4
4
- data.tar.gz: f8dae0e269a3ef9928ab0a9ce717b4e735601b9f3744621f5916c8c4662418d3
3
+ metadata.gz: 17e9435e23d6954b6b98fd6a5419f91b2f9f76203aaec2db779fe5fc2e18273b
4
+ data.tar.gz: d5def80ca2fed7ebfe73dec46f593820945938f3239a824861b59e7058e5ebe3
5
5
  SHA512:
6
- metadata.gz: 0c39157025a9cd57a11c22814a69fe278cfd0865b4e0799c6ddf40e4169cbcff80d0cb3285d64c6665e38b0c36f68f571a2c1850f04a283220639e0891bc91c0
7
- data.tar.gz: 4daa7beb41f894b85b80b1a4cd841b7897464a702f823024821c37aac82aef20893778b66084d21e021692eb53665bf973ffcd48ce205ca7314195d96781b1ca
6
+ metadata.gz: e19861ae832a7eb5901a4956bc004fed4a07ddd0ba9120438c97f0ffe6b79c295f3061a04908cf28220017b5223d321148d69ecd8622a4ddc22a2a75544fd2f8
7
+ data.tar.gz: 6926529acb3040f0dcefe161942f48240f4cabae7a9c18122f2b121e2c22d815475f243aff3b24e0c9528052e10342b51a524783af418cb97c41b509de70b923
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: arm64-darwin
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.