trenni-formatters 2.12.0 → 2.12.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 518b46786862caa9ff2dced015ea7f14299c274f42bbe7556f9d85ef4fe5a21c
|
|
4
|
+
data.tar.gz: af3c874086ff1d37d39f2294a2037d4cbc63fafc4e3a783f6d2481d579404c14
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b044fd11db20ab856fe9608dea7039020c1ec42850260deb3b2ca27c6c56884e7a98aeb52ef53347dde510dc0070a6ab38ac2453e7b9d1fb4cc91f36e3d853f4
|
|
7
|
+
data.tar.gz: 2e59bdcdfec2617347c0dd4ccbdc786057ea3cd2d1618f1f00c51c8cf9506a6f075489a0442163025bb2bb9c08468bee285c44e5a22e91a906a8b3aeb545c68d
|
|
@@ -54,7 +54,7 @@ module Trenni
|
|
|
54
54
|
@formatter.checkbox_attributes_for(**options)
|
|
55
55
|
end
|
|
56
56
|
|
|
57
|
-
def call(options
|
|
57
|
+
def call(**options, &block)
|
|
58
58
|
Builder.fragment(@builder) do |builder|
|
|
59
59
|
builder.inline('span') do
|
|
60
60
|
builder.inline :input, :type => :hidden, :name => name_for(**options), :value => 'false'
|
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: trenni-formatters
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.12.
|
|
4
|
+
version: 2.12.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Samuel Williams
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2020-06-05 00:00:00.000000000 Z
|
|
@@ -122,8 +122,8 @@ dependencies:
|
|
|
122
122
|
- - ">="
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
124
|
version: '0'
|
|
125
|
-
description:
|
|
126
|
-
email:
|
|
125
|
+
description:
|
|
126
|
+
email:
|
|
127
127
|
executables: []
|
|
128
128
|
extensions: []
|
|
129
129
|
extra_rdoc_files: []
|
|
@@ -145,7 +145,7 @@ licenses:
|
|
|
145
145
|
- MIT
|
|
146
146
|
metadata:
|
|
147
147
|
funding_uri: https://github.com/sponsors/ioquatix/
|
|
148
|
-
post_install_message:
|
|
148
|
+
post_install_message:
|
|
149
149
|
rdoc_options: []
|
|
150
150
|
require_paths:
|
|
151
151
|
- lib
|
|
@@ -161,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
161
161
|
version: '0'
|
|
162
162
|
requirements: []
|
|
163
163
|
rubygems_version: 3.1.2
|
|
164
|
-
signing_key:
|
|
164
|
+
signing_key:
|
|
165
165
|
specification_version: 4
|
|
166
166
|
summary: Formatters for Trenni, to assist with typical views and form based interfaces.
|
|
167
167
|
test_files: []
|