zadok 0.2.2 → 0.2.3

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: a25bb95f4269c2b8861b67d9881ae9ccfaca077c9ee689ecb53cb3c1553430a4
4
- data.tar.gz: 7e95b03e6e81eee539aedfeb822cdcdbe03066a86b785e98f723a2193075848b
3
+ metadata.gz: 9eda162aaddc3d8da7c339d2d55b2106685d112d4facb79cb28c9d847e761ead
4
+ data.tar.gz: b28c22bca6e0792ecb035a5373b6ed8062ba57a8898165b2f7d848d4cf91b570
5
5
  SHA512:
6
- metadata.gz: a6e9530a546e04def80b2384e812926d033003c7ab1d35b1b09a6cfc64cd346ff85f037cefb6d2489b7045afc9b8454887c9cf2b57977d618e6d14341f8ab669
7
- data.tar.gz: e8b37cbaf1ff9c830cc84dc68c63acfaf1ef7b67c2810e39a7b338027396bc180e4deeb4e9bf07c523498e88043d3874da26b2295ff98c10a4c28c95ab68ab95
6
+ metadata.gz: f544f36d229ea0db7d01004da2a2dba1872ad6acc224de225c08fb99f940e478717f050b5fcb9307dc777fdd251156f0c29980e2dfa968e6a2053400b2a3fc72
7
+ data.tar.gz: b05124ca2401e9142d4ae6a7a720c449483264bed977db513f9ebcc5a5ce6b8e8e52cf3688b2490f2c4e2da84ab6f48b00e416eb2bd572d38dca8c96da99e824
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- zadok (0.2.2)
4
+ zadok (0.2.3)
5
5
  bootstrap (~> 4.0)
6
6
  cancancan (~> 2.1)
7
7
  font-awesome-rails (~> 4.7)
@@ -89,7 +89,7 @@ GEM
89
89
  method_source (0.9.0)
90
90
  mini_mime (1.0.0)
91
91
  mini_portile2 (2.3.0)
92
- minitest (5.11.1)
92
+ minitest (5.11.3)
93
93
  nio4r (2.2.0)
94
94
  nokogiri (1.8.1)
95
95
  mini_portile2 (~> 2.3.0)
@@ -0,0 +1,5 @@
1
+ .form-group
2
+ - [true, false].each do |option|
3
+ .form-check.form-check-inline
4
+ = form.radio_button attr, option, class: "form-check-input"
5
+ = form.label attr, t("zadok.options").fetch(option), value: option, class: "form-check-label"
data/lib/zadok/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Zadok
4
- VERSION = "0.2.2"
4
+ VERSION = "0.2.3"
5
5
  end
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.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leon Hooijer
@@ -210,7 +210,7 @@ files:
210
210
  - app/views/zadok/filters/_textfield.html.slim
211
211
  - app/views/zadok/filters/_typeable_multiselect.html.slim
212
212
  - app/views/zadok/form/fields/_array.html.slim
213
- - app/views/zadok/form/fields/_boolean.slim
213
+ - app/views/zadok/form/fields/_boolean.html.slim
214
214
  - app/views/zadok/form/fields/_email_field.html.slim
215
215
  - app/views/zadok/form/fields/_file_field.html.slim
216
216
  - app/views/zadok/form/fields/_hex_field.html.slim
@@ -1,5 +0,0 @@
1
- .form-group
2
- - [true, false].each do |option|
3
- .form-check.form-check-inline
4
- = form.label, t("zadok.options").fetch(option)
5
- = form.radio_button attr, option