websolr-sunspot_rails 1.0.3.1 → 1.0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/websolr-sunspot_rails.rb +1 -1
- data/websolr-sunspot_rails.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.3.
|
1
|
+
1.0.3.2
|
@@ -16,7 +16,7 @@ if ENV["WEBSOLR_URL"]
|
|
16
16
|
puts "Checking index availability..."
|
17
17
|
|
18
18
|
response = RestClient.post("http://#{ENV["WEBSOLR_CONFIG_HOST"]}/schema/#{api_key}.json", :client => "sunspot-1.0")
|
19
|
-
json = JSON.parse(response)
|
19
|
+
json = JSON.parse(response.to_s)
|
20
20
|
case json["status"]
|
21
21
|
when "ok"
|
22
22
|
puts "Index is available!"
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{websolr-sunspot_rails}
|
8
|
-
s.version = "1.0.3.
|
8
|
+
s.version = "1.0.3.2"
|
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"]
|