vident-phlex 0.4.0 → 0.5.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/lib/vident/phlex/root_component.rb +1 -1
- data/lib/vident/phlex/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: '087edd0f039c8c672607ffda1774e42757c34606d78ddf98eb24e0ce62f5bb57'
|
|
4
|
+
data.tar.gz: 469963787ee34b5c59b19e8b35c74d17de2db6dbd92548e29787ef672a0320a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 22a9c3b5d6cb1e33a8d47c48b30c2a9f72ac6cb5753e325ca2a9048d535b329a08d308dd71727aab5cf751a842673502070bada67e19f2db4dd0e73d1d7c60b1
|
|
7
|
+
data.tar.gz: 88c39254ace9d5045f6ec9f57b873c7b1f8a5fa7cd53b934d68febf3dbb91e00e99a31e6e775fb673e7a14a500b73ca5714c0a5c290997872cb1f6d6de543b33
|
|
@@ -28,7 +28,7 @@ module Vident
|
|
|
28
28
|
|
|
29
29
|
# Build a tag with the attributes determined by this components properties and stimulus
|
|
30
30
|
# data attributes.
|
|
31
|
-
def
|
|
31
|
+
def view_template(&block)
|
|
32
32
|
# Generate tag options and render
|
|
33
33
|
tag_type = @element_tag.presence&.to_sym || :div
|
|
34
34
|
raise ArgumentError, "Unsupported HTML tag name #{tag_type}" unless VALID_TAGS.include?(tag_type)
|
data/lib/vident/phlex/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vident-phlex
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stephen Ierodiaconou
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-10-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|
|
@@ -99,7 +99,7 @@ dependencies:
|
|
|
99
99
|
version: 0.8.1
|
|
100
100
|
- - "<"
|
|
101
101
|
- !ruby/object:Gem::Version
|
|
102
|
-
version: '
|
|
102
|
+
version: '2'
|
|
103
103
|
type: :runtime
|
|
104
104
|
prerelease: false
|
|
105
105
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -109,7 +109,7 @@ dependencies:
|
|
|
109
109
|
version: 0.8.1
|
|
110
110
|
- - "<"
|
|
111
111
|
- !ruby/object:Gem::Version
|
|
112
|
-
version: '
|
|
112
|
+
version: '2'
|
|
113
113
|
description: Vident with Phlex
|
|
114
114
|
email:
|
|
115
115
|
- stevegeek@gmail.com
|
|
@@ -148,7 +148,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
148
148
|
- !ruby/object:Gem::Version
|
|
149
149
|
version: '0'
|
|
150
150
|
requirements: []
|
|
151
|
-
rubygems_version: 3.5.
|
|
151
|
+
rubygems_version: 3.5.11
|
|
152
152
|
signing_key:
|
|
153
153
|
specification_version: 4
|
|
154
154
|
summary: Vident with Phlex
|