phlexy_ui 0.2.0 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a8b3ab6516357298f2480e0aa318617cf9462e869619595628e77164de8ba5d8
4
- data.tar.gz: 999e848e182e6d1722b207626b0e9bd6178e400f43f0175d3bc11f4aa05848ea
3
+ metadata.gz: 6f4228c1a4dc9a11f20b0742d5e988541462c387fb3bde93b159f1051a2f4abf
4
+ data.tar.gz: 796d87cf1acfe682534bc2d9fd01363c17bb4a4287ee31233f539efc038a7271
5
5
  SHA512:
6
- metadata.gz: d78a33487654f230817e779efa9c2b11713f713cc267b471c47e726ee1af3a02ae7bad228a867fbe8fc76f910a0721e4bb9762813aeaacf2b86070f1fe870efa
7
- data.tar.gz: a35718c019460928ea1283388001dc4d0bd8ffc284818ef080bdca8eb63922cc1c3949b3414e5e2a1dbc69d5021d0374d0ce475bbf1ef514247bc5619fb4dab0
6
+ metadata.gz: 998d5b3f43e213ebfc2b4be071cea53af0558775193c7806a75e756d905aa2f7017533ca402725923c952de02391d75b7a33b0349ba1f5db449281f949bec1d2
7
+ data.tar.gz: 2a80a2d312840a169673fc9d5465fdf92acc1787e13e85dc19e0635adfaac2135f609b1865b2bda46b93ff53d6d321e4874be8fde687d1bb124d5cb6489e1374
@@ -9,7 +9,7 @@ module PhlexyUI
9
9
  base_modifiers:,
10
10
  options:
11
11
  ).then do |classes|
12
- li(class: classes, &)
12
+ li(class: classes, **options, &)
13
13
  end
14
14
  end
15
15
 
@@ -3,5 +3,5 @@
3
3
  module PhlexyUI
4
4
  # This timestamp is automatically updated when releasing a new version
5
5
  # Format: YYYY-MM-DD HH:MM:SS UTC
6
- UPDATED_AT = "2024-12-03 21:23:25 UTC"
6
+ UPDATED_AT = "2025-03-30 20:42:03 UTC"
7
7
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PhlexyUI
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phlexy_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Alejandro Aguilar Ramos
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-03 00:00:00.000000000 Z
10
+ date: 2025-03-30 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: phlex
@@ -148,7 +147,6 @@ licenses:
148
147
  - MIT
149
148
  metadata:
150
149
  source_code_uri: https://github.com/PhlexyUI/phlexy_ui
151
- post_install_message:
152
150
  rdoc_options: []
153
151
  require_paths:
154
152
  - lib
@@ -163,8 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
163
161
  - !ruby/object:Gem::Version
164
162
  version: '0'
165
163
  requirements: []
166
- rubygems_version: 3.5.20
167
- signing_key:
164
+ rubygems_version: 3.6.3
168
165
  specification_version: 4
169
166
  summary: PhlexyUI is a Ruby UI component library for DaisyUI using Phlex
170
167
  test_files: []