pom-component 1.0.0 → 1.0.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 +4 -4
- data/README.md +1 -1
- data/lib/pom/version.rb +1 -1
- metadata +15 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ef8953e1d2800540684b86b0c3fb875f31f13994ffca7d23cb8d089b4de61d9d
|
|
4
|
+
data.tar.gz: c3c29ad1f773cddefbf53d14d24716e8c9bda4ff7d98f513090ca522850aa7e5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bab5535af81418ec502f4ad5de413af3769ee4ee9630d9dbb4390617fe0337c6666696c080da5e064dc45271ee2c8f0f45a463c732f1e69e99fc521f68c4d4c9
|
|
7
|
+
data.tar.gz: 0713cc4625f7f9f8589e7e2271552d8dbb24baa07868d1ed54e52aa1de655be0183d109df9406b0e6fd3e5bcb40d4c6cb431aedd77fcfec8b4443864ee9230d9
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Pom Component
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
This gem provides a base component class and helper utilities for building ViewComponents in Rails applications, with built-in Tailwind CSS support. It includes advanced features such as option management, style composition, and Stimulus.js integration.
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|
data/lib/pom/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pom-component
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hoang Nghiem
|
|
@@ -13,16 +13,22 @@ dependencies:
|
|
|
13
13
|
name: rails
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
15
15
|
requirements:
|
|
16
|
-
- - "
|
|
16
|
+
- - ">="
|
|
17
|
+
- !ruby/object:Gem::Version
|
|
18
|
+
version: 7.1.0
|
|
19
|
+
- - "<"
|
|
17
20
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: '
|
|
21
|
+
version: '8.2'
|
|
19
22
|
type: :runtime
|
|
20
23
|
prerelease: false
|
|
21
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
25
|
requirements:
|
|
23
|
-
- - "
|
|
26
|
+
- - ">="
|
|
27
|
+
- !ruby/object:Gem::Version
|
|
28
|
+
version: 7.1.0
|
|
29
|
+
- - "<"
|
|
24
30
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: '
|
|
31
|
+
version: '8.2'
|
|
26
32
|
- !ruby/object:Gem::Dependency
|
|
27
33
|
name: tailwind_merge
|
|
28
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -93,8 +99,8 @@ dependencies:
|
|
|
93
99
|
- - "~>"
|
|
94
100
|
- !ruby/object:Gem::Version
|
|
95
101
|
version: '1.75'
|
|
96
|
-
description:
|
|
97
|
-
|
|
102
|
+
description: This gem provides a base component class and helper utilities for building
|
|
103
|
+
ViewComponents in Rails applications, with built-in Tailwind CSS support.
|
|
98
104
|
email:
|
|
99
105
|
- hoangnghiem1711@gmail.com
|
|
100
106
|
executables: []
|
|
@@ -120,7 +126,7 @@ licenses:
|
|
|
120
126
|
- MIT
|
|
121
127
|
metadata:
|
|
122
128
|
homepage_uri: https://pom-io.github.io/pom-component
|
|
123
|
-
source_code_uri: https://github.com/pom-io/pom-component/tree/v1.0.
|
|
129
|
+
source_code_uri: https://github.com/pom-io/pom-component/tree/v1.0.2
|
|
124
130
|
changelog_uri: https://github.com/pom-io/pom-component/blob/main/CHANGELOG.md
|
|
125
131
|
documentation_uri: https://pom-io.github.io/pom-component
|
|
126
132
|
bug_tracker_uri: https://github.com/pom-io/pom-component/issues
|
|
@@ -141,5 +147,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
141
147
|
requirements: []
|
|
142
148
|
rubygems_version: 3.6.9
|
|
143
149
|
specification_version: 4
|
|
144
|
-
summary: A
|
|
150
|
+
summary: A base component class and helpers for Rails with Tailwind CSS.
|
|
145
151
|
test_files: []
|