tailwindcss-rails 2.6.1-x86_64-linux → 2.6.2-x86_64-linux

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: c19ba86bbfd036772c2a98fc0a62ae472ae3b0aacab04222590cdeea3fdc508f
4
- data.tar.gz: f659795af6b3dcde5c12f1a0c6e8462dacb790d2be8af292f132b830d704d06b
3
+ metadata.gz: 4e4695434aa6dade7fdc483f5b5d6e2694e034d4020e7c3e5b76edf7f2f1c7ca
4
+ data.tar.gz: dffec1a3c1ebff75b94f230f4decb70f77a99bb9a765ab0d0d957e0fc13a960b
5
5
  SHA512:
6
- metadata.gz: a9a32744c2d31b25c3d967c0d0681b7cfa5a25b7cb89a90d62d60d6a0734d4f790c5cb8c7cab4e29ad6c43ac9e96bfc75a720a8f61c9678abdc0be1910e67913
7
- data.tar.gz: ee62997cb7b8156b20b9898e6f0484c3137f8aad93a79fd95859900ec5ba19b328e21d99178f9ef09b06a689b4b452223e03e579a77999396afc451a29d1d357
6
+ metadata.gz: 6a2d3fc1a5da4a87d5ff13157b93f74a166786c1ffb94b00b362ae77dc3bf4598797e0f33a15a3fdcd1954be50f50781fa458416f18f11eb5e1ee31705361a98
7
+ data.tar.gz: a41f0e1900ee590b4d1c89b35b25eca3b9c911a568aecf3434363f703abdfc87b9a338dfdd95ad62b597047415e06571f586d8076522ae08bc479ea186335f4c
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.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.1"
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.1
4
+ version: 2.6.2
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: 2024-06-05 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.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.