capistrano-bedrock-mysql 0.0.4 → 0.0.5

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: 90786c74261f6106d8c8ed70f6d9318fe5a63f29
4
- data.tar.gz: d9aa45ae626ff7ab7d43eea4d4f544df4924333e
3
+ metadata.gz: a3453cf0a4884fa14bc9956b9b639ecb9c65c13b
4
+ data.tar.gz: 4d94f0b177e1e83ec55cbb2cf68e13a42896170e
5
5
  SHA512:
6
- metadata.gz: 609dff7cc0e9e975f8fb27279724b5be3df87aa7aa0582017a9e28049bf482ce41b47c4a864f10167d2265aec351b15cec24095d42ade9f5f7e5d506f349cce3
7
- data.tar.gz: 4959759aca6eb19c4e36c5114ef6d5780c0ae52d5e96b7df4f21317db375c6b940c284c484ce142e942e483adda571dcbe1e9b420f041cb26d28b84a3b5b7091
6
+ metadata.gz: 230233e1ef5b4433110c7ae32b49a3becc55bd1be87f62cf326482bce56e79e28a1b62ebac34522e08a7b1e5931ebb24435c478b0e1349d6bce1027786f49026
7
+ data.tar.gz: c8474d41cf212b06137f9cbc39790df2ad4c47be0101a53438a463909c08b86b75b3b6b8e77d1b8ccf1a57c8bf06ca9e8d40bbeddcb13e9a59c637d2b67f8aaf
data/README.md CHANGED
@@ -27,6 +27,8 @@ You also need to add the line VAGRANT_PATH to your local .env file, pointing to
27
27
 
28
28
  You will need to create the folder db_backups in your shared folder.
29
29
 
30
+ Important! You need to disable the fix for tty mentioned here: https://github.com/mitchellh/vagrant/issues/1673#issuecomment-28288042
31
+
30
32
  ## Usage
31
33
 
32
34
  Require the module in your `Capfile`:
@@ -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.4'
7
+ spec.version = '0.0.5'
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.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fredrik Sundström