processwanker 0.0.7

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.
metadata ADDED
@@ -0,0 +1,157 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: processwanker
3
+ version: !ruby/object:Gem::Version
4
+ prerelease:
5
+ version: 0.0.7
6
+ platform: ruby
7
+ authors:
8
+ - Ben Stragnell
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain:
12
+ - |
13
+ -----BEGIN CERTIFICATE-----
14
+ MIIDSDCCAjCgAwIBAgIBADANBgkqhkiG9w0BAQUFADBKMRYwFAYDVQQDDA1wcm9j
15
+ ZXNzd2Fua2VyMRswGQYKCZImiZPyLGQBGRYLaWhhdGV5b3VhbGwxEzARBgoJkiaJ
16
+ k/IsZAEZFgNjb20wHhcNMTEwNDE5MDI0NTIwWhcNMTIwNDE4MDI0NTIwWjBKMRYw
17
+ FAYDVQQDDA1wcm9jZXNzd2Fua2VyMRswGQYKCZImiZPyLGQBGRYLaWhhdGV5b3Vh
18
+ bGwxEzARBgoJkiaJk/IsZAEZFgNjb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAw
19
+ ggEKAoIBAQCvGCwDNlBvrgOmklmmOLsON6EVZB7in9BoqvwHQL3pBs/1295uzLxO
20
+ hqRteTC2TXeeNxzrS27Jysdb73NkrvUL/qxE/OBBFJDHdef9CEwRBm62GzJrXTYq
21
+ 5mEB4qRzmF7dPzih6kmA/4wBmyV13ACiec/BLiqSy80qDB6SfGQew3zo8Njum1j6
22
+ z7zXgd1u/QaJD6rP/pcMtHyjcJv7aCnxMlHEEqp/SbyEduTAUk+rjf7NiQ5w83SA
23
+ +fNJ/RF/RsfyZbUrMg6+tagwG0KRNQk4S4ZCrmT1Xt5Tk228tMhL+7D2LmmGWPH/
24
+ nXwLJn2iXyKyTiUu8BBwe9vQp0CCY5f9AgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYD
25
+ VR0PBAQDAgSwMB0GA1UdDgQWBBSXOvXUa8NBQj86XHkP3XBio7lu+zANBgkqhkiG
26
+ 9w0BAQUFAAOCAQEAMUBzTKqaFyDPrLxJ3FqwzGSWiiKzjxO4noyuK7DwK/Ca2ehB
27
+ tVX270EcARY2ricmzombRa/P1oI7javRAJ0ZRxs87OTwGEJWAnW/vDlKtMlJBaMF
28
+ K+iDtCQssw8Z21jxHs9MY3AvpIubyyvOZsMP8HB1aBnFn3DYKdC77Q5J2dIl+YcG
29
+ jhs3slnQzlIBLuenXFpqsxHwPyjfaWGALf4PeIRJEbue0/IizgyejrNYCQ6ZWu8Z
30
+ XcAP0RU/c4kwhJkuuIQMfakrzUsOYayLWYUsXlQZJhwverED3wkWMqj93EtlOt1B
31
+ K60hoWquhhT4qoQ4QaSIQlI8v8hUsKl7TuHi4A==
32
+ -----END CERTIFICATE-----
33
+
34
+ date: 2011-05-05 00:00:00 -07:00
35
+ default_executable:
36
+ dependencies:
37
+ - !ruby/object:Gem::Dependency
38
+ name: echoe
39
+ prerelease: false
40
+ requirement: &id001 !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ">="
44
+ - !ruby/object:Gem::Version
45
+ version: "0"
46
+ type: :runtime
47
+ version_requirements: *id001
48
+ description: Process monitoring and remote control system
49
+ email: pw@codepuppies.com
50
+ executables:
51
+ - pw
52
+ extensions: []
53
+
54
+ extra_rdoc_files:
55
+ - README
56
+ - bin/pw
57
+ - lib/config/config.rb
58
+ - lib/config/config_auth.rb
59
+ - lib/config/config_client.rb
60
+ - lib/config/config_client_cluster.rb
61
+ - lib/config/config_client_clusters.rb
62
+ - lib/config/config_client_host.rb
63
+ - lib/config/config_daemon.rb
64
+ - lib/config/config_daemon_service.rb
65
+ - lib/config/config_daemon_service_dependency.rb
66
+ - lib/config/config_daemon_services.rb
67
+ - lib/config/config_hook.rb
68
+ - lib/config/config_node.rb
69
+ - lib/config/config_smtp.rb
70
+ - lib/events.rb
71
+ - lib/log.rb
72
+ - lib/net/net_api.rb
73
+ - lib/net/net_client.rb
74
+ - lib/net/net_connection.rb
75
+ - lib/net/net_server.rb
76
+ - lib/net/net_server_client.rb
77
+ - lib/net/net_util.rb
78
+ - lib/process_util.rb
79
+ - lib/pw_app.rb
80
+ - lib/service.rb
81
+ - lib/service_classes/dummy_service.rb
82
+ - lib/service_classes/pid_service.rb
83
+ - lib/service_classes/process_service.rb
84
+ - lib/service_classes/upstart_service.rb
85
+ - lib/service_mgr.rb
86
+ - lib/util.rb
87
+ files:
88
+ - README
89
+ - Rakefile
90
+ - bin/pw
91
+ - lib/config/config.rb
92
+ - lib/config/config_auth.rb
93
+ - lib/config/config_client.rb
94
+ - lib/config/config_client_cluster.rb
95
+ - lib/config/config_client_clusters.rb
96
+ - lib/config/config_client_host.rb
97
+ - lib/config/config_daemon.rb
98
+ - lib/config/config_daemon_service.rb
99
+ - lib/config/config_daemon_service_dependency.rb
100
+ - lib/config/config_daemon_services.rb
101
+ - lib/config/config_hook.rb
102
+ - lib/config/config_node.rb
103
+ - lib/config/config_smtp.rb
104
+ - lib/events.rb
105
+ - lib/log.rb
106
+ - lib/net/net_api.rb
107
+ - lib/net/net_client.rb
108
+ - lib/net/net_connection.rb
109
+ - lib/net/net_server.rb
110
+ - lib/net/net_server_client.rb
111
+ - lib/net/net_util.rb
112
+ - lib/process_util.rb
113
+ - lib/pw_app.rb
114
+ - lib/service.rb
115
+ - lib/service_classes/dummy_service.rb
116
+ - lib/service_classes/pid_service.rb
117
+ - lib/service_classes/process_service.rb
118
+ - lib/service_classes/upstart_service.rb
119
+ - lib/service_mgr.rb
120
+ - lib/util.rb
121
+ - Manifest
122
+ - processwanker.gemspec
123
+ has_rdoc: true
124
+ homepage: http://codepuppies.com/~ben/pw
125
+ licenses: []
126
+
127
+ post_install_message:
128
+ rdoc_options:
129
+ - --line-numbers
130
+ - --inline-source
131
+ - --title
132
+ - Processwanker
133
+ - --main
134
+ - README
135
+ require_paths:
136
+ - lib
137
+ required_ruby_version: !ruby/object:Gem::Requirement
138
+ none: false
139
+ requirements:
140
+ - - ">="
141
+ - !ruby/object:Gem::Version
142
+ version: "0"
143
+ required_rubygems_version: !ruby/object:Gem::Requirement
144
+ none: false
145
+ requirements:
146
+ - - ">="
147
+ - !ruby/object:Gem::Version
148
+ version: "1.2"
149
+ requirements: []
150
+
151
+ rubyforge_project: processwanker
152
+ rubygems_version: 1.6.2
153
+ signing_key:
154
+ specification_version: 3
155
+ summary: Process monitoring and remote control system
156
+ test_files: []
157
+
metadata.gz.sig ADDED
Binary file