public
Description: A gem that allows you to create, list, and modify hostnames with ease...
Homepage: http://bjeanes.com
Clone URL: git://github.com/bjeanes/ghost.git
bjeanes (author)
Wed Sep 02 03:30:35 -0700 2009
commit  eb9aa6e85386944d28be969ac95ddb185ef46f81
tree    fd6c6b5a447d29aadf3458817c2368e279733e4e
parent  63e0e539e57b227cd1e087e8946f5ed330793803
ghost / ghost.gemspec
100644 34 lines (29 sloc) 1.254 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# -*- encoding: utf-8 -*-
 
Gem::Specification.new do |s|
  s.name = %q{ghost}
  s.version = "0.2.3"
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Bodaniel Jeanes"]
  s.autorequire = %q{ghost}
  s.date = %q{2009-09-02}
  s.default_executable = %q{ghost}
  s.description = %q{Allows you to create, list, and modify local hostnames}
  s.email = %q{me@bjeanes.com}
  s.executables = ["ghost"]
  s.extra_rdoc_files = ["README", "LICENSE", "TODO"]
  s.files = ["LICENSE", "README", "Rakefile", "TODO", "bin/ghost", "lib/ghost", "lib/ghost/linux-host.rb", "lib/ghost/mac-host.rb", "lib/ghost.rb", "spec/ghost_spec.rb", "spec/spec.opts", "spec/spec_helper.rb"]
  s.homepage = %q{http://github.com/bjeanes/ghost}
  s.rdoc_options = ["--line-numbers"]
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{ghost}
  s.rubygems_version = %q{1.3.5}
  s.summary = %q{Allows you to create, list, and modify local hostnames}
 
  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3
 
    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end