vident-phlex 0.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d4e8d218ff27fd79fd3b3e911d5fa114a662bc987fbb26779217c0f648025175
4
- data.tar.gz: 763f089c29d75951024ee5798161a36f9e5c9b43e1097708eee6b28b86a8a19e
3
+ metadata.gz: '087edd0f039c8c672607ffda1774e42757c34606d78ddf98eb24e0ce62f5bb57'
4
+ data.tar.gz: 469963787ee34b5c59b19e8b35c74d17de2db6dbd92548e29787ef672a0320a8
5
5
  SHA512:
6
- metadata.gz: fb83362567723c505c3d81cae0a54318a3ff3506caf95e760951ea7dbf1f8aec14baabc7ac36143add59ca0839adc16b9c1b0c86dc4072ea03b4aceb872def90
7
- data.tar.gz: 34705a2691748b230e6af3dcc0f7876310a369c2b8f17c02f436e5e8d65e2d2a908c0d37c8e88f6a628087124630a5b15f673c61afbad5b0a77f665b0b2947ed
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 template(&block)
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)
@@ -1,5 +1,5 @@
1
1
  module Vident
2
2
  module Phlex
3
- VERSION = "0.5.0"
3
+ VERSION = "0.5.1"
4
4
  end
5
5
  end
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.5.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-04-19 00:00:00.000000000 Z
11
+ date: 2024-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -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.3
151
+ rubygems_version: 3.5.11
152
152
  signing_key:
153
153
  specification_version: 4
154
154
  summary: Vident with Phlex