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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a8730d712a53b1d43a64390a0f4159c360dc8697
4
- data.tar.gz: 7da96ae9107ad603e5c838dcd3006617bc7d2d76
3
+ metadata.gz: 43cbc5fa405efcb5f83bf7a5bd6535aed974745a
4
+ data.tar.gz: e1e201c1c3cd32e85a0534cd50cfab0af5ac2e66
5
5
  SHA512:
6
- metadata.gz: ecca503d727e217d7c7e14a5fb0f7b45b663612d1ab44c676e2d25f2bee28dc7981de5a3f876797394b96bba69bdd6fc64f2f84828d6675a12ad54a552d317ac
7
- data.tar.gz: b373c3a25c0122a00241841befd858e0b0ecba509cc795b6ea532048f4eb647a110358a634bcb0fc25c1ff9ed793001c39223cce7f945176ae87ac9dfe80a827
6
+ metadata.gz: e5797ae8807f7184716d1d9eb409e434c49c2a23b90f59a697fbf2b0c134167bc5b1d248e1ecc2703b5967c7b3ed4c1bc7673a76c5b86b0a577964d8552a559d
7
+ data.tar.gz: 63884755377c9559d3f354585922d03476316332a4d0701cf4c1aeb0782937dc7fff3537d80393dc6b8afac1bf2dec0d92742048081c96bfc031a94c1e61a408
@@ -34,7 +34,7 @@ module Dynopoker
34
34
  logger.info "Dynopoker: poking #{address}"
35
35
  open(address).status
36
36
  rescue Exception => exception
37
- configuration.logger.error "Dynopoker: poking error #{exception.class.name}: #{exception.message}"
37
+ logger.error "Dynopoker: poking error #{exception.class.name}: #{exception.message}"
38
38
  end
39
39
 
40
40
  def merge_default_options!
@@ -1,3 +1,3 @@
1
1
  module Dynopoker
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
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.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-12 00:00:00.000000000 Z
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