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 CHANGED
@@ -1 +1 @@
1
- 1.0.3.1
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.1"
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"]
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 1
7
7
  - 0
8
8
  - 3
9
- - 1
10
- version: 1.0.3.1
9
+ - 2
10
+ version: 1.0.3.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Kyle Maxwell