zadok 0.5.10 → 0.6.0

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: f8ee6c4fd7f13721aa643f5d21056fc32470e112c8a45afa9c27ea99d95ffd50
4
- data.tar.gz: 8959c781beb3d716ab054a9562702b55b70d7bcb39dff224c3587beaca5ea114
3
+ metadata.gz: 5e871ace491d0759a93cbc85ee9780a85ada83158da361c1a257dbd01f04faaa
4
+ data.tar.gz: a76997f427d0d71e121efed20dc9346250400715b74c08119654860f3af23137
5
5
  SHA512:
6
- metadata.gz: 39b9de29f5691ae098f89f93d4d1028f7e2f740cdc9a486d3b504c7dc474048e6c95a3ebdb4711ac223fb49738a166db1f0508fc2da6cac8938733ce4ba39d0b
7
- data.tar.gz: edc21fd57929a793ec1d56cdc1fecd60d43ffadc9f353cc4d2b445932844c941070a16096e2eefe2b50894b313e47fda390a43a064472bdbdadbdf71815f5870
6
+ metadata.gz: 3ead225eab048cfc2113fdf95dd55a8e55bd774c0d7c25d8355b6c226cbf9d49e686e9e1f3261c3927feb44a68affe047db48e0b588938b7367d77f9c161870d
7
+ data.tar.gz: 03ca0ddbdd17424f68a44c2d0db72a77af2b4ac410f7c5d882afddc82cf2791f46bda602d5b489e31bc33284106ba0050e4a5c4afb5a9e66da3d2f07ee9f834b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- zadok (0.5.10)
4
+ zadok (0.5.11)
5
5
  bootstrap (~> 4.0)
6
6
  bundler-audit (~> 0.6)
7
7
  cancancan (~> 2.1)
@@ -73,10 +73,9 @@ GEM
73
73
  tzinfo (~> 1.1)
74
74
  arel (9.0.0)
75
75
  ast (2.4.0)
76
- autoprefixer-rails (8.2.0)
76
+ autoprefixer-rails (8.3.0)
77
77
  execjs
78
78
  bcrypt (3.1.11)
79
- bcrypt (3.1.11-x64-mingw32)
80
79
  bootstrap (4.0.0)
81
80
  autoprefixer-rails (>= 6.0.3)
82
81
  popper_js (>= 1.12.9, < 2)
@@ -85,7 +84,7 @@ GEM
85
84
  bundler-audit (0.6.0)
86
85
  bundler (~> 1.2)
87
86
  thor (~> 0.18)
88
- cancancan (2.1.4)
87
+ cancancan (2.2.0)
89
88
  concurrent-ruby (1.0.5)
90
89
  crass (1.0.4)
91
90
  devise (4.4.3)
@@ -94,7 +93,7 @@ GEM
94
93
  railties (>= 4.1.0, < 6.0)
95
94
  responders
96
95
  warden (~> 1.2.3)
97
- devise-i18n (1.6.1)
96
+ devise-i18n (1.6.2)
98
97
  devise (>= 4.4)
99
98
  devise_invitable (1.7.4)
100
99
  actionmailer (>= 4.1.0)
@@ -104,7 +103,6 @@ GEM
104
103
  erubi (1.7.1)
105
104
  execjs (2.7.0)
106
105
  ffi (1.9.23)
107
- ffi (1.9.23-x64-mingw32)
108
106
  font-awesome-rails (4.7.0.4)
109
107
  railties (>= 3.2, < 6.0)
110
108
  globalid (0.4.1)
@@ -140,14 +138,11 @@ GEM
140
138
  nio4r (2.3.0)
141
139
  nokogiri (1.8.2)
142
140
  mini_portile2 (~> 2.3.0)
143
- nokogiri (1.8.2-x64-mingw32)
144
- mini_portile2 (~> 2.3.0)
145
141
  orm_adapter (0.5.0)
146
142
  parallel (1.12.1)
147
143
  parser (2.5.1.0)
148
144
  ast (~> 2.4.0)
149
145
  pg (1.0.0)
150
- pg (1.0.0-x64-mingw32)
151
146
  polyamorous (1.3.3)
152
147
  activerecord (>= 3.0)
153
148
  popper_js (1.12.9)
@@ -197,7 +192,7 @@ GEM
197
192
  responders (2.4.0)
198
193
  actionpack (>= 4.2.0, < 5.3)
199
194
  railties (>= 4.2.0, < 5.3)
200
- rubocop (0.54.0)
195
+ rubocop (0.55.0)
201
196
  parallel (~> 1.10)
202
197
  parser (>= 2.5)
203
198
  powerpack (~> 0.1)
@@ -0,0 +1,3 @@
1
+ #filter-form
2
+ .hidden
3
+ display: none !important
@@ -2,5 +2,6 @@
2
2
  @import "font-awesome"
3
3
 
4
4
  @import "zadok/data_links"
5
+ @import "zadok/filters"
5
6
  @import "zadok/resources"
6
7
  @import "zadok/turbolinks"
@@ -5,4 +5,4 @@
5
5
  = form.label(attr, class: "custom-file-label")
6
6
 
7
7
  - if options[:preview]
8
- = image_tag(resource.send(attr).url, class: "logo img-fluid")
8
+ = image_tag(resource.send(attr), class: "logo img-fluid")
data/lib/zadok/version.rb CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  module Zadok
4
4
  VERSION_MAJOR = 0
5
- VERSION_MINOR = 5
6
- VERSION_TINY = 10
5
+ VERSION_MINOR = 6
6
+ VERSION_TINY = 0
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.10
4
+ version: 0.6.0
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-13 00:00:00.000000000 Z
11
+ date: 2018-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap
@@ -362,6 +362,7 @@ files:
362
362
  - app/assets/javascripts/zadok/data_links.js
363
363
  - app/assets/stylesheets/zadok.sass
364
364
  - app/assets/stylesheets/zadok/data_links.sass
365
+ - app/assets/stylesheets/zadok/filters.sass
365
366
  - app/assets/stylesheets/zadok/resources.sass
366
367
  - app/assets/stylesheets/zadok/turbolinks.sass
367
368
  - app/controllers/zadok_controller.rb
@@ -438,7 +439,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
438
439
  version: '0'
439
440
  requirements: []
440
441
  rubyforge_project:
441
- rubygems_version: 2.7.6
442
+ rubygems_version: 2.7.7
442
443
  signing_key:
443
444
  specification_version: 4
444
445
  summary: A data management gem.