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 +4 -4
- data/README.md +7 -5
- data/app/components/tailwinds/navbar_component.html.haml +2 -2
- data/config/tailwind.config.js +1 -0
- data/lib/tramway/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9354b63aaa064dc6b94161742d1b7c59cf8820b0763a0041105a0f44364aaf34
|
|
4
|
+
data.tar.gz: 9b8cc641c9f4bb05a6e62f547f0fb8a0dd3c770da988a6c117b28231cd43708e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
19
|
+
%ul.items-center.space-x-4.hidden.md:flex
|
|
20
20
|
- @right_items.each do |item|
|
|
21
21
|
= item
|
|
22
22
|
|
data/config/tailwind.config.js
CHANGED
data/lib/tramway/version.rb
CHANGED
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
|
+
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-
|
|
12
|
+
date: 2025-10-31 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: anyway_config
|