dynopoker 1.0.1 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -7,7 +7,7 @@ Inspired and sponsored by [http://wakemydyno.com](http://wakemydyno.com)
7
7
 
8
8
  Idea
9
9
  -------
10
- Dynopoker will command your app to ping itself every hour.
10
+ Dynopoker will command your app to ping itself every 30 minutes.
11
11
 
12
12
  Installation
13
13
  -------
@@ -20,8 +20,8 @@ Usage
20
20
  Add this configuration to your config file:
21
21
 
22
22
  Dynopoker.configure do |config|
23
- config.address = 'http://dynopoker.com'
23
+ config.address = 'http://wakemydyno.com'
24
24
  # config.enable = false # default is true
25
- # config.poke_frequency = 123 # default is 3600s (1hour)
25
+ # config.poke_frequency = 123 # default is 1800s (30min)
26
26
  end
27
27
 
@@ -5,7 +5,7 @@ module Dynopoker
5
5
  def initialize
6
6
  self.address = ''
7
7
  self.enable = true
8
- self.poke_frequency = 3600
8
+ self.poke_frequency = 1800
9
9
  self.logger = Logger.new($stdout)
10
10
  end
11
11
 
@@ -1,3 +1,3 @@
1
1
  module Dynopoker
2
- VERSION = "1.0.1"
2
+ VERSION = "1.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynopoker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-20 00:00:00.000000000 Z
12
+ date: 2013-05-23 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Dynopoker is a gem that will make your ruby based heroku app self pinging
15
15
  system, preventing single dyno from falling asleep