recipiez 0.6.13 → 0.6.14

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.6.13'
2
+ VERSION = '0.6.14'
3
3
  end
@@ -95,7 +95,7 @@ namespace :recipiez do
95
95
  filename = get_filename(application)
96
96
  cmd = "mysqldump --opt --skip-add-locks -u #{db_user} "
97
97
  cmd += " -h #{db_host} " if exists?('db_host')
98
- cmd += " -p#{db_password} "
98
+ cmd += " -p'#{db_password}' "
99
99
  cmd += "#{database_to_dump} > #{archive}"
100
100
  result = run(cmd)
101
101
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 13
9
- version: 0.6.13
8
+ - 14
9
+ version: 0.6.14
10
10
  platform: ruby
11
11
  authors:
12
12
  - Alastair Brunton