syncoku 0.0.2 → 0.0.3

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: 34a3447554ace119b227a084c0141264e84821b3
4
- data.tar.gz: 3015e4f774264dfaa5f27c36e955023c17183abc
3
+ metadata.gz: d788fd22f93589e6d114bd499e18b82ab3a4eb46
4
+ data.tar.gz: 2919992a204ab79a0cdc0619ca258b7de8fa3bf7
5
5
  SHA512:
6
- metadata.gz: e5ebd4c12cde486263ee4d48d3d2991c7844eaaeb803d75fd8de41ebbbda2dafc4323c0aefcb314bddcc0a8aaf79ce5531c81b1ce082f1ea9e4b6633f5a652dc
7
- data.tar.gz: b1cbf335b6e1d11f1e10e867c411f7afd32a80333188aff02f8a4b03cd33e78abea48bf8d71584441098966a438085045d873895d39a5d401f88a5b8925225aa
6
+ metadata.gz: b107e9c9885315d4ed1fe259f3ccc86e9446c37d8dd7733f675e32dc7523c5f00af12f98dcfd6ddd1f0e8ec3e01d0b6fcf8c90c3a82e44199cc671cc482e0240
7
+ data.tar.gz: c3fa36d443d3333b80badfd82ad514ba2c322f07aaa17984cd41c1c68a95f32896006cda63c5f0207ea347a3c54ea217444a8f0fc5bdedf9076e4a36af6ac28f
@@ -5,7 +5,7 @@ module Syncoku
5
5
  def capture
6
6
  puts "Capturing #{production_app_name} backup..."
7
7
  run_on_production("pg:backups capture")
8
- run_on_production("pg:backups public-url")
8
+ run_on_production("pg:backups public-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.2"
2
+ VERSION = "0.0.3"
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.2
4
+ version: 0.0.3
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-05-21 00:00:00.000000000 Z
11
+ date: 2015-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler