capistrano-db_sync 0.0.8 → 0.0.9
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/README.md +7 -1
- data/capistrano-db_sync.gemspec +1 -1
- data/lib/capistrano/db_sync/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a8a2bcbe587462ea95ce03190c4a7925b41e60ea
|
|
4
|
+
data.tar.gz: aad49222f5d4e7c10235f38b0fdd3ee31073134e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a61c6b0e6508a39da5e4801ef1f5cffd4bcdaf40ff73fcb6540de4e28c7ffc5aa0598c99e1b280270e4205e161b664ec64a21ec2279ef2a9d2b2acabeea36f1e
|
|
7
|
+
data.tar.gz: a4239b53d7b698408f21538676ab3e6c5f8c9e8a5de984419373c51d2d110665635cb05869ac4288ce24b577dc4f502c208a4531d239eb7a7b45956da80a136e
|
data/README.md
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
### Capistrano::DBSync
|
|
1
|
+
### Capistrano::DBSync
|
|
2
|
+
|
|
3
|
+
[](https://rubygems.org/gems/capistrano-db_sync)
|
|
4
|
+
[](https://snap-ci.com/heartbits/capistrano-db_sync/branch/master)
|
|
5
|
+
[](https://codeclimate.com/github/heartbits/capistrano-db_sync)
|
|
6
|
+
[](https://github.com/heartbits/capistrano-db_sync/issues)
|
|
7
|
+
[](https://github.com/heartbits/capistrano-db_sync)
|
|
2
8
|
|
|
3
9
|
Fast and sophisticated remote database import using the best of **Postgres 9.2.x**
|
|
4
10
|
|
data/capistrano-db_sync.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-db_sync
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rafael Sales
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-07-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: capistrano
|
|
@@ -39,7 +39,7 @@ dependencies:
|
|
|
39
39
|
version: 3.0.0
|
|
40
40
|
- - "<"
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
version: '5'
|
|
42
|
+
version: '5.1'
|
|
43
43
|
type: :runtime
|
|
44
44
|
prerelease: false
|
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -49,7 +49,7 @@ dependencies:
|
|
|
49
49
|
version: 3.0.0
|
|
50
50
|
- - "<"
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
52
|
-
version: '5'
|
|
52
|
+
version: '5.1'
|
|
53
53
|
description: Fast download and restore dumps using edge features of Postgres 9.x
|
|
54
54
|
email:
|
|
55
55
|
- rafaelcds@gmail.com
|
|
@@ -99,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
99
99
|
version: '0'
|
|
100
100
|
requirements: []
|
|
101
101
|
rubyforge_project:
|
|
102
|
-
rubygems_version: 2.
|
|
102
|
+
rubygems_version: 2.5.1
|
|
103
103
|
signing_key:
|
|
104
104
|
specification_version: 4
|
|
105
105
|
summary: A capistrano task to import remote Postgres databases
|