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 CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 10
3
- :patch: 5
3
+ :patch: 6
4
4
  :major: 0
data/lib/sunspot/rails.rb CHANGED
@@ -1,4 +1,8 @@
1
1
  require 'sunspot'
2
+ require 'sunspot/rails/configuration'
3
+ require 'sunspot/rails/adapters'
4
+ require 'sunspot/rails/request_lifecycle'
5
+ require 'sunspot/rails/searchable'
2
6
 
3
7
  module Sunspot #:nodoc:
4
8
  module Rails #:nodoc:
data/rails/init.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  require 'sunspot'
2
2
 
3
+ # if you're running as a gem, move this to an initializer
3
4
  Sunspot.config.solr.url = URI::HTTP.build(:host => Sunspot::Rails.configuration.hostname,
4
5
  :port => Sunspot::Rails.configuration.port,
5
6
  :path => Sunspot::Rails.configuration.path).to_s
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.5
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-10 00:00:00 -07:00
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.2.0
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