tailwindcss-rails 2.7.3-arm-linux → 2.7.4-arm-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: 604cd96e3edc5cd4280cff4632895fdc9e8c19ae5ced2c0bcca279d219244ba4
4
- data.tar.gz: 73df9ae8b7830246573a13bf677a8df5893b88f6e90a203c1cc68168e598be0a
3
+ metadata.gz: f3f1b031be2556864b91f044691e9f9b491a719bf9f2132185ec4b57b4d88b14
4
+ data.tar.gz: aa5074b183fefc757defa8236e0cd7403beffc44756fb09cb683611c563bbe56
5
5
  SHA512:
6
- metadata.gz: d0d80dd4a05deadb3b475377dce75a04b8db07a61e8c148156ca4603d8931dfa283cac0e1c30cd756baf769be9e05b571d8bbab909d8908448a129e581353ff8
7
- data.tar.gz: 467454d915b6fe816f3a5cd0db2ac419a7d550b7aa29fff7220ac5e2dfdd99a7aeb1303b14d81e9cefc813580d07e806e2d1c58ffa29e73bc474c112a5dac2a1
6
+ metadata.gz: c8db849c36b14677233420ca47fb1e0e397d36b50803895bcd14cc777fe2fc9ac70f5547a858f3445be2b2ee8d65d33d3f10268c18f3ae8d262b2dc32ea56d4f
7
+ data.tar.gz: d95efd20a0f7cd08bf561f82932b032b52039d28427a5e39a35444508aa0127ed50599c3421b00bec56a4c6638c8b7a329d2effe1667c761a88094c9e0c0324a
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: arm-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.