what 0.2.1 → 0.2.2

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.
Files changed (4) hide show
  1. data/README.md +1 -1
  2. data/bin/what +3 -0
  3. data/lib/what/version.rb +1 -1
  4. metadata +3 -3
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  What? A simple server monitoring tool.
2
2
  ======================================
3
3
 
4
- <img src="http://rwfitzge.github.com/what.png" title="WHAT !">
4
+ <img src="http://rf-.github.com/what.png" title="WHAT !">
5
5
 
6
6
  What is a modular, easily-extensible server monitoring tool which is still in
7
7
  the early stages of development.
data/bin/what CHANGED
@@ -31,4 +31,7 @@ unless What::Config.loaded?
31
31
  exit
32
32
  end
33
33
 
34
+ trap(:TERM) { exit! }
35
+ trap(:INT) { exit! }
36
+
34
37
  Rack::Handler::WEBrick.run(What::Server.new, :Port => What::Config['port'] || 9428)
data/lib/what/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module What
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: what
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-06-01 00:00:00.000000000 Z
13
+ date: 2012-08-10 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rack
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  version: '0'
127
127
  requirements: []
128
128
  rubyforge_project: what
129
- rubygems_version: 1.8.23
129
+ rubygems_version: 1.8.24
130
130
  signing_key:
131
131
  specification_version: 3
132
132
  summary: Simple server monitoring tool