Skip to content

Commit

Permalink
Vagrant 0.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Jul 21, 2011
1 parent 00a710c commit fd7b303
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
24 changes: 10 additions & 14 deletions Gemfile.lock
@@ -1,21 +1,20 @@
PATH
remote: .
specs:
veewee (0.1.29)
veewee (0.2.0)
cucumber (= 0.8.5)
highline (~> 1.6.1)
net-ssh (~> 2.1.0)
popen4 (~> 0.1.2)
progressbar
rspec (~> 2.5.0)
thor (~> 0.14.6)
vagrant (~> 0.7.0)
vagrant (~> 0.8.0)

GEM
remote: http://rubygems.org/
specs:
Platform (0.4.0)
abstract (1.0.0)
archive-tar-minitar (0.5.2)
builder (2.1.2)
cucumber (0.8.5)
Expand All @@ -25,16 +24,14 @@ GEM
json_pure (~> 1.4.3)
term-ansicolor (~> 1.0.4)
diff-lcs (1.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
erubis (2.7.0)
ffi (1.0.9)
gherkin (2.1.5)
trollop (~> 1.16.2)
highline (1.6.2)
i18n (0.5.0)
json (1.5.1)
json (1.5.3)
json_pure (1.4.6)
mario (0.0.6)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-ssh (2.1.4)
Expand All @@ -54,18 +51,17 @@ GEM
term-ansicolor (1.0.5)
thor (0.14.6)
trollop (1.16.2)
vagrant (0.7.5)
vagrant (0.8.1)
archive-tar-minitar (= 0.5.2)
erubis (~> 2.6.6)
erubis (~> 2.7.0)
i18n (~> 0.5.0)
json (~> 1.5.1)
mario (~> 0.0.6)
net-scp (~> 1.0.4)
net-ssh (~> 2.1.0)
net-ssh (~> 2.1.4)
thor (~> 0.14.6)
virtualbox (~> 0.8.3)
virtualbox (0.8.6)
ffi (~> 1.0)
virtualbox (~> 0.9.0)
virtualbox (0.9.0)
ffi (~> 1.0.9)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion lib/veewee/version.rb
@@ -1,3 +1,3 @@
module Veewee
VERSION = "0.1.29"
VERSION = "0.2.0"
end
2 changes: 1 addition & 1 deletion veewee.gemspec
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = ">= 1.3.6"
s.rubyforge_project = "veewee"

s.add_dependency "vagrant", "~> 0.7.0"
s.add_dependency "vagrant", "~> 0.8.0"
s.add_dependency "net-ssh", "~> 2.1.0"
s.add_dependency "popen4", "~> 0.1.2"
s.add_dependency "thor", "~> 0.14.6"
Expand Down

0 comments on commit fd7b303

Please sign in to comment.