heroku-db-sync 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/lib/heroku-db-sync/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
@@ -16,7 +16,7 @@ Recommended git remotes setup pattern:
|
|
16
16
|
|
17
17
|
gem 'heroku-db-sync'
|
18
18
|
|
19
|
-
#backup production and
|
19
|
+
#backup production and overwrite local development (postgresql) db
|
20
20
|
rake db:sync:heroku:local
|
21
21
|
|
22
22
|
#backup production and overwrite staging db
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: heroku-db-sync
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
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:
|
12
|
+
date: 2014-07-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -93,7 +93,7 @@ files:
|
|
93
93
|
- test/dummy/script/rails
|
94
94
|
- test/heroku-db-sync_test.rb
|
95
95
|
- test/test_helper.rb
|
96
|
-
homepage:
|
96
|
+
homepage: https://github.com/rubynor/heroku_db_sync
|
97
97
|
licenses:
|
98
98
|
- MIT
|
99
99
|
post_install_message:
|