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 +4 -4
- data/README.md +2 -0
- data/capistrano-bedrock-mysql.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a3453cf0a4884fa14bc9956b9b639ecb9c65c13b
|
|
4
|
+
data.tar.gz: 4d94f0b177e1e83ec55cbb2cf68e13a42896170e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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}
|