Gemfile.lock in vagrant-ovirt4-1.2.0 vs Gemfile.lock in vagrant-ovirt4-1.2.1
- old
+ new
@@ -1,17 +1,17 @@
GIT
- remote: git://github.com/mitchellh/vagrant.git
- revision: b223380c86680a0a22caa7c288055411faa4a072
+ remote: git://github.com/myoung34/vagrant.git
+ revision: 4572267c33f4ba569f68ad4bff026e9a7ef63b56
specs:
- vagrant (1.9.2.dev)
+ vagrant (1.9.3.dev)
childprocess (~> 0.5.0)
erubis (~> 2.7.0)
hashicorp-checkpoint (~> 0.1.1)
i18n (>= 0.6.0, <= 0.8.0)
listen (~> 3.1.5)
log4r (~> 1.1.9, < 1.1.11)
- net-scp (~> 1.1.0)
+ net-scp (~> 1.2.0)
net-sftp (~> 2.1)
net-ssh (~> 3.0.1)
nokogiri (= 1.6.7.1)
rb-kqueue (~> 0.2.0)
rest-client (>= 1.6.0, < 3.0)
@@ -22,38 +22,70 @@
winrm-fs (~> 1.0)
PATH
remote: .
specs:
- vagrant-ovirt4 (1.1.0)
+ vagrant-ovirt4 (1.2.0)
filesize (~> 0)
- ovirt-engine-sdk (~> 4.0, >= 4.0.6)
+ ovirt-engine-sdk (~> 4.0.1)
GEM
remote: http://rubygems.org/
specs:
+ artifactory (2.7.0)
+ blankslate (2.1.2.4)
builder (3.2.3)
byebug (9.0.6)
childprocess (0.5.9)
ffi (~> 1.0, >= 1.0.11)
coderay (1.1.1)
diff-lcs (1.3)
- domain_name (0.5.20161129)
+ docker-api (1.33.2)
+ excon (>= 0.38.0)
+ json
+ domain_name (0.5.20170223)
unf (>= 0.0.5, < 1.0.0)
erubis (2.7.0)
+ excon (0.55.0)
+ faraday (0.11.0)
+ multipart-post (>= 1.2, < 3)
ffi (1.9.17)
filesize (0.1.1)
gssapi (1.2.0)
ffi (>= 1.0.1)
gyoku (1.3.1)
builder (>= 2.1.2)
hashicorp-checkpoint (0.1.4)
+ hashie (3.5.5)
http-cookie (1.0.3)
domain_name (~> 0.5)
httpclient (2.8.3)
i18n (0.8.0)
+ inspec (1.15.0)
+ faraday (>= 0.9.0)
+ hashie (~> 3.4)
+ json (>= 1.8, < 3.0)
+ method_source (~> 0.8)
+ mixlib-log
+ parallel (~> 1.9)
+ pry (~> 0)
+ rainbow (~> 2)
+ rspec (~> 3)
+ rspec-its (~> 1.2)
+ rspec_junit_formatter (~> 0.2.3)
+ rubyzip (~> 1.1)
+ sslshake (~> 1)
+ thor (~> 0.19)
+ toml (~> 0.1)
+ train (>= 0.22.0, < 1.0)
json (2.0.3)
+ kitchen-inspec (0.17.0)
+ hashie (~> 3.4)
+ inspec (>= 0.34.0, < 2.0.0)
+ test-kitchen (~> 1.6)
+ kitchen-vagrant (1.0.2)
+ test-kitchen (~> 1.4)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
little-plugger (1.1.4)
@@ -64,36 +96,51 @@
method_source (0.8.2)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.0.0)
+ mixlib-install (2.1.12)
+ artifactory
+ mixlib-shellout
+ mixlib-versioning
+ thor
+ mixlib-log (1.7.1)
+ mixlib-shellout (2.2.7)
+ mixlib-versioning (1.1.0)
multi_json (1.12.1)
- net-scp (1.1.2)
+ multipart-post (2.0.0)
+ net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-sftp (2.1.2)
net-ssh (>= 2.6.5)
net-ssh (3.0.2)
+ net-ssh-gateway (1.3.0)
+ net-ssh (>= 2.6.5)
netrc (0.11.0)
nokogiri (1.6.7.1)
mini_portile2 (~> 2.0.0.rc2)
nori (2.6.0)
- ovirt-engine-sdk (4.1.2)
+ ovirt-engine-sdk (4.0.12)
json
+ parallel (1.10.0)
+ parslet (1.5.0)
+ blankslate (~> 2.0)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (3.4.0)
byebug (~> 9.0)
pry (~> 0.10)
+ rainbow (2.2.1)
rake (0.9.6)
rb-fsevent (0.9.8)
rb-inotify (0.9.8)
ffi (>= 0.5.0)
rb-kqueue (0.2.4)
ffi (>= 0.5.0)
- rest-client (2.0.0)
+ rest-client (2.0.1)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rspec (3.5.0)
rspec-core (~> 3.5.0)
@@ -109,14 +156,38 @@
rspec-expectations (>= 3.0.0)
rspec-mocks (3.5.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
+ rspec_junit_formatter (0.2.3)
+ builder (< 4)
+ rspec-core (>= 2, < 4, != 2.12.0)
ruby_dep (1.3.1)
rubyntlm (0.6.1)
rubyzip (1.2.1)
+ safe_yaml (1.0.4)
slop (3.6.0)
+ sslshake (1.0.13)
+ test-kitchen (1.15.0)
+ mixlib-install (>= 1.2, < 3.0)
+ mixlib-shellout (>= 1.2, < 3.0)
+ net-scp (~> 1.1)
+ net-ssh (>= 2.9, < 5.0)
+ net-ssh-gateway (~> 1.2)
+ safe_yaml (~> 1.0)
+ thor (~> 0.18)
+ thor (0.19.4)
+ toml (0.1.2)
+ parslet (~> 1.5.0)
+ train (0.22.1)
+ docker-api (~> 1.26)
+ json (>= 1.8, < 3.0)
+ mixlib-shellout (~> 2.0)
+ net-scp (~> 1.2)
+ net-ssh (>= 2.9, < 5.0)
+ winrm (~> 2.0)
+ winrm-fs (~> 1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.2)
wdm (0.1.1)
winrm (2.1.2)
@@ -140,14 +211,18 @@
PLATFORMS
ruby
DEPENDENCIES
byebug
+ kitchen-inspec
+ kitchen-vagrant
+ net-scp (~> 1.2)
pry
pry-byebug
rake
rspec
rspec-its
+ test-kitchen
vagrant!
vagrant-ovirt4!
BUNDLED WITH
1.14.4