Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repin gemset to Vagrant 1.1 versions and veewee head #35

Merged
merged 1 commit into from
Apr 19, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source :rubygems
source "https://rubygems.org"

gem "vagrant", "~> 1.0"
gem "veewee", "~> 0.3.7"
gem "vagrant", :git => 'https://github.com/mitchellh/vagrant.git', :tag => 'v1.1.5'
gem "veewee", :git => 'https://github.com/jedi4ever/veewee.git', :ref => '164a10dd24'
gem "em-winrm" # for windows!
gem "rake"
131 changes: 62 additions & 69 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
GIT
remote: https://github.com/jedi4ever/veewee.git
revision: 164a10dd246ed67c0a9a655b915eb0c1d6144203
ref: 164a10dd24
specs:
veewee (0.3.7)
ansi (~> 1.3.0)
childprocess
fission (= 0.4.0)
fog (~> 1.8)
grit
highline
i18n
json
net-ssh (>= 2.2.0)
popen4 (~> 0.1.2)
progressbar
ruby-vnc (~> 1.0.0)
thor (~> 0.15)

GIT
remote: https://github.com/mitchellh/vagrant.git
revision: 64e360814c3ad960d810456add977fd4c7d47ce6
tag: v1.1.5
specs:
vagrant (1.1.5)
childprocess (~> 0.3.7)
erubis (~> 2.7.0)
i18n (~> 0.6.0)
json (>= 1.5.1, < 1.8.0)
log4r (~> 1.1.9)
net-scp (~> 1.1.0)
net-ssh (~> 2.6.6)

GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
CFPropertyList (2.0.17)
libxml-ruby (>= 1.1.0)
Expand All @@ -9,40 +43,32 @@ GEM
gyoku (>= 0.4.0)
nokogiri (>= 1.4.0)
ansi (1.3.0)
archive-tar-minitar (0.5.2)
builder (3.1.4)
childprocess (0.3.6)
ffi (~> 1.0, >= 1.0.6)
cucumber (1.2.1)
builder (>= 2.1.2)
diff-lcs (>= 1.1.3)
gherkin (~> 2.11.0)
json (>= 1.4.6)
diff-lcs (1.1.3)
builder (3.2.0)
childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11)
diff-lcs (1.2.3)
em-winrm (0.5.4)
eventmachine (= 1.0.0.beta.3)
mixlib-log (>= 1.3.0)
uuidtools (~> 2.1.1)
winrm (~> 1.1.0)
erubis (2.7.0)
eventmachine (1.0.0.beta.3)
excon (0.16.10)
ffi (1.3.1)
excon (0.20.1)
ffi (1.7.0)
fission (0.4.0)
CFPropertyList (~> 2.0.17)
fog (1.9.0)
fog (1.10.1)
builder
excon (~> 0.14)
excon (~> 0.20)
formatador (~> 0.2.0)
mime-types
multi_json (~> 1.0)
net-scp (~> 1.0.4)
net-scp (~> 1.1)
net-ssh (>= 2.1.3)
nokogiri (~> 1.5.0)
ruby-hmac
formatador (0.2.4)
gherkin (2.11.5)
json (>= 1.4.6)
grit (2.5.0)
diff-lcs (~> 1.1)
mime-types (~> 1.15)
Expand All @@ -51,41 +77,33 @@ GEM
ffi (>= 1.0.1)
gyoku (1.0.0)
builder (>= 2.1.2)
highline (1.6.15)
highline (1.6.18)
httpclient (2.2.0.2)
httpi (0.9.7)
rack
i18n (0.6.1)
json (1.5.4)
libxml-ruby (2.4.0)
i18n (0.6.4)
json (1.7.7)
libxml-ruby (2.6.0)
little-plugger (1.1.3)
log4r (1.1.10)
logging (1.6.2)
little-plugger (>= 1.1.3)
mime-types (1.19)
mixlib-log (1.4.1)
multi_json (1.5.0)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-ssh (2.2.2)
nokogiri (1.5.6)
nori (1.1.4)
mime-types (1.22)
mixlib-log (1.6.0)
multi_json (1.7.2)
net-scp (1.1.0)
net-ssh (>= 2.6.5)
net-ssh (2.6.7)
nokogiri (1.5.9)
nori (1.1.5)
open4 (1.3.0)
popen4 (0.1.2)
Platform (>= 0.4.0)
open4 (>= 0.4.0)
posix-spawn (0.3.6)
progressbar (0.12.0)
rack (1.5.0)
rake (10.0.3)
rspec (2.12.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
rspec-mocks (~> 2.12.0)
rspec-core (2.12.2)
rspec-expectations (2.12.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.12.1)
progressbar (0.20.0)
rack (1.5.2)
rake (10.0.4)
ruby-hmac (0.4.0)
ruby-vnc (1.0.1)
rubyntlm (0.1.1)
Expand All @@ -97,33 +115,8 @@ GEM
nokogiri (>= 1.4.0)
nori (~> 1.0)
wasabi (~> 1.0)
thor (0.16.0)
thor (0.18.1)
uuidtools (2.1.3)
vagrant (1.0.5)
archive-tar-minitar (= 0.5.2)
childprocess (~> 0.3.1)
erubis (~> 2.7.0)
i18n (~> 0.6.0)
json (~> 1.5.1)
log4r (~> 1.1.9)
net-scp (~> 1.0.4)
net-ssh (~> 2.2.2)
veewee (0.3.7)
ansi (~> 1.3.0)
childprocess
cucumber (>= 1.0.0)
fission (= 0.4.0)
fog (~> 1.8)
grit
highline
i18n
net-ssh (~> 2.2.0)
popen4 (~> 0.1.2)
progressbar
rspec (~> 2.5)
ruby-vnc (~> 1.0.0)
thor (~> 0.15)
vagrant (>= 0.9)
wasabi (1.0.0)
nokogiri (>= 1.4.0)
winrm (1.1.2)
Expand All @@ -141,5 +134,5 @@ PLATFORMS
DEPENDENCIES
em-winrm
rake
vagrant (~> 1.0.5)
veewee (>= 0.3.7)
vagrant!
veewee!