bjeanes / ghost

A gem that allows you to create, list, and modify hostnames with ease...

ghost / ghost.gemspec
100644 34 lines (30 sloc) 1.292 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
Gem::Specification.new do |s|
  s.name = %q{ghost}
  s.version = "0.1.0"
  s.platform = %q{universal-darwin-9}
 
  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{2008-08-19}
  s.default_executable = %q{ghost}
  s.description = %q{Allows you to create, list, and modify .local hostnames in 10.5 with ease}
  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/host.rb", "lib/ghost.rb", "spec/ghost_spec.rb", "spec/spec.opts", "spec/spec_helper.rb"]
  s.has_rdoc = true
  s.homepage = %q{http://github.com/bjeanes/ghost}
  s.rdoc_options = ["--title Ghost", "--main README", "--line-numbers"]
  s.require_paths = ["lib"]
  s.requirements = ["Mac OS X Leopard (10.5)"]
  s.rubygems_version = %q{1.2.0}
  s.summary = %q{Allows you to create, list, and modify .local hostnames in 10.5 with ease}
 
  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 2
 
    if current_version >= 3 then
    else
    end
  else
  end
end