mwmitchell-rsolr-ext 0.7.8 → 0.7.9

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/lib/rsolr-ext.rb CHANGED
@@ -23,7 +23,7 @@ module RSolr
23
23
 
24
24
  module Ext
25
25
 
26
- VERSION = '0.7.8'
26
+ VERSION = '0.7.9'
27
27
 
28
28
  autoload :Request, 'rsolr-ext/request.rb'
29
29
  autoload :Response, 'rsolr-ext/response.rb'
@@ -84,9 +84,9 @@ module RSolr::Ext::Response::Docs
84
84
  d = base['response']['docs']
85
85
  d.extend Pageable
86
86
  d.each{|item|item.extend Accessable}
87
- d.start = base['responseHeader']['params']['start'].to_s.to_i
88
87
  d.per_page = base['responseHeader']['params']['rows'].to_s.to_i
89
- d.total = base['responseHeader']['numFound'].to_s.to_i
88
+ d.start = base['response']['start'].to_s.to_i
89
+ d.total = base['response']['numFound'].to_s.to_i
90
90
  end
91
91
 
92
92
  def docs
data/rsolr-ext.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "rsolr-ext"
3
- s.version = "0.7.8"
4
- s.date = "2009-05-04"
3
+ s.version = "0.7.9"
4
+ s.date = "2009-05-08"
5
5
  s.summary = "An extension lib for RSolr"
6
6
  s.email = "goodieboy@gmail.com"
7
7
  s.homepage = "http://github.com/mwmitchell/rsolr_ext"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mwmitchell-rsolr-ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.8
4
+ version: 0.7.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Mitchell
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-04 00:00:00 -07:00
12
+ date: 2009-05-08 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15