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.
Files changed (2) hide show
  1. data/bin/depwhack +5 -1
  2. 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 "[#{red 'ERROR'}] Please run this command from a Rails project's path."
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
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: depwhack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex R. Young