Skip to content

Commit

Permalink
Fixed Gemspec adding the new binary (ghost-ssh)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcoury committed Jul 12, 2011
1 parent d3250f9 commit 458b12d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ghost.gemspec
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
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.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.homepage = %q{http://github.com/bjeanes/ghost}
Expand Down
1 change: 1 addition & 0 deletions tasks/deployment.rake
Expand Up @@ -20,6 +20,7 @@ spec = Gem::Specification.new do |s|
s.email = EMAIL
s.homepage = HOMEPAGE
s.executables << 'ghost'
s.executables << 'ghost-ssh'
s.autorequire = GEM
s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{bin,lib,spec}/**/*")
end
Expand Down

0 comments on commit 458b12d

Please sign in to comment.