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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d788fd22f93589e6d114bd499e18b82ab3a4eb46
4
- data.tar.gz: 2919992a204ab79a0cdc0619ca258b7de8fa3bf7
3
+ metadata.gz: 0af75f477af083a44da3bb4f1bc13e9ec7d29c24
4
+ data.tar.gz: ecf261a7fef397d06dec6ff4d81d47d4be9e9a6b
5
5
  SHA512:
6
- metadata.gz: b107e9c9885315d4ed1fe259f3ccc86e9446c37d8dd7733f675e32dc7523c5f00af12f98dcfd6ddd1f0e8ec3e01d0b6fcf8c90c3a82e44199cc671cc482e0240
7
- data.tar.gz: c3fa36d443d3333b80badfd82ad514ba2c322f07aaa17984cd41c1c68a95f32896006cda63c5f0207ea347a3c54ea217444a8f0fc5bdedf9076e4a36af6ac28f
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 capture")
8
- run_on_production("pg:backups public-url").strip
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)
@@ -1,3 +1,3 @@
1
1
  module Syncoku
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
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.3
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: 2015-09-01 00:00:00.000000000 Z
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.4.5
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