sunspot_solr 2.2.1 → 2.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/sunspot/solr/server.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3577ab2eafb977ce5e371f02800df139c3c79c9
|
4
|
+
data.tar.gz: 8dc8dbf4fd794eae098e62c6d1620e77f1fbceec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a3a9a2d3e9f4223473b4ca9f3c5265bbc3e663eb6b7d1913aec8da60b31172a7849582028dbac05bbefb6268465c00ae35ec83c93a7ca55b007a70c10417b526
|
7
|
+
data.tar.gz: ef4eab83d921bbd55e31b513dfb8d302a44c4fa5b93d9f83c474a7e9f4a7a120423c195e831fa6a0d9ed2865e8a74d63dbd23d058a7cdca34c6b72caa4cbee65
|
data/lib/sunspot/solr/server.rb
CHANGED
@@ -113,7 +113,7 @@ module Sunspot
|
|
113
113
|
pid = IO.read(pid_path).to_i
|
114
114
|
begin
|
115
115
|
Process.kill('TERM', pid)
|
116
|
-
exec_in_solr_executable_directory(['solr', 'stop', '-p', "#{port}"]) if port
|
116
|
+
exec_in_solr_executable_directory(['./solr', 'stop', '-p', "#{port}"]) if port
|
117
117
|
rescue Errno::ESRCH
|
118
118
|
raise NotRunningError, "Process with PID #{pid} is no longer running"
|
119
119
|
ensure
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sunspot_solr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mat Brown
|
@@ -26,7 +26,7 @@ authors:
|
|
26
26
|
autorequire:
|
27
27
|
bindir: bin
|
28
28
|
cert_chain: []
|
29
|
-
date: 2015-11-
|
29
|
+
date: 2015-11-24 00:00:00.000000000 Z
|
30
30
|
dependencies:
|
31
31
|
- !ruby/object:Gem::Dependency
|
32
32
|
name: rspec
|