Initial commit
commit4059ebfdf7a516ec5fa3231974f1fd67542072ef
authorTom Preston-Werner <tom@mojombo.com>
Fri, 15 Jun 2007 15:39:14 +0000 (15 08:39 -0700)
committerTom Preston-Werner <tom@mojombo.com>
Fri, 15 Jun 2007 15:39:14 +0000 (15 08:39 -0700)
treececf0c4f18e546b8d12fc5cc06f20b18ec91defc
Initial commit
26 files changed:
History.txt [new file with mode: 0644]
Manifest.txt [new file with mode: 0644]
README.txt [new file with mode: 0644]
Rakefile [new file with mode: 0644]
bin/god [new file with mode: 0755]
lib/god.rb [new file with mode: 0644]
lib/god/condition.rb [new file with mode: 0644]
lib/god/conditions/process_not_running.rb [new file with mode: 0644]
lib/god/watch.rb [new file with mode: 0644]
pkg/god-0.1.0.gem [new file with mode: 0644]
pkg/god-0.1.0.tgz [new file with mode: 0644]
pkg/god-0.1.0/History.txt [new file with mode: 0644]
pkg/god-0.1.0/Manifest.txt [new file with mode: 0644]
pkg/god-0.1.0/README.txt [new file with mode: 0644]
pkg/god-0.1.0/Rakefile [new file with mode: 0644]
pkg/god-0.1.0/bin/god [new file with mode: 0755]
pkg/god-0.1.0/lib/god.rb [new file with mode: 0644]
pkg/god-0.1.0/lib/god/condition.rb [new file with mode: 0644]
pkg/god-0.1.0/lib/god/conditions/process_not_running.rb [new file with mode: 0644]
pkg/god-0.1.0/lib/god/watch.rb [new file with mode: 0644]
pkg/god-0.1.0/test/real.rb [new file with mode: 0644]
pkg/god-0.1.0/test/sample.rb [new file with mode: 0644]
pkg/god-0.1.0/test/test_god.rb [new file with mode: 0644]
test/real.rb [new file with mode: 0644]
test/sample.rb [new file with mode: 0644]
test/test_god.rb [new file with mode: 0644]