tramway 1.1.2.1 → 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: 54b7825cee0825f4606d32284f8da613c86b75137c0ecf6ef1a44639e146695e
4
- data.tar.gz: 4ee9fb80702ecd50fa9f286b17df6133ccc01cd1f3cb659dea4290836e2dd867
3
+ metadata.gz: 7daf328b2fd26510b8c32822ca6e8f1df91d72569e54f2a182e165f7654ff35e
4
+ data.tar.gz: d0bbdc12b3846410dff72d24cc195eb089c3cd3c692fa253c29752490bf7a078
5
5
  SHA512:
6
- metadata.gz: 01e8ec294dd08401272a7ab946384ae14e4f504aff01a41d7ea3b27d9c1ac399c0de607051e420f528d1c0739cda65bd4e798debf1b2d254c24405c798bbcd7e
7
- data.tar.gz: cd57654aa23eb7c7551d4b4cce625fc4d9739f4d54526e51b527030129c4e7d5f4547d60026f4259ceb469c9213afb394e98d6ab40ff4bdc8a848c4dd0451286
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',
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tramway
4
- VERSION = '1.1.2.1'
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.1
4
+ version: 1.1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - kalashnikovisme