god 0.1.0

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,111 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.0
3
+ specification_version: 1
4
+ name: god
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.1.0
7
+ date: 2007-07-07 00:00:00 -07:00
8
+ summary: Like monit, only awesome
9
+ require_paths:
10
+ - lib
11
+ email: tom@rubyisawesome.com
12
+ homepage: http://god.rubyforge.org/
13
+ rubyforge_project: god
14
+ description: God is an easy to configure, easy to extend monitoring framework written in Ruby.
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - Tom Preston-Werner
31
+ files:
32
+ - History.txt
33
+ - Manifest.txt
34
+ - README.txt
35
+ - Rakefile
36
+ - bin/god
37
+ - examples/gravatar.god
38
+ - examples/local.god
39
+ - lib/god.rb
40
+ - lib/god/base.rb
41
+ - lib/god/behavior.rb
42
+ - lib/god/behaviors/clean_pid_file.rb
43
+ - lib/god/condition.rb
44
+ - lib/god/conditions/always.rb
45
+ - lib/god/conditions/cpu_usage.rb
46
+ - lib/god/conditions/memory_usage.rb
47
+ - lib/god/conditions/process_not_running.rb
48
+ - lib/god/conditions/timeline.rb
49
+ - lib/god/errors.rb
50
+ - lib/god/meddle.rb
51
+ - lib/god/reporter.rb
52
+ - lib/god/server.rb
53
+ - lib/god/system/process.rb
54
+ - lib/god/timer.rb
55
+ - lib/god/watch.rb
56
+ - test/configs/real.rb
57
+ - test/helper.rb
58
+ - test/suite.rb
59
+ - test/test_behavior.rb
60
+ - test/test_condition.rb
61
+ - test/test_god.rb
62
+ - test/test_meddle.rb
63
+ - test/test_reporter.rb
64
+ - test/test_server.rb
65
+ - test/test_system_process.rb
66
+ - test/test_timeline.rb
67
+ - test/test_timer.rb
68
+ - test/test_watch.rb
69
+ test_files:
70
+ - test/test_behavior.rb
71
+ - test/test_condition.rb
72
+ - test/test_god.rb
73
+ - test/test_meddle.rb
74
+ - test/test_reporter.rb
75
+ - test/test_server.rb
76
+ - test/test_system_process.rb
77
+ - test/test_timeline.rb
78
+ - test/test_timer.rb
79
+ - test/test_watch.rb
80
+ rdoc_options:
81
+ - --main
82
+ - README.txt
83
+ extra_rdoc_files:
84
+ - History.txt
85
+ - Manifest.txt
86
+ - README.txt
87
+ executables:
88
+ - god
89
+ extensions: []
90
+
91
+ requirements: []
92
+
93
+ dependencies:
94
+ - !ruby/object:Gem::Dependency
95
+ name: daemons
96
+ version_requirement:
97
+ version_requirements: !ruby/object:Gem::Version::Requirement
98
+ requirements:
99
+ - - ">="
100
+ - !ruby/object:Gem::Version
101
+ version: 1.0.7
102
+ version:
103
+ - !ruby/object:Gem::Dependency
104
+ name: hoe
105
+ version_requirement:
106
+ version_requirements: !ruby/object:Gem::Version::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: 1.2.1
111
+ version: