pingmon 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pingmon (0.1)
4
+ pingmon (0.2.1)
5
5
  eventmachine (~> 0.12.10)
6
6
  pony (~> 1.0.1)
7
7
  rufus-scheduler (~> 2.0.6)
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
- ### Installation & Usage
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
- #### .pingmon.yml options
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
- ### External Dependencies
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
1
+ 0.2.2
2
+
@@ -40,6 +40,8 @@ module PingMon
40
40
  from = File.dirname(__FILE__) + '/../../config/pingmon.yml'
41
41
  File.copy(File.expand_path(from), where)
42
42
  PingMon.Log << "Created configuration file '#{where}'." if PingMon.log
43
+
44
+ where
43
45
  end
44
46
  end
45
47
  end
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: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 1
10
- version: 0.2.1
9
+ - 2
10
+ version: 0.2.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Estanislau Trepat