tramway 0.6.1.4 → 0.6.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ec528ac8b5a4e453d42fabc91d5c2f1582306f35f967778e08ec2bcd81ce3baf
4
- data.tar.gz: d23709dc4ac56fdded982a018907944cbdd414ea4d4a1fab650ea9db24154a8b
3
+ metadata.gz: 9354b63aaa064dc6b94161742d1b7c59cf8820b0763a0041105a0f44364aaf34
4
+ data.tar.gz: 9b8cc641c9f4bb05a6e62f547f0fb8a0dd3c770da988a6c117b28231cd43708e
5
5
  SHA512:
6
- metadata.gz: 6833594b499a896b3e7c0e2f8a1c5dfc3e5c3410fd2da2f20fc736dcd59f5ffc86198030ae7c1e779cc93af4617e660781b26c6b50f2f8be2499b0220b83c08e
7
- data.tar.gz: cacc7d5d5575a686cc7fb084becd1756841428cbafd4974d024dd8246be643109bbd599dc114b98c242c14413f8daa4a2f7b560fab273f305b855811307e1ffa
6
+ metadata.gz: 65033a5c73fae062088d67353563f79684a90e07bbbb3a39e29825bc9f8f49b9f75c970d05c6460b19701171a4e1509ead844fec977ee9ce0a7cfa55962ff8a2
7
+ data.tar.gz: 0cb7242a4146d887195f756f58faaf52a2ad80979fa08917a78a3062aa567021d0b627becfee0d3ed15fe7aa1fa11c828b2d41fa12a39a01759dfb171d0f7845
data/README.md CHANGED
@@ -18,11 +18,13 @@ Unite Ruby on Rails brilliance. Streamline development with Tramway.
18
18
 
19
19
  Tramway is actively verified against the following Ruby and Rails versions.
20
20
 
21
- | Ruby \ Rails | 7.1 | 7.2 | 8.0 | 8.1 |
22
- | ------------- | --- | --- | --- | --- |
23
- | 3.2 | ✅ | ✅ | ✅ | ✅ |
24
- | 3.3 | ✅ | ✅ | ✅ | ✅ |
25
- | 3.4 | ✅ | ✅ | ✅ | ✅ |
21
+ | Ruby \ Rails | 7.1* | 7.2 | 8.0 | 8.1 |
22
+ | ------------- | ---- | --- | --- | --- |
23
+ | 3.2 | ✅ | ✅ | ✅ | ✅ |
24
+ | 3.3 | ✅ | ✅ | ✅ | ✅ |
25
+ | 3.4 | ✅ | ✅ | ✅ | ✅ |
26
+
27
+ \* Rails 7.1 receives only residual support because it no longer receives updates from the Rails core team. See the [announcement](https://rubyonrails.org/2025/10/29/new-rails-releases-and-end-of-support-announcement) for details.
26
28
 
27
29
  ## Installation
28
30
  Add this line to your application's Gemfile:
@@ -7,7 +7,7 @@
7
7
  .text-xl.text-white.font-bold.dark:text-white
8
8
  = @title[:text]
9
9
  - if @left_items.present?
10
- %ul.block.flex.flex-row.items-center.space-x-4.ml-4
10
+ %ul.flex-row.items-center.space-x-4.ml-4.hidden.md:flex
11
11
  - @left_items.each do |item|
12
12
  = item
13
13
 
@@ -16,7 +16,7 @@
16
16
 
17
17
 
18
18
  - if @right_items.present?
19
- %ul.block.sm:flex.items-center.space-x-4
19
+ %ul.items-center.space-x-4.hidden.md:flex
20
20
  - @right_items.each do |item|
21
21
  = item
22
22
 
@@ -2,6 +2,7 @@ module.exports = {
2
2
  safelist: [
3
3
  // === Navbar ===
4
4
  'ml-4',
5
+ 'text-white',
5
6
 
6
7
  // === Custom table layout utilities ===
7
8
  'div-table',
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tramway
4
- VERSION = '0.6.1.4'
4
+ VERSION = '0.6.1.6'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1.4
4
+ version: 0.6.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - kalashnikovisme
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2025-10-29 00:00:00.000000000 Z
12
+ date: 2025-10-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: anyway_config