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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 768b577d490ef47ab3f4e7cbdeb06f24277858165bf915045ce75b6fa9a52e4f
4
- data.tar.gz: af06bb6497dbcb7b998b8fb099d463df4cd1e37d996b6933b6aa13daf16ee6ad
3
+ metadata.gz: 3f1545a50318a08ef1e05f7a60a058bff1039a6cc1c1b1dd5b48a9baeb325fa4
4
+ data.tar.gz: 4f9bdf44d04cb481185db6787fc61681c9d9769eb0c009f0522f0388997ff491
5
5
  SHA512:
6
- metadata.gz: 2154139cd5bc704119fb9740f3d60ceabe8f393c850c77e40965020b108150bcc9a38d58d9f9b239633b596f0e68c10a879ca451639a7fd7a9f9a3f0753a536a
7
- data.tar.gz: '007495cd877abfed226275279ff6dc2c4c88e9e0341d1d38f3f01137857e747f90d530c26855dedb36a65034692ce78f61bdc562488c642d956741743cd225f2'
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.8.1)
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.5)
34
- actionpack (= 5.1.5)
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.5)
38
- actionpack (= 5.1.5)
39
- actionview (= 5.1.5)
40
- activejob (= 5.1.5)
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.5)
44
- actionview (= 5.1.5)
45
- activesupport (= 5.1.5)
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.5)
51
- activesupport (= 5.1.5)
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.5)
57
- activesupport (= 5.1.5)
56
+ activejob (5.1.6)
57
+ activesupport (= 5.1.6)
58
58
  globalid (>= 0.3.6)
59
- activemodel (5.1.5)
60
- activesupport (= 5.1.5)
61
- activerecord (5.1.5)
62
- activemodel (= 5.1.5)
63
- activesupport (= 5.1.5)
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.5)
65
+ activesupport (5.1.6)
66
66
  concurrent-ruby (~> 1.0, >= 1.0.2)
67
- i18n (~> 0.7)
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.9.5)
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.5)
153
- actioncable (= 5.1.5)
154
- actionmailer (= 5.1.5)
155
- actionpack (= 5.1.5)
156
- actionview (= 5.1.5)
157
- activejob (= 5.1.5)
158
- activemodel (= 5.1.5)
159
- activerecord (= 5.1.5)
160
- activesupport (= 5.1.5)
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.5)
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.5)
173
- actionpack (= 5.1.5)
174
- activesupport (= 5.1.5)
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
- resources.each do |resource|
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
@@ -3,8 +3,8 @@
3
3
  module Zadok
4
4
  VERSION_MAJOR = 0
5
5
  VERSION_MINOR = 5
6
- VERSION_TINY = 8
7
- VERSION_PRE = 1
6
+ VERSION_TINY = 9
7
+ VERSION_PRE = nil
8
8
 
9
9
  VERSION = [
10
10
  VERSION_MAJOR,
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.8.1
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-29 00:00:00.000000000 Z
11
+ date: 2018-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap