Skip to content

Commit

Permalink
update veewee to 0.3.0 alpha due to centos build errors under some co…
Browse files Browse the repository at this point in the history
…nditions
  • Loading branch information
jtimberman committed Jul 17, 2012
1 parent 34acbfe commit 7a63e95
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 29 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source :rubygems

gem "vagrant", "~> 0.9.7"
gem "veewee", "~> 0.2.3"
gem "vagrant", "~> 1.0.3"
gem "veewee", ">= 0.3.0.alpha"
gem "rake"
74 changes: 47 additions & 27 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,46 +1,63 @@
GEM
remote: http://rubygems.org/
specs:
CFPropertyList (2.1.1)
Platform (0.4.0)
ansi (1.3.0)
archive-tar-minitar (0.5.2)
builder (3.0.0)
childprocess (0.3.1)
childprocess (0.3.3)
ffi (~> 1.0.6)
cucumber (1.1.9)
cucumber (1.2.1)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
gherkin (~> 2.9.0)
diff-lcs (>= 1.1.3)
gherkin (~> 2.11.0)
json (>= 1.4.6)
term-ansicolor (>= 1.0.6)
diff-lcs (1.1.3)
erubis (2.7.0)
excon (0.9.6)
ffi (1.0.11)
gherkin (2.9.0)
fog (1.1.2)
builder
excon (~> 0.9.0)
formatador (~> 0.2.0)
mime-types
multi_json (~> 1.0.3)
net-scp (~> 1.0.4)
net-ssh (>= 2.1.3)
nokogiri (~> 1.5.0)
ruby-hmac
formatador (0.2.3)
gherkin (2.11.1)
json (>= 1.4.6)
highline (1.6.11)
highline (1.6.13)
i18n (0.6.0)
json (1.5.4)
log4r (1.1.10)
mime-types (1.19)
multi_json (1.0.4)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-ssh (2.2.2)
nokogiri (1.5.5)
open4 (1.3.0)
popen4 (0.1.2)
Platform (>= 0.4.0)
open4 (>= 0.4.0)
progressbar (0.10.0)
progressbar (0.11.0)
rake (0.9.2.2)
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
rspec-mocks (~> 2.8.0)
rspec-core (2.8.0)
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0)
term-ansicolor (1.0.7)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
rspec-mocks (~> 2.11.0)
rspec-core (2.11.0)
rspec-expectations (2.11.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.1)
ruby-hmac (0.4.0)
ruby-vnc (1.0.1)
thor (0.14.6)
vagrant (0.9.7)
vagrant (1.0.3)
archive-tar-minitar (= 0.5.2)
childprocess (~> 0.3.1)
erubis (~> 2.7.0)
Expand All @@ -49,23 +66,26 @@ GEM
log4r (~> 1.1.9)
net-scp (~> 1.0.4)
net-ssh (~> 2.2.2)
veewee (0.2.3)
veewee (0.3.0.alpha9)
CFPropertyList (>= 2.1.1)
ansi (~> 1.3.0)
childprocess
cucumber (>= 1.0.0)
highline (~> 1.6.1)
net-ssh (>= 2.1.0)
fog (~> 1.1.2)
highline
i18n
net-ssh (~> 2.2.0)
popen4 (~> 0.1.2)
progressbar
rspec (~> 2.5)
ruby-vnc (~> 1.0.0)
thor (~> 0.14.6)
vagrant (>= 0.9.0)
virtualbox (>= 0.9.2)
virtualbox (0.9.2)
ffi (~> 1.0.9)
vagrant (>= 0.9)

PLATFORMS
ruby

DEPENDENCIES
rake
vagrant (~> 0.9.7)
veewee (~> 0.2.3)
vagrant (~> 1.0.3)
veewee (>= 0.3.0.alpha)

0 comments on commit 7a63e95

Please sign in to comment.