depwhack 0.0.4 → 0.0.5
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.
- 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
|
|