Skip to content
This repository has been archived by the owner on Mar 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #24 from coderanger/master
Browse files Browse the repository at this point in the history
Make the gem build again
  • Loading branch information
bjeanes committed Apr 18, 2012
2 parents d2ccc97 + b070253 commit b279c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ghost.gemspec
Expand Up @@ -12,8 +12,8 @@ Gem::Specification.new do |s|
s.description = %q{Allows you to create, list, and modify local hostnames}
s.email = %q{me@bjeanes.com}
s.executables = ["ghost", "ghost-ssh"]
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/etc_hosts_spec.rb", "spec/ghost_spec.rb", "spec/spec.opts", "spec/spec_helper.rb"]
s.extra_rdoc_files = ["README.md", "LICENSE", "TODO"]
s.files = ["LICENSE", "README.md", "Rakefile", "TODO", "bin/ghost", "lib/ghost", "lib/ghost/linux-host.rb", "lib/ghost/mac-host.rb", "lib/ghost/ssh_config.rb", "lib/ghost.rb", "spec/etc_hosts_spec.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"]
Expand Down

0 comments on commit b279c61

Please sign in to comment.