capistrano-bedrock-mysql 0.0.5 → 0.0.6

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: a3453cf0a4884fa14bc9956b9b639ecb9c65c13b
4
- data.tar.gz: 4d94f0b177e1e83ec55cbb2cf68e13a42896170e
3
+ metadata.gz: 31bdb712ba47fd6826bd9c8184ab42de640e0820
4
+ data.tar.gz: eb64154cbdf750231b492f03c53dbf5f96bddece
5
5
  SHA512:
6
- metadata.gz: 230233e1ef5b4433110c7ae32b49a3becc55bd1be87f62cf326482bce56e79e28a1b62ebac34522e08a7b1e5931ebb24435c478b0e1349d6bce1027786f49026
7
- data.tar.gz: c8474d41cf212b06137f9cbc39790df2ad4c47be0101a53438a463909c08b86b75b3b6b8e77d1b8ccf1a57c8bf06ca9e8d40bbeddcb13e9a59c637d2b67f8aaf
6
+ metadata.gz: f63c8c6d85de3d1bfbb0d0c785691beb6a979bd9086714aeea6e8e2121e0ec6c8d3f4de555b092b6905fa2f91d2c52ff383e67f84f25a4c947138e5f4bd21d0b
7
+ data.tar.gz: 247d28e4c18c58a6d6c528e837dbd6bbca90025b31f02a20c5305d080573faf5a2c75548a1337817c07e37f91e12c2c9ce2bc7ce09ce97b677735a300bb62f8c
data/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  Add this line to your application's Gemfile:
6
6
 
7
7
  ```ruby
8
- gem 'capistrano-bedrock-mysql', '~> 0.0.1'
8
+ gem 'capistrano-bedrock-mysql', '~> 0.0.6'
9
9
  ```
10
10
 
11
11
  And then execute:
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'capistrano-bedrock-mysql'
7
- spec.version = '0.0.5'
7
+ spec.version = '0.0.6'
8
8
  spec.authors = ['Fredrik Sundström']
9
9
  spec.email = ['fredrik.sundstrom@norkay.se']
10
10
  spec.description = %q{MySQL tasks for roots/bedrock, using Capistrano 3.x}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-bedrock-mysql
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fredrik Sundström