websolr-sunspot_rails 0.10.3 → 0.11.4.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -1,6 +1,6 @@
1
1
  == About
2
2
 
3
- This is the gem to install for the supported version of sunspot_rails on websolr.
3
+ This is the gem to install for the supported version of sunspot_rails on websolr. The version number of this gem will track the sunspot_rails gem version, with an additional number at the end for our patches. If you install websolr-sunspot_rails 0.11.4.2, that means you got the third (0, 1, 2) release of websolr support for sunspot_rails 0.11.4.
4
4
 
5
5
  == Installation
6
6
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.10.3
1
+ 0.11.4.0
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{websolr-sunspot_rails}
8
- s.version = "0.10.3"
8
+ s.version = "0.11.4.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Kyle Maxwell", "John Barnette", "Mat Brown"]
12
- s.date = %q{2010-03-10}
12
+ s.date = %q{2010-03-17}
13
13
  s.description = %q{websolr to sunspot_rails shim}
14
14
  s.email = %q{kyle@kylemaxwell.com}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -4,9 +4,10 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 10
8
- - 3
9
- version: 0.10.3
7
+ - 11
8
+ - 4
9
+ - 0
10
+ version: 0.11.4.0
10
11
  platform: ruby
11
12
  authors:
12
13
  - Kyle Maxwell
@@ -16,7 +17,7 @@ autorequire:
16
17
  bindir: bin
17
18
  cert_chain: []
18
19
 
19
- date: 2010-03-10 00:00:00 -08:00
20
+ date: 2010-03-17 00:00:00 -07:00
20
21
  default_executable:
21
22
  dependencies:
22
23
  - !ruby/object:Gem::Dependency