sunspot_matchers 2.0.0.1 → 2.0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/lib/sunspot_matchers/version.rb +1 -1
- data/test/sunspot_matchers_test.rb +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
@@ -484,7 +484,7 @@ class SunspotMatchersTest < Test::Unit::TestCase
|
|
484
484
|
assert_has_search_params Sunspot.session, :order_by, any_param, any_param
|
485
485
|
end
|
486
486
|
|
487
|
-
def
|
487
|
+
def test_order_by_matcher_doesnt_respect_any_param_on_field_and_dir
|
488
488
|
Sunspot.search(Post) do
|
489
489
|
keywords 'great pizza'
|
490
490
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sunspot_matchers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.0.
|
4
|
+
version: 2.0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-05-
|
12
|
+
date: 2013-05-26 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -111,7 +111,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
111
111
|
version: '0'
|
112
112
|
segments:
|
113
113
|
- 0
|
114
|
-
hash: -
|
114
|
+
hash: -4036340369769902579
|
115
115
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
116
116
|
none: false
|
117
117
|
requirements:
|