pom-component 1.0.0 → 1.0.1
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 +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 598bd80b3d77d904d416559ff4b812b25e8f10102e48f7a8bcccfc28979e119c
|
|
4
|
+
data.tar.gz: 449ac6164e0c683de1618d4a77335fcd9b8daa01996be0b2a51d1d476ea51ee6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1bd6193d9db8bf587a2d6f3c797638d82712c2b109cf64a436bb1f0a2fe6a4326f8064a922ccd3efa88533d454d62cb4c0956fcad3ce139ae8e7a9419aade7f7
|
|
7
|
+
data.tar.gz: 01b955143c6b95829c41a2d663ca5008610de8eb05907cdf3b50448de4330fbfd6207bd1a0213babee645275dbf7d4556661345c984e8b831dd1790cc0fef59c
|
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.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hoang Nghiem
|
|
@@ -93,8 +93,8 @@ dependencies:
|
|
|
93
93
|
- - "~>"
|
|
94
94
|
- !ruby/object:Gem::Version
|
|
95
95
|
version: '1.75'
|
|
96
|
-
description:
|
|
97
|
-
|
|
96
|
+
description: This gem provides a base component class and helper utilities for building
|
|
97
|
+
ViewComponents in Rails applications, with built-in Tailwind CSS support.
|
|
98
98
|
email:
|
|
99
99
|
- hoangnghiem1711@gmail.com
|
|
100
100
|
executables: []
|
|
@@ -120,7 +120,7 @@ licenses:
|
|
|
120
120
|
- MIT
|
|
121
121
|
metadata:
|
|
122
122
|
homepage_uri: https://pom-io.github.io/pom-component
|
|
123
|
-
source_code_uri: https://github.com/pom-io/pom-component/tree/v1.0.
|
|
123
|
+
source_code_uri: https://github.com/pom-io/pom-component/tree/v1.0.1
|
|
124
124
|
changelog_uri: https://github.com/pom-io/pom-component/blob/main/CHANGELOG.md
|
|
125
125
|
documentation_uri: https://pom-io.github.io/pom-component
|
|
126
126
|
bug_tracker_uri: https://github.com/pom-io/pom-component/issues
|
|
@@ -141,5 +141,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
141
141
|
requirements: []
|
|
142
142
|
rubygems_version: 3.6.9
|
|
143
143
|
specification_version: 4
|
|
144
|
-
summary: A
|
|
144
|
+
summary: A base component class and helpers for Rails with Tailwind CSS.
|
|
145
145
|
test_files: []
|