tailwindcss-rails 2.7.2-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: e6451cc76d361a8770ec72d36c92e1c4515f49783dd51cfa8d4e9791a21f048a
4
- data.tar.gz: a89a139d38bd06e3ad4fbd6f4d1f31bba402bbe2b1cca2bf20aaea1c9cff71da
3
+ metadata.gz: f3f1b031be2556864b91f044691e9f9b491a719bf9f2132185ec4b57b4d88b14
4
+ data.tar.gz: aa5074b183fefc757defa8236e0cd7403beffc44756fb09cb683611c563bbe56
5
5
  SHA512:
6
- metadata.gz: c8fef5e8e4a83d632e368c53ab4ae0b6b9254eccd1d0cea533a93c563e0badbb148b6846eb54bb783bdf3ca4e99c12605a41bdbc498499ea9268568d770c342e
7
- data.tar.gz: b0ff38e0e9ecca661cb08ede7ec543c2ac5a8db7f5373dbbf249488da690d75475794039e2aa38fbd4a750250022220e7b66bc7057dfb0b568e01b7fc75524b6
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.9"
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.2"
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.2
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-08 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.