heroku_backup_task 0.0.5 → 0.0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +5 -0
- data/lib/heroku_backup_task/version.rb +1 -1
- metadata +2 -2
data/README.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# heroku\_backup\_task
|
2
2
|
|
3
|
+
## FYI: automatic backups are now in private beta
|
4
|
+
|
5
|
+
Kinda thought this was right around the corner ;)
|
6
|
+
[http://addons.heroku.com/pgbackups](http://addons.heroku.com/pgbackups)
|
7
|
+
|
3
8
|
## Description
|
4
9
|
|
5
10
|
A simple helper to automate your [Heroku](http://heroku.com) app [backups](http://addons.heroku.com/pgbackups)
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: heroku_backup_task
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.5
|
5
|
+
version: 0.0.5.1
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- David Dollar, Joe Sak
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-05-
|
13
|
+
date: 2011-05-23 00:00:00 -05:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|