zadok 0.2.1 → 0.2.2
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/Gemfile.lock +1 -1
- data/app/views/zadok/form/fields/_array.html.slim +2 -0
- data/app/views/zadok/form/fields/_boolean.slim +5 -0
- data/app/views/zadok/form/fields/_file_field.html.slim +5 -0
- data/app/views/zadok/form/fields/_hex_field.html.slim +6 -0
- data/app/views/zadok/form/fields/_text_area.html.slim +3 -0
- data/app/views/zadok/form/fields/_url_field.html.slim +3 -0
- data/lib/zadok/link_renderer.rb +0 -1
- data/lib/zadok/version.rb +1 -1
- metadata +8 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a25bb95f4269c2b8861b67d9881ae9ccfaca077c9ee689ecb53cb3c1553430a4
|
|
4
|
+
data.tar.gz: 7e95b03e6e81eee539aedfeb822cdcdbe03066a86b785e98f723a2193075848b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a6e9530a546e04def80b2384e812926d033003c7ab1d35b1b09a6cfc64cd346ff85f037cefb6d2489b7045afc9b8454887c9cf2b57977d618e6d14341f8ab669
|
|
7
|
+
data.tar.gz: e8b37cbaf1ff9c830cc84dc68c63acfaf1ef7b67c2810e39a7b338027396bc180e4deeb4e9bf07c523498e88043d3874da26b2295ff98c10a4c28c95ab68ab95
|
data/Gemfile.lock
CHANGED
data/lib/zadok/link_renderer.rb
CHANGED
data/lib/zadok/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zadok
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Leon Hooijer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-01-
|
|
11
|
+
date: 2018-01-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bootstrap
|
|
@@ -209,9 +209,15 @@ files:
|
|
|
209
209
|
- app/views/zadok/filters/_select.html.slim
|
|
210
210
|
- app/views/zadok/filters/_textfield.html.slim
|
|
211
211
|
- app/views/zadok/filters/_typeable_multiselect.html.slim
|
|
212
|
+
- app/views/zadok/form/fields/_array.html.slim
|
|
213
|
+
- app/views/zadok/form/fields/_boolean.slim
|
|
212
214
|
- app/views/zadok/form/fields/_email_field.html.slim
|
|
215
|
+
- app/views/zadok/form/fields/_file_field.html.slim
|
|
216
|
+
- app/views/zadok/form/fields/_hex_field.html.slim
|
|
213
217
|
- app/views/zadok/form/fields/_select.html.slim
|
|
218
|
+
- app/views/zadok/form/fields/_text_area.html.slim
|
|
214
219
|
- app/views/zadok/form/fields/_text_field.html.slim
|
|
220
|
+
- app/views/zadok/form/fields/_url_field.html.slim
|
|
215
221
|
- app/views/zadok/index.html.slim
|
|
216
222
|
- app/views/zadok/new.html.slim
|
|
217
223
|
- lib/zadok.rb
|