zadok 0.8.15 → 0.8.16
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/app/views/zadok/form/fields/_datetime.html.slim +3 -0
- data/lib/zadok/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f243f5e72fabd39d604fce4fafbdcdb44c15d64f5607bd1fb8d53709cc2f1474
|
4
|
+
data.tar.gz: 20af6bcfa5b8a31b96705584c297613ddbf38347d24d7b3833c680282d69bc7b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1d16671fd0d95b23be274d8efb5c32f089100d7d43cc17e4fe35620b8d8f44a2fbae8ee7da264588cd3f46a0834ee0f426c2b083f622594da2d42429a8a5c8cd
|
7
|
+
data.tar.gz: fb5e5471f3b036215df37244249a140aefdecc9742e13219d7e5696bb7575eb720975d59a7e210081445f6cc63b5f9b20fe6aeee717438dc6b7bc9357bc1bbfc
|
data/lib/zadok/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zadok
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.16
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Leon Hooijer
|
@@ -410,6 +410,7 @@ files:
|
|
410
410
|
- app/views/zadok/form/fields/_array.html.slim
|
411
411
|
- app/views/zadok/form/fields/_boolean.html.slim
|
412
412
|
- app/views/zadok/form/fields/_date.html.slim
|
413
|
+
- app/views/zadok/form/fields/_datetime.html.slim
|
413
414
|
- app/views/zadok/form/fields/_decimal.html.slim
|
414
415
|
- app/views/zadok/form/fields/_email_field.html.slim
|
415
416
|
- app/views/zadok/form/fields/_file_field.html.slim
|