tailwindcss-rails 2.7.3 → 2.7.4

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: 8e7a826cea60832e35871542e7411cd553c1167a856598ac62fcf8b9a0ccf3bb
4
+ data.tar.gz: 37caed430cf1d694f306500e07de09daeb364179ff28e3ffb8636b5fd9c628c9
5
5
  SHA512:
6
- metadata.gz: 5f74a97df8ec642eaa2523cb2dcc4c153c4049a7a4ca518172510884071dd8a26572ed2656cb9a1ba7b694864c7c60e02a586829a15b82d885428164a307d7fe
7
- data.tar.gz: d62fee19a97bcdacb51c0f42d6cdd46d2bd56897bad759263a294d3028d1fc95245e7dc6dbb087216d7d6af8caed674b21d74788a57497e8eb5a245dd7c220d0
6
+ metadata.gz: 23cab56db4f4f3349784accb28ad4fb56a2d15839454f14455f91cf6e150ff253135d7b1e68ba282e57de19698d4c3fe4647a4b9de72840d7a5d4d9d44e34954
7
+ data.tar.gz: 43a4f0d4b314f0ec1207c8cf0be5c2e5f3a946ae7ddfdc190ad60fd1c20476852a668898c477ea75cc76176cf125a4e9483f036e685d38bd292020aff8e05286
@@ -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.11"
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.4"
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.4
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-13 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.