recipiez 0.4.2 → 0.4.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/recipiez/version.rb +1 -1
- data/recipes/deployment_recipiez.rb +1 -0
- metadata +4 -4
data/lib/recipiez/version.rb
CHANGED
@@ -88,6 +88,7 @@ namespace :recipiez do
|
|
88
88
|
archive = generate_archive(application)
|
89
89
|
filename = get_filename(application)
|
90
90
|
cmd = "mysqldump --opt --skip-add-locks -u #{db_user} "
|
91
|
+
cmd += " -h #{db_host} " if defined?(db_host)
|
91
92
|
cmd += " -p#{db_password} "
|
92
93
|
cmd += "#{database_to_dump} > #{archive}"
|
93
94
|
result = run(cmd)
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: recipiez
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 9
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 4
|
9
|
-
-
|
10
|
-
version: 0.4.
|
9
|
+
- 3
|
10
|
+
version: 0.4.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Alastair Brunton
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-
|
18
|
+
date: 2012-11-09 00:00:00 +01:00
|
19
19
|
default_executable:
|
20
20
|
dependencies: []
|
21
21
|
|