zadok 0.5.9 → 0.5.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3f1545a50318a08ef1e05f7a60a058bff1039a6cc1c1b1dd5b48a9baeb325fa4
4
- data.tar.gz: 4f9bdf44d04cb481185db6787fc61681c9d9769eb0c009f0522f0388997ff491
3
+ metadata.gz: f8ee6c4fd7f13721aa643f5d21056fc32470e112c8a45afa9c27ea99d95ffd50
4
+ data.tar.gz: 8959c781beb3d716ab054a9562702b55b70d7bcb39dff224c3587beaca5ea114
5
5
  SHA512:
6
- metadata.gz: 4e88b008dafd081a15e08881da9f0cdd9597a285ef728cea3da2b741d6a46391d333016ead41f3896528996e6666d010a2f657ac392447670e0561faed2826cf
7
- data.tar.gz: 187a92f0309a9cbcfb5fe4a38a48901a7d984caf6e89c1ef92a4950b553aaccbdbfecb904538a4e890846b8b5526fb4621f58cdb65ff15bf112eeacc918b181c
6
+ metadata.gz: 39b9de29f5691ae098f89f93d4d1028f7e2f740cdc9a486d3b504c7dc474048e6c95a3ebdb4711ac223fb49738a166db1f0508fc2da6cac8938733ce4ba39d0b
7
+ data.tar.gz: edc21fd57929a793ec1d56cdc1fecd60d43ffadc9f353cc4d2b445932844c941070a16096e2eefe2b50894b313e47fda390a43a064472bdbdadbdf71815f5870
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- zadok (0.5.9)
4
+ zadok (0.5.10)
5
5
  bootstrap (~> 4.0)
6
6
  bundler-audit (~> 0.6)
7
7
  cancancan (~> 2.1)
@@ -30,44 +30,48 @@ PATH
30
30
  GEM
31
31
  remote: https://rubygems.org/
32
32
  specs:
33
- actioncable (5.1.6)
34
- actionpack (= 5.1.6)
33
+ actioncable (5.2.0)
34
+ actionpack (= 5.2.0)
35
35
  nio4r (~> 2.0)
36
- websocket-driver (~> 0.6.1)
37
- actionmailer (5.1.6)
38
- actionpack (= 5.1.6)
39
- actionview (= 5.1.6)
40
- activejob (= 5.1.6)
36
+ websocket-driver (>= 0.6.1)
37
+ actionmailer (5.2.0)
38
+ actionpack (= 5.2.0)
39
+ actionview (= 5.2.0)
40
+ activejob (= 5.2.0)
41
41
  mail (~> 2.5, >= 2.5.4)
42
42
  rails-dom-testing (~> 2.0)
43
- actionpack (5.1.6)
44
- actionview (= 5.1.6)
45
- activesupport (= 5.1.6)
43
+ actionpack (5.2.0)
44
+ actionview (= 5.2.0)
45
+ activesupport (= 5.2.0)
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.6)
51
- activesupport (= 5.1.6)
50
+ actionview (5.2.0)
51
+ activesupport (= 5.2.0)
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.6)
57
- activesupport (= 5.1.6)
56
+ activejob (5.2.0)
57
+ activesupport (= 5.2.0)
58
58
  globalid (>= 0.3.6)
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
- arel (~> 8.0)
65
- activesupport (5.1.6)
59
+ activemodel (5.2.0)
60
+ activesupport (= 5.2.0)
61
+ activerecord (5.2.0)
62
+ activemodel (= 5.2.0)
63
+ activesupport (= 5.2.0)
64
+ arel (>= 9.0)
65
+ activestorage (5.2.0)
66
+ actionpack (= 5.2.0)
67
+ activerecord (= 5.2.0)
68
+ marcel (~> 0.3.1)
69
+ activesupport (5.2.0)
66
70
  concurrent-ruby (~> 1.0, >= 1.0.2)
67
71
  i18n (>= 0.7, < 2)
68
72
  minitest (~> 5.1)
69
73
  tzinfo (~> 1.1)
70
- arel (8.0.0)
74
+ arel (9.0.0)
71
75
  ast (2.4.0)
72
76
  autoprefixer-rails (8.2.0)
73
77
  execjs
@@ -81,9 +85,9 @@ GEM
81
85
  bundler-audit (0.6.0)
82
86
  bundler (~> 1.2)
83
87
  thor (~> 0.18)
84
- cancancan (2.1.3)
88
+ cancancan (2.1.4)
85
89
  concurrent-ruby (1.0.5)
86
- crass (1.0.3)
90
+ crass (1.0.4)
87
91
  devise (4.4.3)
88
92
  bcrypt (~> 3.0)
89
93
  orm_adapter (~> 0.1)
@@ -92,17 +96,17 @@ GEM
92
96
  warden (~> 1.2.3)
93
97
  devise-i18n (1.6.1)
94
98
  devise (>= 4.4)
95
- devise_invitable (1.7.3)
99
+ devise_invitable (1.7.4)
96
100
  actionmailer (>= 4.1.0)
97
101
  devise (>= 4.0.0)
98
- dotenv (2.2.1)
102
+ dotenv (2.2.2)
99
103
  dry-initializer (2.3.0)
100
104
  erubi (1.7.1)
101
105
  execjs (2.7.0)
102
106
  ffi (1.9.23)
103
107
  ffi (1.9.23-x64-mingw32)
104
- font-awesome-rails (4.7.0.3)
105
- railties (>= 3.2, < 5.2)
108
+ font-awesome-rails (4.7.0.4)
109
+ railties (>= 3.2, < 6.0)
106
110
  globalid (0.4.1)
107
111
  activesupport (>= 4.2.0)
108
112
  highline (1.7.10)
@@ -125,7 +129,10 @@ GEM
125
129
  nokogiri (>= 1.5.9)
126
130
  mail (2.7.0)
127
131
  mini_mime (>= 0.1.1)
132
+ marcel (0.3.2)
133
+ mimemagic (~> 0.3.2)
128
134
  method_source (0.9.0)
135
+ mimemagic (0.3.2)
129
136
  mini_mime (1.0.0)
130
137
  mini_portile2 (2.3.0)
131
138
  minitest (5.11.3)
@@ -137,7 +144,7 @@ GEM
137
144
  mini_portile2 (~> 2.3.0)
138
145
  orm_adapter (0.5.0)
139
146
  parallel (1.12.1)
140
- parser (2.5.0.5)
147
+ parser (2.5.1.0)
141
148
  ast (~> 2.4.0)
142
149
  pg (1.0.0)
143
150
  pg (1.0.0-x64-mingw32)
@@ -145,21 +152,22 @@ GEM
145
152
  activerecord (>= 3.0)
146
153
  popper_js (1.12.9)
147
154
  powerpack (0.1.1)
148
- puma (3.11.3)
155
+ puma (3.11.4)
149
156
  rack (2.0.4)
150
157
  rack-test (1.0.0)
151
158
  rack (>= 1.0, < 3)
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)
159
+ rails (5.2.0)
160
+ actioncable (= 5.2.0)
161
+ actionmailer (= 5.2.0)
162
+ actionpack (= 5.2.0)
163
+ actionview (= 5.2.0)
164
+ activejob (= 5.2.0)
165
+ activemodel (= 5.2.0)
166
+ activerecord (= 5.2.0)
167
+ activestorage (= 5.2.0)
168
+ activesupport (= 5.2.0)
161
169
  bundler (>= 1.3.0)
162
- railties (= 5.1.6)
170
+ railties (= 5.2.0)
163
171
  sprockets-rails (>= 2.0.0)
164
172
  rails-dom-testing (2.0.3)
165
173
  activesupport (>= 4.2.0)
@@ -169,9 +177,9 @@ GEM
169
177
  rails-i18n (5.1.1)
170
178
  i18n (>= 0.7, < 2)
171
179
  railties (>= 5.0, < 6)
172
- railties (5.1.6)
173
- actionpack (= 5.1.6)
174
- activesupport (= 5.1.6)
180
+ railties (5.2.0)
181
+ actionpack (= 5.2.0)
182
+ activesupport (= 5.2.0)
175
183
  method_source
176
184
  rake (>= 0.8.7)
177
185
  thor (>= 0.18.1, < 2.0)
@@ -233,17 +241,17 @@ GEM
233
241
  thor (0.20.0)
234
242
  thread_safe (0.3.6)
235
243
  tilt (2.0.8)
236
- turbolinks (5.1.0)
244
+ turbolinks (5.1.1)
237
245
  turbolinks-source (~> 5.1)
238
246
  turbolinks-source (5.1.0)
239
247
  tzinfo (1.2.5)
240
248
  thread_safe (~> 0.1)
241
- uglifier (4.1.8)
249
+ uglifier (4.1.9)
242
250
  execjs (>= 0.3.0, < 3)
243
251
  unicode-display_width (1.3.0)
244
252
  warden (1.2.7)
245
253
  rack (>= 1.0)
246
- websocket-driver (0.6.5)
254
+ websocket-driver (0.7.0)
247
255
  websocket-extensions (>= 0.1.0)
248
256
  websocket-extensions (0.1.3)
249
257
  will-paginate-i18n (0.1.15)
@@ -23,7 +23,8 @@
23
23
  - if template_exists?("#{controller_name}/index_row", [], true)
24
24
  = render(partial: "#{controller_name}/index_row",
25
25
  collection: resources,
26
- as: :resource)
26
+ as: :resource,
27
+ caching: true)
27
28
  - else
28
29
  - resources.each do |resource|
29
30
  tr.resource-row
data/lib/zadok/version.rb CHANGED
@@ -3,7 +3,7 @@
3
3
  module Zadok
4
4
  VERSION_MAJOR = 0
5
5
  VERSION_MINOR = 5
6
- VERSION_TINY = 9
6
+ VERSION_TINY = 10
7
7
  VERSION_PRE = nil
8
8
 
9
9
  VERSION = [
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.9
4
+ version: 0.5.10
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-04-03 00:00:00.000000000 Z
11
+ date: 2018-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap