sunspot_solr 2.2.1 → 2.2.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/sunspot/solr/server.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ae13b8a2b57aedb34ad05a13224a9279f30da9a2
4
- data.tar.gz: 7ffbf0136174428990ab58f8c5ed4caad9e64b40
3
+ metadata.gz: e3577ab2eafb977ce5e371f02800df139c3c79c9
4
+ data.tar.gz: 8dc8dbf4fd794eae098e62c6d1620e77f1fbceec
5
5
  SHA512:
6
- metadata.gz: 31b8e5adb0b4ca3e7d370bf19707c4fbacaec113dbc30047da722757b8fde09ce1de6616a4019552e1ad9e5b05a4df565058309a32dff3cf719bf9e24e60ac6e
7
- data.tar.gz: f1655c00e200d8cf553bc15ca97fb3fb069d8f95aabbb60ecc4d197999cd67498d5422f39c8a778c7c27d65d1f176810c70aa4490bddb7243bf41171a283c2c3
6
+ metadata.gz: a3a9a2d3e9f4223473b4ca9f3c5265bbc3e663eb6b7d1913aec8da60b31172a7849582028dbac05bbefb6268465c00ae35ec83c93a7ca55b007a70c10417b526
7
+ data.tar.gz: ef4eab83d921bbd55e31b513dfb8d302a44c4fa5b93d9f83c474a7e9f4a7a120423c195e831fa6a0d9ed2865e8a74d63dbd23d058a7cdca34c6b72caa4cbee65
@@ -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.1
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-20 00:00:00.000000000 Z
29
+ date: 2015-11-24 00:00:00.000000000 Z
30
30
  dependencies:
31
31
  - !ruby/object:Gem::Dependency
32
32
  name: rspec