kapify 0.0.14 → 0.0.15

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 568b2cc1b106ad3991acff52977aadeeea6a9ce7
4
- data.tar.gz: f6f3b3d8dff00cd2c6b0e12ce6e456a3825c7133
3
+ metadata.gz: 24dd10eccfb4b520512860b8c25e68ba9009c902
4
+ data.tar.gz: 407683ff720691a5d2138ecf71af9fc10febec7a
5
5
  SHA512:
6
- metadata.gz: a6f0244696593a351a1317f7c7ee4a5f9aa6b2b045dc8c292f76532706a105c385c4a3e3c374f8d2e30568e82c304b7559c06b2fd87a73260f2e34835433b0a0
7
- data.tar.gz: 82b62012ec3802b1f9489178caef20f387fb2ea4a884756433a119940685f75dadc13120acbb3309238b619abdf49a47e6f9ec0046c90b20ea7213f644c816fe
6
+ metadata.gz: 9473401cecbafa83a6d5fcf734c507a633248f4653a62aef56d0a9dd82d23974bca6b639a732899c5c7520d62f41cd2f3d781ba8c0ffa969739265dcba24e68a
7
+ data.tar.gz: 53924a4e1e00ff0d9fcae3faaec742a927f0e9633115854518a136df89427bd095fec011c290942c559c01a310984d951773cb570a2225934c7e4014452cf1b0
@@ -58,7 +58,7 @@ local pidfile
58
58
  for i in $(seq 1 $COUNT); do
59
59
  pidfile=$(printf "$PIDFILE" $i)
60
60
 
61
- if start-stop-daemon --stop --quiet --oknodo --pidfile $pidfile
61
+ if start-stop-daemon --stop --signal=QUIT --quiet --oknodo --pidfile $pidfile
62
62
  then
63
63
  log_daemon_msg "Stopped Resque worker #$i for $NAME"
64
64
  rm -f $pidfile
@@ -1,3 +1,3 @@
1
1
  module Kapify
2
- VERSION = "0.0.14"
2
+ VERSION = "0.0.15"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kapify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Tkalin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-04 00:00:00.000000000 Z
11
+ date: 2013-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  version: '0'
107
107
  requirements: []
108
108
  rubyforge_project:
109
- rubygems_version: 2.0.2
109
+ rubygems_version: 2.0.3
110
110
  signing_key:
111
111
  specification_version: 4
112
112
  summary: Capistrano recipes useful for rails app deployment