recipiez 0.5.3 → 0.5.4

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.
@@ -1,3 +1,3 @@
1
1
  module Recipiez
2
- VERSION = '0.5.3'
2
+ VERSION = '0.5.4'
3
3
  end
@@ -138,8 +138,8 @@ namespace :recipiez do
138
138
  set_variables_from_yaml
139
139
  archive = generate_archive(application)
140
140
  filename = get_filename(application)
141
- cmd = "mysqldump --opt --skip-add-locks -u #{db_user} "
142
- cmd += " -d -h #{db_host} " if exists?('db_host')
141
+ cmd = "mysqldump --opt --skip-add-locks -u #{db_user} -d "
142
+ cmd += " -h #{db_host} " if exists?('db_host')
143
143
  cmd += " -p#{db_password} "
144
144
  cmd += "#{database_to_dump} > #{archive}"
145
145
  result = run(cmd)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 3
9
- version: 0.5.3
8
+ - 4
9
+ version: 0.5.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Alastair Brunton