chimps 0.1.7 → 0.1.8

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.7
1
+ 0.1.8
@@ -22,7 +22,7 @@ module Chimps
22
22
 
23
23
  # Appears when printing help for this command. Should consist of
24
24
  # general help or examples of the command iteslf. Help on
25
- # specific options is automatcally generated.
25
+ # specific options is automatically generated.
26
26
  HELP = "Define #{self}::HELP when you subclass Chimps::Command"
27
27
 
28
28
  # The (processed) ARGV for this command.
data/lib/chimps/config.rb CHANGED
@@ -9,7 +9,7 @@ module Chimps
9
9
 
10
10
  # Options that can be overriden by the command-line.
11
11
  COMMAND_LINE_OPTIONS = {
12
- :identity_file => File.expand_path(ENV["CHIMPS_RC"] || "~/.chimps"),
12
+ :identity_file => ENV["CHIMPS_RC"] || (ENV["HOME"] && File.expand_path("~/.chimps"))
13
13
  # log_file -- will be specified on command line
14
14
  # verbose -- will be specified on command line
15
15
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chimps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dhruv Bansal
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-06-18 00:00:00 -05:00
12
+ date: 2010-07-02 00:00:00 -05:00
13
13
  default_executable: chimps
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency