ghost 0.1.0-universal-darwin-9 → 0.1.1-universal-darwin-9

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/ghost +1 -1
  2. metadata +1 -3
data/bin/ghost CHANGED
@@ -12,7 +12,7 @@ end
12
12
 
13
13
  def help_text(exit_code = 0)
14
14
  script_name = File.basename $0
15
- puts """USAGE: #{script_name} add <hostname> [<ip=127.0.1.0>]
15
+ puts """USAGE: #{script_name} add <hostname> [<ip=127.0.1.1>]
16
16
  #{script_name} delete <hostname>
17
17
  #{script_name} list
18
18
  #{script_name} empty
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ghost
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: universal-darwin-9
6
6
  authors:
7
7
  - Bodaniel Jeanes
@@ -39,8 +39,6 @@ has_rdoc: true
39
39
  homepage: http://github.com/bjeanes/ghost
40
40
  post_install_message:
41
41
  rdoc_options:
42
- - --title Ghost
43
- - --main README
44
42
  - --line-numbers
45
43
  require_paths:
46
44
  - lib