processwanker 0.0.10 → 0.0.11
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.
- data/Rakefile +2 -2
- data/lib/service_classes/pid_service.rb +1 -1
- data/processwanker.gemspec +10 -11
- metadata +4 -6
data/Rakefile
CHANGED
|
@@ -2,9 +2,9 @@ require 'rubygems'
|
|
|
2
2
|
require 'rake'
|
|
3
3
|
require 'echoe'
|
|
4
4
|
|
|
5
|
-
Echoe.new('processwanker', '0.0.
|
|
5
|
+
Echoe.new('processwanker', '0.0.11') do |p|
|
|
6
6
|
p.description = "Process monitoring and remote control system"
|
|
7
|
-
p.url = "
|
|
7
|
+
p.url = "https://github.com/strags/processwanker"
|
|
8
8
|
p.author = "Ben Stragnell"
|
|
9
9
|
p.email = "pw@codepuppies.com"
|
|
10
10
|
p.ignore_pattern = ["tmp/*", "script/*","docs/*","docs/prettify/*"]
|
|
@@ -63,7 +63,7 @@ module ProcessWanker
|
|
|
63
63
|
############################################################################
|
|
64
64
|
|
|
65
65
|
def do_stop(attempt_count)
|
|
66
|
-
info("do_stop[#{attempt_count}] for #{self.
|
|
66
|
+
info("do_stop[#{attempt_count}] for #{self.name}")
|
|
67
67
|
|
|
68
68
|
kl=@params[:soft_kill_limit]
|
|
69
69
|
mode = (kl && attempt_count >= kl) ? :hard : :soft
|
data/processwanker.gemspec
CHANGED
|
@@ -2,22 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{processwanker}
|
|
5
|
-
s.version = "0.0.
|
|
5
|
+
s.version = "0.0.11"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
|
8
|
-
s.authors = [
|
|
9
|
-
s.date = %q{
|
|
10
|
-
s.default_executable = %q{pw}
|
|
8
|
+
s.authors = [%q{Ben Stragnell}]
|
|
9
|
+
s.date = %q{2012-01-21}
|
|
11
10
|
s.description = %q{Process monitoring and remote control system}
|
|
12
11
|
s.email = %q{pw@codepuppies.com}
|
|
13
|
-
s.executables = [
|
|
14
|
-
s.extra_rdoc_files = [
|
|
15
|
-
s.files = [
|
|
16
|
-
s.homepage = %q{
|
|
17
|
-
s.rdoc_options = [
|
|
18
|
-
s.require_paths = [
|
|
12
|
+
s.executables = [%q{pw}]
|
|
13
|
+
s.extra_rdoc_files = [%q{README}, %q{bin/pw}, %q{lib/config/config.rb}, %q{lib/config/config_auth.rb}, %q{lib/config/config_client.rb}, %q{lib/config/config_client_cluster.rb}, %q{lib/config/config_client_clusters.rb}, %q{lib/config/config_client_host.rb}, %q{lib/config/config_daemon.rb}, %q{lib/config/config_daemon_service.rb}, %q{lib/config/config_daemon_service_dependency.rb}, %q{lib/config/config_daemon_services.rb}, %q{lib/config/config_hook.rb}, %q{lib/config/config_node.rb}, %q{lib/config/config_smtp.rb}, %q{lib/events.rb}, %q{lib/log.rb}, %q{lib/net/net_api.rb}, %q{lib/net/net_client.rb}, %q{lib/net/net_connection.rb}, %q{lib/net/net_server.rb}, %q{lib/net/net_server_client.rb}, %q{lib/net/net_util.rb}, %q{lib/process_util.rb}, %q{lib/pw_app.rb}, %q{lib/service.rb}, %q{lib/service_classes/dummy_service.rb}, %q{lib/service_classes/pid_service.rb}, %q{lib/service_classes/process_service.rb}, %q{lib/service_classes/upstart_service.rb}, %q{lib/service_mgr.rb}, %q{lib/util.rb}]
|
|
14
|
+
s.files = [%q{README}, %q{Rakefile}, %q{bin/pw}, %q{lib/config/config.rb}, %q{lib/config/config_auth.rb}, %q{lib/config/config_client.rb}, %q{lib/config/config_client_cluster.rb}, %q{lib/config/config_client_clusters.rb}, %q{lib/config/config_client_host.rb}, %q{lib/config/config_daemon.rb}, %q{lib/config/config_daemon_service.rb}, %q{lib/config/config_daemon_service_dependency.rb}, %q{lib/config/config_daemon_services.rb}, %q{lib/config/config_hook.rb}, %q{lib/config/config_node.rb}, %q{lib/config/config_smtp.rb}, %q{lib/events.rb}, %q{lib/log.rb}, %q{lib/net/net_api.rb}, %q{lib/net/net_client.rb}, %q{lib/net/net_connection.rb}, %q{lib/net/net_server.rb}, %q{lib/net/net_server_client.rb}, %q{lib/net/net_util.rb}, %q{lib/process_util.rb}, %q{lib/pw_app.rb}, %q{lib/service.rb}, %q{lib/service_classes/dummy_service.rb}, %q{lib/service_classes/pid_service.rb}, %q{lib/service_classes/process_service.rb}, %q{lib/service_classes/upstart_service.rb}, %q{lib/service_mgr.rb}, %q{lib/util.rb}, %q{Manifest}, %q{processwanker.gemspec}]
|
|
15
|
+
s.homepage = %q{https://github.com/strags/processwanker}
|
|
16
|
+
s.rdoc_options = [%q{--line-numbers}, %q{--inline-source}, %q{--title}, %q{Processwanker}, %q{--main}, %q{README}]
|
|
17
|
+
s.require_paths = [%q{lib}]
|
|
19
18
|
s.rubyforge_project = %q{processwanker}
|
|
20
|
-
s.rubygems_version = %q{1.
|
|
19
|
+
s.rubygems_version = %q{1.8.5}
|
|
21
20
|
s.summary = %q{Process monitoring and remote control system}
|
|
22
21
|
|
|
23
22
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: processwanker
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.11
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Ben Stragnell
|
|
@@ -10,8 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date:
|
|
14
|
-
default_executable:
|
|
13
|
+
date: 2012-01-21 00:00:00 Z
|
|
15
14
|
dependencies:
|
|
16
15
|
- !ruby/object:Gem::Dependency
|
|
17
16
|
name: echoe
|
|
@@ -110,8 +109,7 @@ files:
|
|
|
110
109
|
- lib/util.rb
|
|
111
110
|
- Manifest
|
|
112
111
|
- processwanker.gemspec
|
|
113
|
-
|
|
114
|
-
homepage: http://codepuppies.com/~ben/pw
|
|
112
|
+
homepage: https://github.com/strags/processwanker
|
|
115
113
|
licenses: []
|
|
116
114
|
|
|
117
115
|
post_install_message:
|
|
@@ -139,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
139
137
|
requirements: []
|
|
140
138
|
|
|
141
139
|
rubyforge_project: processwanker
|
|
142
|
-
rubygems_version: 1.
|
|
140
|
+
rubygems_version: 1.8.5
|
|
143
141
|
signing_key:
|
|
144
142
|
specification_version: 3
|
|
145
143
|
summary: Process monitoring and remote control system
|