engineyard-serverside 2.6.9pre1 → 2.6.9pre2
Sign up to get free protection for your applications and to get access to all the features.
@@ -192,7 +192,7 @@ module EY
|
|
192
192
|
def propagate(servers, shell)
|
193
193
|
shell.status "Verifying and propagating #{About.name_with_version} to all servers."
|
194
194
|
|
195
|
-
gem_binary =
|
195
|
+
gem_binary = About.gem_binary
|
196
196
|
remote_gem_file = File.join(Dir.tmpdir, About.gem_filename)
|
197
197
|
|
198
198
|
# the [,)] is to stop us from looking for e.g. 0.5.1, seeing
|