engineyard-serverside 1.6.4.pre → 1.6.4.pre2

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.
@@ -83,7 +83,7 @@ module EY
83
83
  if local?
84
84
  logged_system(command)
85
85
  else
86
- logged_system("#{ssh_command} #{user}@#{hostname} #{Escape.shell_command ["sh -l -c"] + [command]}")
86
+ logged_system("#{ssh_command} #{user}@#{hostname} #{Escape.shell_command Escape.shell_command(["sh -l -c"] + [command])}")
87
87
  end
88
88
  end
89
89
 
@@ -1,5 +1,5 @@
1
1
  module EY
2
2
  module Serverside
3
- VERSION = '1.6.4.pre'
3
+ VERSION = '1.6.4.pre2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: engineyard-serverside
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.4.pre
4
+ version: 1.6.4.pre2
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: