has_searcher 0.0.7 → 0.0.7.1

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.
@@ -35,7 +35,7 @@ module Formtastic
35
35
  end
36
36
  column
37
37
  end.map(&:to_sym)
38
- args -= [:term]
38
+ args -= [:term, :order_by, :per_page]
39
39
  end
40
40
  inputs_without_search(*args, &block)
41
41
  end
@@ -1,3 +1,3 @@
1
1
  module HasSearcher
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.7.1"
3
3
  end
metadata CHANGED
@@ -6,7 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 0
8
8
  - 7
9
- version: 0.0.7
9
+ - 1
10
+ version: 0.0.7.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Dmitry Lihachev