sunspot_matchers 2.2.0.3 → 2.2.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +4 -1
- data/lib/sunspot_matchers/sunspot_session_spy.rb +4 -1
- data/lib/sunspot_matchers/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6241793155988128c17253eff88574bb70f16225
|
4
|
+
data.tar.gz: 72042de74cfa56c018613523d3f147ec5dae7abf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1db1041465612f527bb2a8a08d4734f2b668e395379997d50704a3b973bc9ff8288bb17dd649307313bbce856a3cb268a5cb10dc18bf6bd770aac7e28d9426bd
|
7
|
+
data.tar.gz: ed817351eb40722c16cefb273851db09673b9ea5953ed36a596a8bca603a43ce8b2426cb61e374e6eae49bb489f303d161d38060fb4c977c57cde5f80961c870
|
data/Gemfile.lock
CHANGED
@@ -9,6 +9,9 @@ module SunspotMatchers
|
|
9
9
|
def facet_response
|
10
10
|
{'facet_queries' => {}}
|
11
11
|
end
|
12
|
+
def group_response
|
13
|
+
{}
|
14
|
+
end
|
12
15
|
end
|
13
16
|
|
14
17
|
class SunspotSessionSpy < Sunspot::Session
|
@@ -114,4 +117,4 @@ module SunspotMatchers
|
|
114
117
|
new_more_like_this(object, *types, &block)
|
115
118
|
end
|
116
119
|
end
|
117
|
-
end
|
120
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sunspot_matchers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.0.
|
4
|
+
version: 2.2.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joseph Palermo
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-10-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -109,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
109
109
|
version: 1.3.6
|
110
110
|
requirements: []
|
111
111
|
rubyforge_project:
|
112
|
-
rubygems_version: 2.2.
|
112
|
+
rubygems_version: 2.2.5
|
113
113
|
signing_key:
|
114
114
|
specification_version: 4
|
115
115
|
summary: RSpec matchers and Test::Unit assertions for testing Sunspot
|