zadok 0.6.4 → 0.6.5

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: 140efebc3dd2bab3d72f4f799b395905e64f02606a1df5717672dbac0cd38870
4
- data.tar.gz: 2b9974860fb638e97d7bf864359af7926343d199a8f643f7ab8f938f27fe8afc
3
+ metadata.gz: c0c9cb70893c6f608a6f939cdb4cab1c55099cabd23bbfd9609764a388debbbf
4
+ data.tar.gz: 64be0bcd0903fc668554c82daa0202b79ed503da4054091dbc4ad491aa5f648a
5
5
  SHA512:
6
- metadata.gz: 047a6f307a7366b0e7a28d18fecbfd5e9d44fb73ce2b02b8862f960f50f8c0d0620337cbefd538aa66a1b413d45549d17a7e94bd841fda2dcc0e71cff3b7c68a
7
- data.tar.gz: 133cc221ca3d75fd822ae48c55c18e285cd1b0da67998d15f29ca73f3e483c714f2860aa8655f75569982d2d57e57fb42029855b2c7b921fd5e2675f5729662c
6
+ metadata.gz: 36886beb60a41ea7b4cf5fd5c10b037b8886692813e379ca7f6ae1576397469daedfaab2473ec409b4e787b36599cac2f39d24d4153543cdda365e6cfcee80b2
7
+ data.tar.gz: 4a304a5c6c7e5dee43d3d2431706f42148c3ddd600d9d5a7b07efd0d6e8211e8996341e030b9256586147b40266d6e5316be6b3e6b4af3ccc32c4b9cdfedf21c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- zadok (0.6.4)
4
+ zadok (0.6.5)
5
5
  bootstrap (~> 4.0)
6
6
  brakeman (~> 4.3)
7
7
  bundler-audit (~> 0.6)
@@ -115,6 +115,7 @@ GEM
115
115
  highline (1.7.10)
116
116
  i18n (1.0.1)
117
117
  concurrent-ruby (~> 1.0)
118
+ jaro_winkler (1.4.0)
118
119
  jquery-rails (4.3.3)
119
120
  rails-dom-testing (>= 1, < 3)
120
121
  railties (>= 4.2.0)
@@ -141,7 +142,7 @@ GEM
141
142
  mini_mime (1.0.0)
142
143
  mini_portile2 (2.3.0)
143
144
  minitest (5.11.3)
144
- newrelic_rpm (5.1.0.344)
145
+ newrelic_rpm (5.2.0.345)
145
146
  nio4r (2.3.1)
146
147
  nokogiri (1.8.2)
147
148
  mini_portile2 (~> 2.3.0)
@@ -202,7 +203,8 @@ GEM
202
203
  responders (2.4.0)
203
204
  actionpack (>= 4.2.0, < 5.3)
204
205
  railties (>= 4.2.0, < 5.3)
205
- rubocop (0.56.0)
206
+ rubocop (0.57.0)
207
+ jaro_winkler (~> 1.4.0)
206
208
  parallel (~> 1.10)
207
209
  parser (>= 2.5)
208
210
  powerpack (~> 0.1)
@@ -253,7 +255,7 @@ GEM
253
255
  thread_safe (~> 0.1)
254
256
  uglifier (4.1.11)
255
257
  execjs (>= 0.3.0, < 3)
256
- unicode-display_width (1.3.3)
258
+ unicode-display_width (1.4.0)
257
259
  warden (1.2.7)
258
260
  rack (>= 1.0)
259
261
  websocket-driver (0.7.0)
@@ -3,5 +3,5 @@
3
3
  = form.file_field(attr, options.fetch(:html, {}).merge(class: "custom-file-input"))
4
4
  = form.label(attr, class: "custom-file-label")
5
5
 
6
- - if options[:preview] && resource.send(attr).attached? && resource.send(attr).image?
6
+ - if options[:preview] && resource.send(attr).attached? && resource.send(attr).blob.image?
7
7
  = image_tag(resource.send(attr), class: "logo img-fluid")
data/lib/zadok/version.rb CHANGED
@@ -3,7 +3,7 @@
3
3
  module Zadok
4
4
  VERSION_MAJOR = 0
5
5
  VERSION_MINOR = 6
6
- VERSION_TINY = 4
6
+ VERSION_TINY = 5
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.6.4
4
+ version: 0.6.5
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-06-04 00:00:00.000000000 Z
11
+ date: 2018-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap