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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/pom/version.rb +1 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0581fe11d1bf2648763c1d43355ae1eb3c2b1a7316a8ee4ebfbd45761b4c7ba6'
4
- data.tar.gz: bb22e37672fb974cd9f7caeeb2e1305f705d1b5de243b36c5944530197b08539
3
+ metadata.gz: 598bd80b3d77d904d416559ff4b812b25e8f10102e48f7a8bcccfc28979e119c
4
+ data.tar.gz: 449ac6164e0c683de1618d4a77335fcd9b8daa01996be0b2a51d1d476ea51ee6
5
5
  SHA512:
6
- metadata.gz: d97165f32357259446a6d24d599de0c5d5056e1a2b56b4e73ad3071a39cad009c1f0cffc791a922b2d79d7fa0d48be2a34d9bdaf32dba7f753f966c58c965bbe
7
- data.tar.gz: ce69e46f93f0389eb4343a3f7de3f4d7b01ee271622ed17b36acbf9f3b412674981ee38e7985bb3c9c060253443903df825618b73e4c0d0f857d8f91a79b99e1
6
+ metadata.gz: 1bd6193d9db8bf587a2d6f3c797638d82712c2b109cf64a436bb1f0a2fe6a4326f8064a922ccd3efa88533d454d62cb4c0956fcad3ce139ae8e7a9419aade7f7
7
+ data.tar.gz: 01b955143c6b95829c41a2d663ca5008610de8eb05907cdf3b50448de4330fbfd6207bd1a0213babee645275dbf7d4556661345c984e8b831dd1790cc0fef59c
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Pom Component
2
2
 
3
- A UI component toolkit for Rails with Tailwind CSS integration. Pom provides a powerful base class for building reusable ViewComponents with advanced features including option management, style composition, and Stimulus.js integration.
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Pom
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
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.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: Pom provides reusable ViewComponents for Rails applications, leveraging
97
- Tailwind CSS for robust UI development.
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.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 UI component toolkit for Rails with Tailwind CSS integration.
144
+ summary: A base component class and helpers for Rails with Tailwind CSS.
145
145
  test_files: []