tailwindcss-rails 2.7.3-aarch64-linux → 2.7.4-aarch64-linux

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: 169987f1752acf3acf2ec00190e315280b0f3445a79edd08d3362a91aa355406
4
- data.tar.gz: b174a0b0ce84c40698db51792c5ca780c3f492adbe24f67000ee6fc8237cfad2
3
+ metadata.gz: 9db2ea5508d92398c20d3dd4dfd15effea3897b08bc8fd763d110a3b79ca04dc
4
+ data.tar.gz: ce8a9ac8eed1ca1eaf78acb180cb6a01842e65208c8ca33c54c8891f702e15a8
5
5
  SHA512:
6
- metadata.gz: f9273d34dc98712120fc7ec2813fd935e73c614ba189f002489cf56ea2333ffbf5d1055b839663b742f9729514f47da8845bc9b0426709ee4c1033b6f818d721
7
- data.tar.gz: cb2f778cad7e7c2d9100ce6e434d48702fb9f0dcc8620eef33c26cc67675fd89c4e5fae73c07c5013d43ef5b53000c57df6f18e11dcbfb613971475f826d4483
6
+ metadata.gz: 80d8447150085bc772789de5a112987cbb49891500bdc3094641c8f5e23fd084cd961f7929888cd4dd057ab15ca49ae58b39af42e076d4cc6e1453df31e277aa
7
+ data.tar.gz: ed961e2eb9d559189207e378b3529e6c12d77c4ba899c078276abda385cf983d0dc93f0ae5da720de459530fd1c130ec533881bbba672237858a1a71e5a792cf
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.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: aarch64-linux
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
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
108
  - !ruby/object:Gem::Version
109
109
  version: 3.2.0
110
110
  requirements: []
111
- rubygems_version: 3.5.11
111
+ rubygems_version: 3.5.16
112
112
  signing_key:
113
113
  specification_version: 4
114
114
  summary: Integrate Tailwind CSS with the asset pipeline in Rails.