dynopoker 1.1.1 → 1.1.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.
- checksums.yaml +4 -4
- data/lib/dynopoker.rb +1 -1
- data/lib/dynopoker/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 43cbc5fa405efcb5f83bf7a5bd6535aed974745a
|
|
4
|
+
data.tar.gz: e1e201c1c3cd32e85a0534cd50cfab0af5ac2e66
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e5797ae8807f7184716d1d9eb409e434c49c2a23b90f59a697fbf2b0c134167bc5b1d248e1ecc2703b5967c7b3ed4c1bc7673a76c5b86b0a577964d8552a559d
|
|
7
|
+
data.tar.gz: 63884755377c9559d3f354585922d03476316332a4d0701cf4c1aeb0782937dc7fff3537d80393dc6b8afac1bf2dec0d92742048081c96bfc031a94c1e61a408
|
data/lib/dynopoker.rb
CHANGED
|
@@ -34,7 +34,7 @@ module Dynopoker
|
|
|
34
34
|
logger.info "Dynopoker: poking #{address}"
|
|
35
35
|
open(address).status
|
|
36
36
|
rescue Exception => exception
|
|
37
|
-
|
|
37
|
+
logger.error "Dynopoker: poking error #{exception.class.name}: #{exception.message}"
|
|
38
38
|
end
|
|
39
39
|
|
|
40
40
|
def merge_default_options!
|
data/lib/dynopoker/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dynopoker
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- kubenstein
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-10-
|
|
11
|
+
date: 2013-10-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Dynopoker is a gem that will make your ruby based heroku app self pinging
|
|
14
14
|
system, preventing single dyno from falling asleep
|