tailwindcss-rails 2.7.3-arm-linux → 2.7.5-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: 9aad8bda2d00e06d372fb97e9e93a84f4cd65fc3670ebcdc4dcb9e0d94f32c67
4
+ data.tar.gz: 8785bbecdbd047f694d1a431e4900e7b2b7e8731babb2fa864a4a8b1419f3167
5
5
  SHA512:
6
- metadata.gz: d0d80dd4a05deadb3b475377dce75a04b8db07a61e8c148156ca4603d8931dfa283cac0e1c30cd756baf769be9e05b571d8bbab909d8908448a129e581353ff8
7
- data.tar.gz: 467454d915b6fe816f3a5cd0db2ac419a7d550b7aa29fff7220ac5e2dfdd99a7aeb1303b14d81e9cefc813580d07e806e2d1c58ffa29e73bc474c112a5dac2a1
6
+ metadata.gz: b0142dd46f0772d183f776a56ce4bd120bc2f59ef19d1bff9e34f7d3b13f949a16d1a347b48e105b5e9c260d6a01939486a256cf96689ee84ec801e5c362a194
7
+ data.tar.gz: 510007bb5920746d9da492a043cfa1a5962280a4b99163169ac262057d965dbbfd9e618a1b9f3d867ca53c61bd16ad3c2fc47199d17cfd4031635a8c9dbdc040
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.12"
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.5"
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.5
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-18 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.