olgen-god 0.8.0 → 0.8.1
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/VERSION.yml +1 -1
- data/{god.gemspec → olgen-god.gemspec} +12 -10
- metadata +2 -2
data/VERSION.yml
CHANGED
|
@@ -4,15 +4,15 @@
|
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
|
-
s.name = %q{god}
|
|
8
|
-
s.version = "0.
|
|
7
|
+
s.name = %q{olgen-god}
|
|
8
|
+
s.version = "0.8.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
|
-
s.authors = ["Tom Preston-Werner"]
|
|
12
|
-
s.date = %q{2009-
|
|
11
|
+
s.authors = ["Tom Preston-Werner, Eugen Martin"]
|
|
12
|
+
s.date = %q{2009-11-11}
|
|
13
13
|
s.default_executable = %q{god}
|
|
14
|
-
s.description = %q{God is an easy to configure, easy to extend monitoring framework written in Ruby.}
|
|
15
|
-
s.email = %q{
|
|
14
|
+
s.description = %q{Fork of God - God is an easy to configure, easy to extend monitoring framework written in Ruby.}
|
|
15
|
+
s.email = %q{eugen.martin@madvertise.de}
|
|
16
16
|
s.executables = ["god"]
|
|
17
17
|
s.extensions = ["ext/god/extconf.rb"]
|
|
18
18
|
s.extra_rdoc_files = [
|
|
@@ -33,7 +33,6 @@ Gem::Specification.new do |s|
|
|
|
33
33
|
"ext/god/extconf.rb",
|
|
34
34
|
"ext/god/kqueue_handler.c",
|
|
35
35
|
"ext/god/netlink_handler.c",
|
|
36
|
-
"god.gemspec",
|
|
37
36
|
"ideas/execve/.DS_Store",
|
|
38
37
|
"ideas/execve/execve.c",
|
|
39
38
|
"ideas/execve/extconf.rb",
|
|
@@ -60,6 +59,7 @@ Gem::Specification.new do |s|
|
|
|
60
59
|
"lib/god/conditions/http_response_code.rb",
|
|
61
60
|
"lib/god/conditions/lambda.rb",
|
|
62
61
|
"lib/god/conditions/memory_usage.rb",
|
|
62
|
+
"lib/god/conditions/ping.rb",
|
|
63
63
|
"lib/god/conditions/process_exits.rb",
|
|
64
64
|
"lib/god/conditions/process_running.rb",
|
|
65
65
|
"lib/god/conditions/tries.rb",
|
|
@@ -68,6 +68,7 @@ Gem::Specification.new do |s|
|
|
|
68
68
|
"lib/god/contacts/campfire.rb",
|
|
69
69
|
"lib/god/contacts/email.rb",
|
|
70
70
|
"lib/god/contacts/jabber.rb",
|
|
71
|
+
"lib/god/contacts/sms.rb",
|
|
71
72
|
"lib/god/contacts/twitter.rb",
|
|
72
73
|
"lib/god/contacts/webhook.rb",
|
|
73
74
|
"lib/god/dependency_graph.rb",
|
|
@@ -83,6 +84,7 @@ Gem::Specification.new do |s|
|
|
|
83
84
|
"lib/god/process.rb",
|
|
84
85
|
"lib/god/registry.rb",
|
|
85
86
|
"lib/god/simple_logger.rb",
|
|
87
|
+
"lib/god/smtp_tls.rb",
|
|
86
88
|
"lib/god/socket.rb",
|
|
87
89
|
"lib/god/sugar.rb",
|
|
88
90
|
"lib/god/system/portable_poller.rb",
|
|
@@ -92,6 +94,7 @@ Gem::Specification.new do |s|
|
|
|
92
94
|
"lib/god/timeline.rb",
|
|
93
95
|
"lib/god/trigger.rb",
|
|
94
96
|
"lib/god/watch.rb",
|
|
97
|
+
"olgen-god.gemspec",
|
|
95
98
|
"site/images/banner.jpg",
|
|
96
99
|
"site/images/bg.gif",
|
|
97
100
|
"site/images/bg_grey.gif",
|
|
@@ -164,12 +167,11 @@ Gem::Specification.new do |s|
|
|
|
164
167
|
"test/test_watch.rb",
|
|
165
168
|
"test/test_webhook.rb"
|
|
166
169
|
]
|
|
167
|
-
s.homepage = %q{http://
|
|
170
|
+
s.homepage = %q{http://github.com/olgen/god}
|
|
168
171
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
169
172
|
s.require_paths = ["lib", "ext"]
|
|
170
|
-
s.rubyforge_project = %q{god}
|
|
171
173
|
s.rubygems_version = %q{1.3.5}
|
|
172
|
-
s.summary = %q{Like
|
|
174
|
+
s.summary = %q{Like god, but olgen!}
|
|
173
175
|
s.test_files = [
|
|
174
176
|
"test/configs/child_events/simple_server.rb",
|
|
175
177
|
"test/configs/child_polls/simple_server.rb",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: olgen-god
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tom Preston-Werner, Eugen Martin
|
|
@@ -36,7 +36,6 @@ files:
|
|
|
36
36
|
- ext/god/extconf.rb
|
|
37
37
|
- ext/god/kqueue_handler.c
|
|
38
38
|
- ext/god/netlink_handler.c
|
|
39
|
-
- god.gemspec
|
|
40
39
|
- ideas/execve/.DS_Store
|
|
41
40
|
- ideas/execve/execve.c
|
|
42
41
|
- ideas/execve/extconf.rb
|
|
@@ -98,6 +97,7 @@ files:
|
|
|
98
97
|
- lib/god/timeline.rb
|
|
99
98
|
- lib/god/trigger.rb
|
|
100
99
|
- lib/god/watch.rb
|
|
100
|
+
- olgen-god.gemspec
|
|
101
101
|
- site/images/banner.jpg
|
|
102
102
|
- site/images/bg.gif
|
|
103
103
|
- site/images/bg_grey.gif
|