websolr-rails 2.0.3 → 2.0.4

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/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.3
1
+ 2.0.4
data/lib/websolr-rails.rb CHANGED
@@ -5,10 +5,12 @@ if ENV["WEBSOLR_URL"] && !$websolr_already
5
5
  $websolr_already = true
6
6
 
7
7
  def websolr_install_sunspot
8
+ puts "Using websolr-rails for sunspot at #{ENV["WEBSOLR_URL"]}"
8
9
  Sunspot.config.solr.url = ENV["WEBSOLR_URL"]
9
10
  end
10
11
 
11
12
  def websolr_install_acts_as_solr
13
+ puts "Using websolr-rails for acts_as_solr at #{ENV["WEBSOLR_URL"]}"
12
14
  eval <<-RUBY
13
15
  module ::ActsAsSolr
14
16
  class Post
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{websolr-rails}
8
- s.version = "2.0.3"
8
+ s.version = "2.0.4"
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"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: websolr-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 2.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Maxwell