plutonium 0.24.4 → 0.24.5
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/plutonium/ui/component/methods.rb +1 -1
- data/lib/plutonium/ui/form/resource.rb +1 -1
- data/lib/plutonium/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1f9e098d47ef383cae732c39bef92132a9084e0dcda2119bcbb33c9726ae5d6b
|
4
|
+
data.tar.gz: f43fe2a2794feb1bc1ee698587b9c6169459b08859a862a7e615f7364f174ec3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d6c70ccd4aca7091971465a5c55b465bf8b380d699b7ce0df4d265ee854efef660b3e85202593532f88d192f8487d8af8a241e30edbed9fb2b35e1c674bdd352
|
7
|
+
data.tar.gz: 78a8129530a6d1d036b507cb71b66b152cc7bfe463a849cf2ab5fe2b0378a1893ec3570da1fbd45e9b81aadbd02561adb2b7d4fe697de413d1f5f361ac1262cf
|
@@ -83,7 +83,7 @@ module Plutonium
|
|
83
83
|
# Do not render the field, but still create field
|
84
84
|
# Phlexi form will record it without rendering it, allowing us to extract its value
|
85
85
|
form.field(name, **field_options) do |f|
|
86
|
-
instance_exec(f, &tag_block)
|
86
|
+
vanish { render instance_exec(f, &tag_block) }
|
87
87
|
end
|
88
88
|
else
|
89
89
|
wrapper_options = input_options[:wrapper] || {}
|
data/lib/plutonium/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: plutonium
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.24.
|
4
|
+
version: 0.24.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stefan Froelich
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: zeitwerk
|