rspec-solr 0.2.0 → 1.0.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.
- data/MATCHERS.rdoc +6 -6
- data/README.rdoc +1 -0
- data/lib/rspec-solr/version.rb +1 -1
- metadata +4 -4
data/MATCHERS.rdoc
CHANGED
|
@@ -161,9 +161,9 @@ TODO: Potential Syntax:
|
|
|
161
161
|
* facets with arrarr and without (Solr option to get better facet formatting)
|
|
162
162
|
* have_facet_field().with_value().with_count()
|
|
163
163
|
* more ideas
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
164
|
+
* facet(:format => "Book")
|
|
165
|
+
* facets(:format => ["Image", "Map"])
|
|
166
|
+
* include_facet().before_facet()
|
|
167
|
+
* include_facets().before_facet()
|
|
168
|
+
* include_facet().before_facets()
|
|
169
|
+
* include_facets().before_facets()
|
data/README.rdoc
CHANGED
|
@@ -149,6 +149,7 @@ Please share yours!
|
|
|
149
149
|
5. Create new Pull Request
|
|
150
150
|
|
|
151
151
|
== Releases
|
|
152
|
+
- <b>1.0.0</b> declare victory and make 0.2.0 into 1.0.0
|
|
152
153
|
- <b>0.2.0</b> add facet support have_facet_field(fld_name).with_value(fld_value)
|
|
153
154
|
- <b>0.1.4</b> fix regex match to work with in_each_of_first(n)
|
|
154
155
|
- <b>0.1.3</b> added include().in_each_of_first(n)
|
data/lib/rspec-solr/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rspec-solr
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2012-10-
|
|
13
|
+
date: 2012-10-25 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rspec
|
|
@@ -180,7 +180,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
180
180
|
version: '0'
|
|
181
181
|
segments:
|
|
182
182
|
- 0
|
|
183
|
-
hash:
|
|
183
|
+
hash: 1221175710971418763
|
|
184
184
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
185
185
|
none: false
|
|
186
186
|
requirements:
|
|
@@ -189,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
189
189
|
version: '0'
|
|
190
190
|
segments:
|
|
191
191
|
- 0
|
|
192
|
-
hash:
|
|
192
|
+
hash: 1221175710971418763
|
|
193
193
|
requirements: []
|
|
194
194
|
rubyforge_project:
|
|
195
195
|
rubygems_version: 1.8.24
|