jobby 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/jobby +4 -4
- metadata +2 -2
data/bin/jobby
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
#!/usr/bin/
|
1
|
+
#!/usr/bin/ruby
|
2
2
|
# Copyright (C) 2008 Mark Somerville
|
3
3
|
#
|
4
4
|
# This library is free software; you can redistribute it and/or
|
@@ -38,7 +38,7 @@ OptionParser.new do |opts|
|
|
38
38
|
end
|
39
39
|
|
40
40
|
opts.on("--version", "Show version") do
|
41
|
-
puts "0.1.
|
41
|
+
puts "0.1.2"
|
42
42
|
exit
|
43
43
|
end
|
44
44
|
|
@@ -50,11 +50,11 @@ OptionParser.new do |opts|
|
|
50
50
|
options[:input] = input
|
51
51
|
end
|
52
52
|
|
53
|
-
opts.on("-f", "--flush", "Shutdown the server on the specified socket") do |flush|
|
53
|
+
opts.on("-f", "--flush", "Shutdown the server on the socket specified by --socket") do |flush|
|
54
54
|
options[:flush] = flush
|
55
55
|
end
|
56
56
|
|
57
|
-
opts.on("-w", "--wipe", "Shutdown the server and terminate the children on the specified socket
|
57
|
+
opts.on("-w", "--wipe", "Shutdown the server and terminate the children immediately on the socket specified by --socket") do |wipe|
|
58
58
|
options[:wipe] = wipe
|
59
59
|
end
|
60
60
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jobby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mark Somerville
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-
|
12
|
+
date: 2008-07-07 00:00:00 +01:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|