dynopoker 1.0.1 → 1.1.0
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/README.md +3 -3
- data/lib/dynopoker/configuration.rb +1 -1
- data/lib/dynopoker/version.rb +1 -1
- metadata +2 -2
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
|
|
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://
|
|
23
|
+
config.address = 'http://wakemydyno.com'
|
|
24
24
|
# config.enable = false # default is true
|
|
25
|
-
# config.poke_frequency = 123 # default is
|
|
25
|
+
# config.poke_frequency = 123 # default is 1800s (30min)
|
|
26
26
|
end
|
|
27
27
|
|
data/lib/dynopoker/version.rb
CHANGED
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
|
|
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-
|
|
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
|