tailwindcss-rails 2.7.3 → 2.7.6

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: 549b52b25896ce407327b649c10e390a5e0673f4bbe6fb20f2b333a1f1edbc12
4
- data.tar.gz: 490749d292ba33df5bca50bbc71de320af67ef5bda49854232e63bea269253ec
3
+ metadata.gz: a157d6841bfb30c1b315cd8d6813e11593b375c00f7e10ce17fb41e9ab722554
4
+ data.tar.gz: 0cb80ed07a9a82d75513142adf5b7b93448c253dc9c68a69ec07c0aa71b481f9
5
5
  SHA512:
6
- metadata.gz: 5f74a97df8ec642eaa2523cb2dcc4c153c4049a7a4ca518172510884071dd8a26572ed2656cb9a1ba7b694864c7c60e02a586829a15b82d885428164a307d7fe
7
- data.tar.gz: d62fee19a97bcdacb51c0f42d6cdd46d2bd56897bad759263a294d3028d1fc95245e7dc6dbb087216d7d6af8caed674b21d74788a57497e8eb5a245dd7c220d0
6
+ metadata.gz: 41ba1c2fe8231537403bf155fd9bcc4b8550c0ee221991db9442196dcbf42604ab67811c40e7a86e0b337586bafc6e5a5827de5baea349fd1cdb724bebd28802
7
+ data.tar.gz: 503566ec51c9bdee4e4ed2573c2c7a8717f5e25895005c2eb0b3399c90a7c887241ba29034fb4e4dc955216e374e5c771845acb06afa459bb09ece59274a697a
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  # constants describing the upstream tailwindcss project
3
3
  module Upstream
4
- VERSION = "v3.4.10"
4
+ VERSION = "v3.4.13"
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.7.3"
2
+ VERSION = "2.7.6"
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.7.3
4
+ version: 2.7.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-08-14 00:00:00.000000000 Z
11
+ date: 2024-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  - !ruby/object:Gem::Version
107
107
  version: 3.2.0
108
108
  requirements: []
109
- rubygems_version: 3.5.11
109
+ rubygems_version: 3.5.16
110
110
  signing_key:
111
111
  specification_version: 4
112
112
  summary: Integrate Tailwind CSS with the asset pipeline in Rails.