zadok 0.5.6.2 → 0.5.6.3

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: 69a4b22443b9ec65ed0ff9cdca0a854a1c8e41b8f84120d5ddfaae5285cf6773
4
- data.tar.gz: 76f17125be248577afb1eb99db27143c0097b22edb43bcef674aa9fb74d36314
3
+ metadata.gz: 0da70bbbb249d6e3919a20b2087f28058871ceea4472b60f37497511b29a2866
4
+ data.tar.gz: 439e469afd2f3f59f2d1e79e3b7906857d8c417210c2a0988ee8f1d01c506b26
5
5
  SHA512:
6
- metadata.gz: 2af06cea4107e1c8ca39fc241935c0251750115006bb60d31fce52e37ac5df02929e893c116f9298467a20bcb02c773bc29a8431ed87c0da8ba84f4f4fbf3040
7
- data.tar.gz: ac6a4e84fd4b4f0769a7a1c896c0474f31adac9919af464c01f4f9466fceec331b8d9f7be6cf3234aa317c8c75fcc20b9b47d5c0328e5a066324ac1e9c08aaee
6
+ metadata.gz: 933ed42655fc573e17f970bf07083071c22739e09b9ac29d2a6035a23706eac7918711b7e6f0ce2e8ad8ce64f08c0c2a2663979c523446d310371addced92c09
7
+ data.tar.gz: f5cdea072ddd27d0439e19585b5529c9742b024e21e4eb1532727a65b8f7802009aa4db31a0dc2189a5a3d14ddef00780c75e821fab0c503487006b4343a4ea1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- zadok (0.5.6.2)
4
+ zadok (0.5.6.3)
5
5
  bootstrap (~> 4.0)
6
6
  bundler-audit (~> 0.6)
7
7
  cancancan (~> 2.1)
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Zadok
4
+ module Filters
5
+ module NullFilter
6
+ end
7
+ end
8
+ end
data/lib/zadok/version.rb CHANGED
@@ -4,7 +4,7 @@ module Zadok
4
4
  VERSION_MAJOR = 0
5
5
  VERSION_MINOR = 5
6
6
  VERSION_TINY = 6
7
- VERSION_PRE = 2
7
+ VERSION_PRE = 3
8
8
 
9
9
  VERSION = [
10
10
  VERSION_MAJOR,
data/lib/zadok.rb CHANGED
@@ -4,7 +4,6 @@ require "zadok/engine"
4
4
  require "zadok/filter_collection"
5
5
  require "zadok/link_renderer"
6
6
 
7
- require "zadok/filters/null_filter"
8
7
  require "zadok/filters/ransack/base"
9
8
  require "zadok/filters/ransack/autocomplete_filter"
10
9
  require "zadok/filters/ransack/hidden_filter"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zadok
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.6.2
4
+ version: 0.5.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leon Hooijer
@@ -366,6 +366,7 @@ files:
366
366
  - app/assets/stylesheets/zadok/turbolinks.sass
367
367
  - app/controllers/zadok_controller.rb
368
368
  - app/helpers/zadok_helper.rb
369
+ - app/models/zadok/null_filter.rb
369
370
  - app/views/zadok/edit.html.slim
370
371
  - app/views/zadok/filters/_autocomplete.html.slim
371
372
  - app/views/zadok/filters/_edit.html.slim