syncoku 0.0.3 → 0.0.4
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 +4 -4
- data/lib/syncoku/capture_backup.rb +2 -2
- data/lib/syncoku/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0af75f477af083a44da3bb4f1bc13e9ec7d29c24
|
4
|
+
data.tar.gz: ecf261a7fef397d06dec6ff4d81d47d4be9e9a6b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a2d5a15f0cdbada817342f50346c82cd40f00d60785b80bf7aed28f2fdec8d2f0c6f0dfc756cac945e03e1be6e753545aac86d1871a1b3765c3a6b38180e645
|
7
|
+
data.tar.gz: 1b10ed4bf0b9e56b1c5fb9fbacd176b33b1ab1e33ca73f276cf81515f48fd0c0a283ef4b13df327cfe763f2cb32a13e4628770ebc7b45e0ab7f1e6a85b8f6713
|
@@ -4,8 +4,8 @@ module Syncoku
|
|
4
4
|
|
5
5
|
def capture
|
6
6
|
puts "Capturing #{production_app_name} backup..."
|
7
|
-
run_on_production("pg:backups
|
8
|
-
run_on_production("pg:backups
|
7
|
+
run_on_production("pg:backups:capture")
|
8
|
+
run_on_production("pg:backups:url").strip
|
9
9
|
end
|
10
10
|
|
11
11
|
def run_on_production(command)
|
data/lib/syncoku/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: syncoku
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bill Horsman
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-12-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -97,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
97
97
|
version: '0'
|
98
98
|
requirements: []
|
99
99
|
rubyforge_project:
|
100
|
-
rubygems_version: 2.
|
100
|
+
rubygems_version: 2.5.1
|
101
101
|
signing_key:
|
102
102
|
specification_version: 4
|
103
103
|
summary: Convenient way of syncing data from and to Heroku
|