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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a226e2c09ad0f99aed8c797a6957b0e4756771f2
4
- data.tar.gz: f4b6d26c91531106c6229f8d46a445571ec42917
3
+ metadata.gz: a8a2bcbe587462ea95ce03190c4a7925b41e60ea
4
+ data.tar.gz: aad49222f5d4e7c10235f38b0fdd3ee31073134e
5
5
  SHA512:
6
- metadata.gz: 23d727691c124995a0c41b6f12da6260970802c62995427c369436645a8cd420029b40afa064c64b284f18a0863c4fc0dab507c10cb0cf18352ce8835aa5d077
7
- data.tar.gz: 82abade949cb32f25c2938656f6864ecabbd529cf7ada6b68fe0774ae34adb83773bf6ba3eea6cea624880c0968dc897e525396ac663ec1492bd584a7d02b733
6
+ metadata.gz: a61c6b0e6508a39da5e4801ef1f5cffd4bcdaf40ff73fcb6540de4e28c7ffc5aa0598c99e1b280270e4205e161b664ec64a21ec2279ef2a9d2b2acabeea36f1e
7
+ data.tar.gz: a4239b53d7b698408f21538676ab3e6c5f8c9e8a5de984419373c51d2d110665635cb05869ac4288ce24b577dc4f502c208a4531d239eb7a7b45956da80a136e
data/README.md CHANGED
@@ -1,4 +1,10 @@
1
- ### Capistrano::DBSync [![Build Status](https://snap-ci.com/heartbits/capistrano-db_sync/branch/master/build_image)](https://snap-ci.com/heartbits/capistrano-db_sync/branch/master) [![Code Climate](https://codeclimate.com/github/heartbits/capistrano-db_sync/badges/gpa.svg)](https://codeclimate.com/github/heartbits/capistrano-db_sync)
1
+ ### Capistrano::DBSync
2
+
3
+ [![Gem Downloads](http://img.shields.io/gem/dt/capistrano-db_sync.svg)](https://rubygems.org/gems/capistrano-db_sync)
4
+ [![Build Status](https://snap-ci.com/heartbits/capistrano-db_sync/branch/master/build_image)](https://snap-ci.com/heartbits/capistrano-db_sync/branch/master)
5
+ [![Code Climate](https://codeclimate.com/github/heartbits/capistrano-db_sync/badges/gpa.svg)](https://codeclimate.com/github/heartbits/capistrano-db_sync)
6
+ [![GitHub Issues](https://img.shields.io/github/issues/heartbits/capistrano-db_sync.svg)](https://github.com/heartbits/capistrano-db_sync/issues)
7
+ [![GitHub License](https://img.shields.io/github/license/mashape/apistatus.svg)](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
 
@@ -19,5 +19,5 @@ Gem::Specification.new do |spec|
19
19
  spec.require_paths = ["lib"]
20
20
 
21
21
  spec.add_runtime_dependency "capistrano", ">= 3.0.0", "< 4"
22
- spec.add_dependency "activesupport", ">= 3.0.0", "< 5"
22
+ spec.add_dependency "activesupport", ">= 3.0.0", "< 5.1"
23
23
  end
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module DBSync
3
- VERSION = "0.0.8"
3
+ VERSION = "0.0.9"
4
4
  end
5
5
  end
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.8
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: 2015-04-23 00:00:00.000000000 Z
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.4.5
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