tailwindcss-rails 2.7.3-aarch64-linux → 2.7.5-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: 067ba470e0ca876aefd18addcbcd5f1265dbee1286c70f3286c68b40e1a1b2d1
4
+ data.tar.gz: 422b4c83c5f99e7a86397e6b6e58e80877f54bb8454a82c8d3748607ca387fa9
5
5
  SHA512:
6
- metadata.gz: f9273d34dc98712120fc7ec2813fd935e73c614ba189f002489cf56ea2333ffbf5d1055b839663b742f9729514f47da8845bc9b0426709ee4c1033b6f818d721
7
- data.tar.gz: cb2f778cad7e7c2d9100ce6e434d48702fb9f0dcc8620eef33c26cc67675fd89c4e5fae73c07c5013d43ef5b53000c57df6f18e11dcbfb613971475f826d4483
6
+ metadata.gz: a9e0fad9849e819aca800852408563f4cb67a7ebc740e6f210d5c8b32e3ded05defaaad7967450a2bb673153bdf4a8e9e04d884e1fe532b6ec483a8f5e3b44de
7
+ data.tar.gz: 9c9ebba8141f8c933e5cae8ee0c6da9ccc8b626e3a1593c2c6df832e8935c856b48b6860956cd462dbe34c1e0ca4eb3708d57ffcc64e43f20fbd7dfb529ba553
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: 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-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.