rsolr-ext 0.10.0 → 0.10.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.
Files changed (3) hide show
  1. data/lib/rsolr-ext.rb +1 -1
  2. data/rsolr-ext.gemspec +2 -2
  3. metadata +2 -2
data/lib/rsolr-ext.rb CHANGED
@@ -21,7 +21,7 @@ module RSolr
21
21
 
22
22
  module Ext
23
23
 
24
- VERSION = '0.9.6.5'
24
+ VERSION = '0.10.1'
25
25
 
26
26
  autoload :Connection, 'rsolr-ext/connection.rb'
27
27
  autoload :Doc, 'rsolr-ext/doc.rb'
data/rsolr-ext.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "rsolr-ext"
3
- s.version = "0.10.0"
3
+ s.version = "0.10.1"
4
4
  s.date = "2009-11-13"
5
5
 
6
6
  s.summary = "An extension lib for RSolr"
@@ -34,6 +34,6 @@ Gem::Specification.new do |s|
34
34
 
35
35
  s.extra_rdoc_files = %w(LICENSE README.rdoc)
36
36
 
37
- s.add_dependency("rsolr", ["=0.10.0"])
37
+ s.add_dependency("rsolr", ["=0.10.1"])
38
38
 
39
39
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rsolr-ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Mitchell
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - "="
22
22
  - !ruby/object:Gem::Version
23
- version: 0.10.0
23
+ version: 0.10.1
24
24
  version:
25
25
  description: An extension lib for RSolr
26
26
  email: goodieboy@gmail.com