tramway 1.1.2 → 1.1.2.2

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: ea59bb13e40c79e864a729304ee65244445e7efa0dd7c65ef8b40486e12f2abd
4
- data.tar.gz: 6604d77cbb0be931d3771581427fd94e7ab6291fb8d2cfc41fc1799fb7568743
3
+ metadata.gz: 7daf328b2fd26510b8c32822ca6e8f1df91d72569e54f2a182e165f7654ff35e
4
+ data.tar.gz: d0bbdc12b3846410dff72d24cc195eb089c3cd3c692fa253c29752490bf7a078
5
5
  SHA512:
6
- metadata.gz: 54a593799cf75505bd41c90d12f5690b9acd4f594db1f50490831b061741579ae33bf9594f4421b6a8f6456292eb2a210b46b392540a86122c48dffeac724ca2
7
- data.tar.gz: 32f655b1853dcfe7b9f2031f4170df164c51b505971a4c9154189598509af7a5ab4c70deaf2ead1a74f5f905df1cc1d59bc38965a1faf3abb4a87e9c2efb05c6
6
+ metadata.gz: 133c3f109631e45ae41201406fdbee2ac4a18f9996cb4cfd96b8fe2f9e15fe9a620b2283bb47fa031fd9cddb637d6f292d13379924f5b26af9387602d6ba3ff4
7
+ data.tar.gz: fe76dc4556c28615eab0fcc894b37f381e665c120e5e3ad113a38bb4b1b825cb80b2b2a7be25c13270b6dceca97c3f629ca7cb62000b55c64debd10d21e1a40b
data/README.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Tramway
2
2
  Unite Ruby on Rails brilliance. Streamline development with Tramway.
3
3
 
4
+ [![RubyGems Version](https://img.shields.io/gem/v/tramway.svg)](https://rubygems.org/gems/tramway)
5
+ [![Tests](https://github.com/Purple-Magic/tramway/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/Purple-Magic/tramway/actions/workflows/test.yml)
6
+ [![Lint](https://github.com/Purple-Magic/tramway/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/Purple-Magic/tramway/actions/workflows/lint.yml)
7
+ [![RubyGems Downloads (total)](https://img.shields.io/gem/dt/tramway.svg)](https://rubygems.org/gems/tramway)
8
+
4
9
  * [Installation](https://github.com/Purple-Magic/tramway#installation)
5
10
  * [Getting Started](https://github.com/Purple-Magic/tramway?tab=readme-ov-file#getting-started)
6
11
  * [Usage](https://github.com/Purple-Magic/tramway#usage)
@@ -34,6 +34,16 @@ module.exports = {
34
34
  'grid-cols-8',
35
35
  'grid-cols-9',
36
36
  'grid-cols-10',
37
+ 'md:grid-cols-1',
38
+ 'md:grid-cols-2',
39
+ 'md:grid-cols-3',
40
+ 'md:grid-cols-4',
41
+ 'md:grid-cols-5',
42
+ 'md:grid-cols-6',
43
+ 'md:grid-cols-7',
44
+ 'md:grid-cols-8',
45
+ 'md:grid-cols-9',
46
+ 'md:grid-cols-10',
37
47
 
38
48
  // === Page container and alignment helpers ===
39
49
  'container',
@@ -4,6 +4,8 @@ module Tramway
4
4
  module Helpers
5
5
  # Provides view-oriented helpers for ActionView
6
6
  module ViewsHelper
7
+ include Tramway::Helpers::ComponentHelper
8
+
7
9
  def tramway_form_for(object, *, size: :middle, **options, &)
8
10
  form_for(
9
11
  object,
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tramway
4
- VERSION = '1.1.2'
4
+ VERSION = '1.1.2.2'
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: 1.1.2
4
+ version: 1.1.2.2
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-12-01 00:00:00.000000000 Z
12
+ date: 2025-12-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: anyway_config