Added dependencies to gemspec and also updated headers for bins
This commit is contained in:
parent
8bcf633f54
commit
3b08a877c2
6
Rakefile
6
Rakefile
|
@ -9,6 +9,12 @@ begin
|
||||||
gemspec.email = "todo@todo.com"
|
gemspec.email = "todo@todo.com"
|
||||||
gemspec.homepage = "http://github.com/mitchellh/hobo"
|
gemspec.homepage = "http://github.com/mitchellh/hobo"
|
||||||
gemspec.authors = ["Mitchell Hashimoto", "John Bender"]
|
gemspec.authors = ["Mitchell Hashimoto", "John Bender"]
|
||||||
|
|
||||||
|
gemspec.add_dependency('virtualbox', '>= 0.4.3')
|
||||||
|
gemspec.add_dependency('net-ssh', '>= 2.0.19')
|
||||||
|
gemspec.add_dependency('net-scp', '>= 1.0.2')
|
||||||
|
gemspec.add_dependency('json', '>= 1.2.0')
|
||||||
|
gemspec.add_dependency('jashmenn-git-style-binaries', '>= 0.1.10')
|
||||||
end
|
end
|
||||||
Jeweler::GemcutterTasks.new
|
Jeweler::GemcutterTasks.new
|
||||||
rescue LoadError
|
rescue LoadError
|
||||||
|
|
4
bin/hobo
4
bin/hobo
|
@ -2,10 +2,8 @@
|
||||||
begin
|
begin
|
||||||
require File.expand_path('../../.bundle/environment', __FILE__)
|
require File.expand_path('../../.bundle/environment', __FILE__)
|
||||||
rescue LoadError
|
rescue LoadError
|
||||||
# Fallback on doing the resolve at runtime.
|
# Fallback on rubygems
|
||||||
require "rubygems"
|
require "rubygems"
|
||||||
require "bundler"
|
|
||||||
Bundler.setup
|
|
||||||
end
|
end
|
||||||
|
|
||||||
require 'git-style-binary/command'
|
require 'git-style-binary/command'
|
||||||
|
|
|
@ -2,10 +2,8 @@
|
||||||
begin
|
begin
|
||||||
require File.expand_path('../../.bundle/environment', __FILE__)
|
require File.expand_path('../../.bundle/environment', __FILE__)
|
||||||
rescue LoadError
|
rescue LoadError
|
||||||
# Fallback on doing the resolve at runtime.
|
# Fallback on rubygems
|
||||||
require "rubygems"
|
require "rubygems"
|
||||||
require "bundler"
|
|
||||||
Bundler.setup
|
|
||||||
end
|
end
|
||||||
|
|
||||||
require 'git-style-binary/command'
|
require 'git-style-binary/command'
|
||||||
|
|
|
@ -2,10 +2,8 @@
|
||||||
begin
|
begin
|
||||||
require File.expand_path('../../.bundle/environment', __FILE__)
|
require File.expand_path('../../.bundle/environment', __FILE__)
|
||||||
rescue LoadError
|
rescue LoadError
|
||||||
# Fallback on doing the resolve at runtime.
|
# Fallback on rubygems
|
||||||
require "rubygems"
|
require "rubygems"
|
||||||
require "bundler"
|
|
||||||
Bundler.setup
|
|
||||||
end
|
end
|
||||||
|
|
||||||
require 'git-style-binary/command'
|
require 'git-style-binary/command'
|
||||||
|
|
|
@ -2,10 +2,8 @@
|
||||||
begin
|
begin
|
||||||
require File.expand_path('../../.bundle/environment', __FILE__)
|
require File.expand_path('../../.bundle/environment', __FILE__)
|
||||||
rescue LoadError
|
rescue LoadError
|
||||||
# Fallback on doing the resolve at runtime.
|
# Fallback on rubygems
|
||||||
require "rubygems"
|
require "rubygems"
|
||||||
require "bundler"
|
|
||||||
Bundler.setup
|
|
||||||
end
|
end
|
||||||
|
|
||||||
require 'git-style-binary/command'
|
require 'git-style-binary/command'
|
||||||
|
|
|
@ -2,10 +2,8 @@
|
||||||
begin
|
begin
|
||||||
require File.expand_path('../../.bundle/environment', __FILE__)
|
require File.expand_path('../../.bundle/environment', __FILE__)
|
||||||
rescue LoadError
|
rescue LoadError
|
||||||
# Fallback on doing the resolve at runtime.
|
# Fallback on rubygems
|
||||||
require "rubygems"
|
require "rubygems"
|
||||||
require "bundler"
|
|
||||||
Bundler.setup
|
|
||||||
end
|
end
|
||||||
|
|
||||||
require 'git-style-binary/command'
|
require 'git-style-binary/command'
|
||||||
|
|
|
@ -2,10 +2,8 @@
|
||||||
begin
|
begin
|
||||||
require File.expand_path('../../.bundle/environment', __FILE__)
|
require File.expand_path('../../.bundle/environment', __FILE__)
|
||||||
rescue LoadError
|
rescue LoadError
|
||||||
# Fallback on doing the resolve at runtime.
|
# Fallback on rubygems
|
||||||
require "rubygems"
|
require "rubygems"
|
||||||
require "bundler"
|
|
||||||
Bundler.setup
|
|
||||||
end
|
end
|
||||||
|
|
||||||
require 'git-style-binary/command'
|
require 'git-style-binary/command'
|
||||||
|
|
Loading…
Reference in New Issue