ghost 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/ghost +1 -1
- metadata +8 -7
data/bin/ghost
CHANGED
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.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bodaniel Jeanes
|
@@ -9,11 +9,11 @@ autorequire: ghost
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-07-15 00:00:00 +10:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
16
|
-
description: Allows you to create, list, and modify
|
16
|
+
description: Allows you to create, list, and modify local hostnames with ease
|
17
17
|
email: me@bjeanes.com
|
18
18
|
executables:
|
19
19
|
- ghost
|
@@ -29,7 +29,6 @@ files:
|
|
29
29
|
- Rakefile
|
30
30
|
- TODO
|
31
31
|
- bin/ghost
|
32
|
-
- lib/ghost
|
33
32
|
- lib/ghost/linux-host.rb
|
34
33
|
- lib/ghost/mac-host.rb
|
35
34
|
- lib/ghost.rb
|
@@ -38,6 +37,8 @@ files:
|
|
38
37
|
- spec/spec_helper.rb
|
39
38
|
has_rdoc: true
|
40
39
|
homepage: http://github.com/bjeanes/ghost
|
40
|
+
licenses: []
|
41
|
+
|
41
42
|
post_install_message:
|
42
43
|
rdoc_options:
|
43
44
|
- --line-numbers
|
@@ -58,9 +59,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
58
59
|
requirements: []
|
59
60
|
|
60
61
|
rubyforge_project: ghost
|
61
|
-
rubygems_version: 1.3.
|
62
|
+
rubygems_version: 1.3.4
|
62
63
|
signing_key:
|
63
|
-
specification_version:
|
64
|
-
summary: Allows you to create, list, and modify
|
64
|
+
specification_version: 3
|
65
|
+
summary: Allows you to create, list, and modify local hostnames with ease
|
65
66
|
test_files: []
|
66
67
|
|