ssoroka-sunspot_rails 0.10.5 → 0.10.6
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +1 -1
- data/lib/sunspot/rails.rb +4 -0
- data/rails/init.rb +1 -0
- metadata +4 -3
data/VERSION.yml
CHANGED
data/lib/sunspot/rails.rb
CHANGED
data/rails/init.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ssoroka-sunspot_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.
|
4
|
+
version: 0.10.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mat Brown
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2009-09-
|
17
|
+
date: 2009-09-17 00:00:00 -07:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
@@ -129,6 +129,7 @@ files:
|
|
129
129
|
- spec/spec_helper.rb
|
130
130
|
has_rdoc: false
|
131
131
|
homepage: http://github.com/outoftime/sunspot_rails
|
132
|
+
licenses:
|
132
133
|
post_install_message:
|
133
134
|
rdoc_options:
|
134
135
|
- --charset=UTF-8
|
@@ -149,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
149
150
|
requirements: []
|
150
151
|
|
151
152
|
rubyforge_project: sunspot
|
152
|
-
rubygems_version: 1.
|
153
|
+
rubygems_version: 1.3.5
|
153
154
|
signing_key:
|
154
155
|
specification_version: 3
|
155
156
|
summary: Rails integration for the Sunspot Solr search library
|