pingmon 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.
- data/Gemfile.lock +1 -1
- data/README.md +3 -3
- data/VERSION +2 -1
- data/lib/pingmon/config.rb +2 -0
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -15,7 +15,7 @@ notification when it becomes unavailable.
|
|
|
15
15
|
|
|
16
16
|
*It's been done merely for learning purposes so don't be too harsh on the code.*
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
## Installation & Usage
|
|
19
19
|
|
|
20
20
|
1. Install the gem as usual by entering:
|
|
21
21
|
$ gem install pingmon
|
|
@@ -28,7 +28,7 @@ notification when it becomes unavailable.
|
|
|
28
28
|
|
|
29
29
|
4. Finally, type `pingmon` on your prompt and have fun! ;)
|
|
30
30
|
|
|
31
|
-
|
|
31
|
+
### .pingmon.yml options
|
|
32
32
|
|
|
33
33
|
There are a number of options you can tweak in the `.pingmon.yml` config file. They
|
|
34
34
|
are pretty self-explanatory but I'll explain some of them here:
|
|
@@ -53,7 +53,7 @@ For more help, please take a look at the sample config file `config/pingmon.yml`
|
|
|
53
53
|
at the one PingMon generates for you when you type `pingmon build-config` which is
|
|
54
54
|
usually located at: `$HOME/.pingmon.yml`.
|
|
55
55
|
|
|
56
|
-
|
|
56
|
+
## External Dependencies
|
|
57
57
|
|
|
58
58
|
PingMon depends on the following gems:
|
|
59
59
|
|
data/VERSION
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.2
|
|
2
|
+
|
data/lib/pingmon/config.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pingmon
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.2.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Estanislau Trepat
|