depwhack 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/depwhack +5 -1
- metadata +1 -1
data/bin/depwhack
CHANGED
@@ -16,7 +16,11 @@ def green(text); colorize(text, "#{27.chr}[32m"); end
|
|
16
16
|
begin
|
17
17
|
gems = eval `#{remote_command} "#{gem_list_code}"`
|
18
18
|
rescue
|
19
|
-
puts "
|
19
|
+
puts "Change directory to a Rails project and specify a server:"
|
20
|
+
puts
|
21
|
+
puts "For example:"
|
22
|
+
puts "\tcd ~/Documents/Code/rails_project"
|
23
|
+
puts "\tdepwhack myserver"
|
20
24
|
exit 1
|
21
25
|
end
|
22
26
|
|