ghost 0.2.6 → 0.2.7

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 +3 -3
data/bin/ghost CHANGED
@@ -8,7 +8,7 @@ begin
8
8
  rescue LoadError
9
9
  # no rubygems to load, so we fail silently
10
10
  end
11
- require 'lib/ghost'
11
+ require 'ghost'
12
12
 
13
13
  def help_text(exit_code = 0)
14
14
  script_name = File.basename $0
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 6
9
- version: 0.2.6
8
+ - 7
9
+ version: 0.2.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Bodaniel Jeanes
@@ -14,7 +14,7 @@ autorequire: ghost
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-04-04 01:00:00 +11:00
17
+ date: 2010-04-06 00:00:00 +10:00
18
18
  default_executable:
19
19
  dependencies: []
20
20