zadok 0.5.8.1 → 0.5.9
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 +35 -35
- data/app/controllers/zadok_controller.rb +1 -1
- data/app/views/zadok/filters/_options.html.slim +5 -5
- data/app/views/zadok/filters/_textfield.html.slim +2 -2
- data/lib/zadok/version.rb +2 -2
- 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: 3f1545a50318a08ef1e05f7a60a058bff1039a6cc1c1b1dd5b48a9baeb325fa4
|
4
|
+
data.tar.gz: 4f9bdf44d04cb481185db6787fc61681c9d9769eb0c009f0522f0388997ff491
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e88b008dafd081a15e08881da9f0cdd9597a285ef728cea3da2b741d6a46391d333016ead41f3896528996e6666d010a2f657ac392447670e0561faed2826cf
|
7
|
+
data.tar.gz: 187a92f0309a9cbcfb5fe4a38a48901a7d984caf6e89c1ef92a4950b553aaccbdbfecb904538a4e890846b8b5526fb4621f58cdb65ff15bf112eeacc918b181c
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
zadok (0.5.
|
4
|
+
zadok (0.5.9)
|
5
5
|
bootstrap (~> 4.0)
|
6
6
|
bundler-audit (~> 0.6)
|
7
7
|
cancancan (~> 2.1)
|
@@ -30,41 +30,41 @@ PATH
|
|
30
30
|
GEM
|
31
31
|
remote: https://rubygems.org/
|
32
32
|
specs:
|
33
|
-
actioncable (5.1.
|
34
|
-
actionpack (= 5.1.
|
33
|
+
actioncable (5.1.6)
|
34
|
+
actionpack (= 5.1.6)
|
35
35
|
nio4r (~> 2.0)
|
36
36
|
websocket-driver (~> 0.6.1)
|
37
|
-
actionmailer (5.1.
|
38
|
-
actionpack (= 5.1.
|
39
|
-
actionview (= 5.1.
|
40
|
-
activejob (= 5.1.
|
37
|
+
actionmailer (5.1.6)
|
38
|
+
actionpack (= 5.1.6)
|
39
|
+
actionview (= 5.1.6)
|
40
|
+
activejob (= 5.1.6)
|
41
41
|
mail (~> 2.5, >= 2.5.4)
|
42
42
|
rails-dom-testing (~> 2.0)
|
43
|
-
actionpack (5.1.
|
44
|
-
actionview (= 5.1.
|
45
|
-
activesupport (= 5.1.
|
43
|
+
actionpack (5.1.6)
|
44
|
+
actionview (= 5.1.6)
|
45
|
+
activesupport (= 5.1.6)
|
46
46
|
rack (~> 2.0)
|
47
47
|
rack-test (>= 0.6.3)
|
48
48
|
rails-dom-testing (~> 2.0)
|
49
49
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
50
|
-
actionview (5.1.
|
51
|
-
activesupport (= 5.1.
|
50
|
+
actionview (5.1.6)
|
51
|
+
activesupport (= 5.1.6)
|
52
52
|
builder (~> 3.1)
|
53
53
|
erubi (~> 1.4)
|
54
54
|
rails-dom-testing (~> 2.0)
|
55
55
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
56
|
-
activejob (5.1.
|
57
|
-
activesupport (= 5.1.
|
56
|
+
activejob (5.1.6)
|
57
|
+
activesupport (= 5.1.6)
|
58
58
|
globalid (>= 0.3.6)
|
59
|
-
activemodel (5.1.
|
60
|
-
activesupport (= 5.1.
|
61
|
-
activerecord (5.1.
|
62
|
-
activemodel (= 5.1.
|
63
|
-
activesupport (= 5.1.
|
59
|
+
activemodel (5.1.6)
|
60
|
+
activesupport (= 5.1.6)
|
61
|
+
activerecord (5.1.6)
|
62
|
+
activemodel (= 5.1.6)
|
63
|
+
activesupport (= 5.1.6)
|
64
64
|
arel (~> 8.0)
|
65
|
-
activesupport (5.1.
|
65
|
+
activesupport (5.1.6)
|
66
66
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
67
|
-
i18n (
|
67
|
+
i18n (>= 0.7, < 2)
|
68
68
|
minitest (~> 5.1)
|
69
69
|
tzinfo (~> 1.1)
|
70
70
|
arel (8.0.0)
|
@@ -106,7 +106,7 @@ GEM
|
|
106
106
|
globalid (0.4.1)
|
107
107
|
activesupport (>= 4.2.0)
|
108
108
|
highline (1.7.10)
|
109
|
-
i18n (0.
|
109
|
+
i18n (1.0.0)
|
110
110
|
concurrent-ruby (~> 1.0)
|
111
111
|
jquery-rails (4.3.1)
|
112
112
|
rails-dom-testing (>= 1, < 3)
|
@@ -149,17 +149,17 @@ GEM
|
|
149
149
|
rack (2.0.4)
|
150
150
|
rack-test (1.0.0)
|
151
151
|
rack (>= 1.0, < 3)
|
152
|
-
rails (5.1.
|
153
|
-
actioncable (= 5.1.
|
154
|
-
actionmailer (= 5.1.
|
155
|
-
actionpack (= 5.1.
|
156
|
-
actionview (= 5.1.
|
157
|
-
activejob (= 5.1.
|
158
|
-
activemodel (= 5.1.
|
159
|
-
activerecord (= 5.1.
|
160
|
-
activesupport (= 5.1.
|
152
|
+
rails (5.1.6)
|
153
|
+
actioncable (= 5.1.6)
|
154
|
+
actionmailer (= 5.1.6)
|
155
|
+
actionpack (= 5.1.6)
|
156
|
+
actionview (= 5.1.6)
|
157
|
+
activejob (= 5.1.6)
|
158
|
+
activemodel (= 5.1.6)
|
159
|
+
activerecord (= 5.1.6)
|
160
|
+
activesupport (= 5.1.6)
|
161
161
|
bundler (>= 1.3.0)
|
162
|
-
railties (= 5.1.
|
162
|
+
railties (= 5.1.6)
|
163
163
|
sprockets-rails (>= 2.0.0)
|
164
164
|
rails-dom-testing (2.0.3)
|
165
165
|
activesupport (>= 4.2.0)
|
@@ -169,9 +169,9 @@ GEM
|
|
169
169
|
rails-i18n (5.1.1)
|
170
170
|
i18n (>= 0.7, < 2)
|
171
171
|
railties (>= 5.0, < 6)
|
172
|
-
railties (5.1.
|
173
|
-
actionpack (= 5.1.
|
174
|
-
activesupport (= 5.1.
|
172
|
+
railties (5.1.6)
|
173
|
+
actionpack (= 5.1.6)
|
174
|
+
activesupport (= 5.1.6)
|
175
175
|
method_source
|
176
176
|
rake (>= 0.8.7)
|
177
177
|
thor (>= 0.18.1, < 2.0)
|
@@ -186,7 +186,7 @@ class ZadokController < ApplicationController
|
|
186
186
|
CSV.generate(headers: true, col_sep: t("zadok.csv.col_sep")) do |csv|
|
187
187
|
csv << resource_class.attribute_names
|
188
188
|
|
189
|
-
|
189
|
+
filtered_resources.each do |resource|
|
190
190
|
csv << resource_class.attribute_names.map { |attr| resource.send(attr) }
|
191
191
|
end
|
192
192
|
end
|
@@ -1,5 +1,5 @@
|
|
1
|
-
- filter.options.each do |value, label|
|
2
|
-
.radio
|
3
|
-
label
|
4
|
-
= f.radio_button filter.param, value
|
5
|
-
= label
|
1
|
+
- filter.options.each do |value, label|
|
2
|
+
.radio
|
3
|
+
label
|
4
|
+
= f.radio_button filter.param, value
|
5
|
+
= label
|
@@ -1,2 +1,2 @@
|
|
1
|
-
.textfield
|
2
|
-
= f.text_field filter.param, class: "form-control"
|
1
|
+
.textfield
|
2
|
+
= f.text_field filter.param, class: "form-control"
|
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.5.
|
4
|
+
version: 0.5.9
|
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-03
|
11
|
+
date: 2018-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bootstrap
|