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.
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 +15 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0581fe11d1bf2648763c1d43355ae1eb3c2b1a7316a8ee4ebfbd45761b4c7ba6'
4
- data.tar.gz: bb22e37672fb974cd9f7caeeb2e1305f705d1b5de243b36c5944530197b08539
3
+ metadata.gz: ef8953e1d2800540684b86b0c3fb875f31f13994ffca7d23cb8d089b4de61d9d
4
+ data.tar.gz: c3c29ad1f773cddefbf53d14d24716e8c9bda4ff7d98f513090ca522850aa7e5
5
5
  SHA512:
6
- metadata.gz: d97165f32357259446a6d24d599de0c5d5056e1a2b56b4e73ad3071a39cad009c1f0cffc791a922b2d79d7fa0d48be2a34d9bdaf32dba7f753f966c58c965bbe
7
- data.tar.gz: ce69e46f93f0389eb4343a3f7de3f4d7b01ee271622ed17b36acbf9f3b412674981ee38e7985bb3c9c060253443903df825618b73e4c0d0f857d8f91a79b99e1
6
+ metadata.gz: bab5535af81418ec502f4ad5de413af3769ee4ee9630d9dbb4390617fe0337c6666696c080da5e064dc45271ee2c8f0f45a463c732f1e69e99fc521f68c4d4c9
7
+ data.tar.gz: 0713cc4625f7f9f8589e7e2271552d8dbb24baa07868d1ed54e52aa1de655be0183d109df9406b0e6fd3e5bcb40d4c6cb431aedd77fcfec8b4443864ee9230d9
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.2"
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.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: '7.1'
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: '7.1'
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: Pom provides reusable ViewComponents for Rails applications, leveraging
97
- Tailwind CSS for robust UI development.
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.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 UI component toolkit for Rails with Tailwind CSS integration.
150
+ summary: A base component class and helpers for Rails with Tailwind CSS.
145
151
  test_files: []