Skip to content

Commit e6b2917

Browse files
committed
Upgrade to vagrant 1.9.1
1 parent b3f2ea9 commit e6b2917

File tree

5 files changed

+76
-104
lines changed

5 files changed

+76
-104
lines changed

Gemfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ source 'https://rubygems.org'
33
gemspec
44

55
group :development do
6-
#We depend on Vagrant for development, but we don't add it as a
7-
#gem dependency because we expect to be installed within the
8-
#Vagrant environment itself using `vagrant plugin`.
9-
gem "vagrant", '1.4.3',
10-
:git => 'https://github.com/mitchellh/vagrant.git',
11-
:ref => 'v1.4.3'
6+
# We depend on Vagrant for development, but we don't add it as a
7+
# gem dependency because we expect to be installed within the
8+
# Vagrant environment itself using `vagrant plugin`.
9+
gem 'vagrant', '1.9.1',
10+
git: 'https://github.com/mitchellh/vagrant.git',
11+
ref: 'v1.9.1'
1212
end

Gemfile.lock

Lines changed: 66 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,48 @@
11
GIT
22
remote: https://github.com/mitchellh/vagrant.git
3-
revision: 4f0eb9504cc786d5a57a43814427e8eb35407a4c
4-
ref: v1.4.3
3+
revision: d8c2b2e5ababcdecc65b62b91e5dec21a4bc2d96
4+
ref: v1.9.1
55
specs:
6-
vagrant (1.4.3)
7-
childprocess (~> 0.3.7)
6+
vagrant (1.9.1)
7+
childprocess (~> 0.5.0)
88
erubis (~> 2.7.0)
9-
i18n (~> 0.6.0)
10-
log4r (~> 1.1.9)
9+
hashicorp-checkpoint (~> 0.1.1)
10+
i18n (>= 0.6.0, <= 0.8.0)
11+
listen (~> 3.1.5)
12+
log4r (~> 1.1.9, < 1.1.11)
1113
net-scp (~> 1.1.0)
12-
net-ssh (>= 2.6.6, < 2.8.0)
14+
net-sftp (~> 2.1)
15+
net-ssh (~> 3.0.1)
16+
nokogiri (= 1.6.7.1)
17+
rb-kqueue (~> 0.2.0)
18+
rest-client (>= 1.6.0, < 3.0)
19+
ruby_dep (<= 1.3.1)
20+
wdm (~> 0.1.0)
21+
winrm (~> 1.6)
22+
winrm-fs (~> 0.3.0)
1323

1424
PATH
1525
remote: .
1626
specs:
17-
vagrant-proxmox (0.0.10.alpha10)
27+
vagrant-proxmox (0.1.0)
1828
activesupport (~> 4.0)
19-
rest-client (~> 1.6, >= 1.6.7)
29+
rest-client (>= 1.6.7, < 3.0)
2030
retryable (~> 1.3, >= 1.3.3)
2131

2232
GEM
2333
remote: https://rubygems.org/
2434
specs:
25-
activesupport (4.1.16)
26-
i18n (~> 0.6, >= 0.6.9)
35+
activesupport (4.2.7.1)
36+
i18n (~> 0.7)
2737
json (~> 1.7, >= 1.7.7)
2838
minitest (~> 5.1)
29-
thread_safe (~> 0.1)
39+
thread_safe (~> 0.3, >= 0.3.4)
3040
tzinfo (~> 1.1)
3141
addressable (2.5.0)
3242
public_suffix (~> 2.0, >= 2.0.2)
3343
awesome_print (1.7.0)
3444
builder (3.2.2)
35-
childprocess (0.3.9)
45+
childprocess (0.5.9)
3646
ffi (~> 1.0, >= 1.0.11)
3747
coderay (1.1.1)
3848
crack (0.4.3)
@@ -57,6 +67,8 @@ GEM
5767
sinatra (>= 1.2.7)
5868
gherkin (2.12.2)
5969
multi_json (~> 1.3)
70+
gssapi (1.2.0)
71+
ffi (>= 1.0.1)
6072
guard (2.14.0)
6173
formatador (>= 0.2.4)
6274
listen (>= 2.7, < 4.0)
@@ -69,31 +81,46 @@ GEM
6981
guard-rspec (4.2.10)
7082
guard (~> 2.1)
7183
rspec (>= 2.14, < 4.0)
84+
gyoku (1.3.1)
85+
builder (>= 2.1.2)
7286
hashdiff (0.3.1)
87+
hashicorp-checkpoint (0.1.4)
7388
http-cookie (1.0.3)
7489
domain_name (~> 0.5)
7590
httpclient (2.8.3)
76-
i18n (0.6.11)
91+
i18n (0.7.0)
7792
json (1.8.3)
7893
libnotify (0.8.4)
7994
ffi (>= 1.0.11)
8095
listen (3.1.5)
8196
rb-fsevent (~> 0.9, >= 0.9.4)
8297
rb-inotify (~> 0.9, >= 0.9.7)
8398
ruby_dep (~> 1.2)
99+
little-plugger (1.1.4)
84100
log4r (1.1.10)
101+
logging (2.1.0)
102+
little-plugger (~> 1.1)
103+
multi_json (~> 1.10)
85104
lumberjack (1.0.10)
86105
method_source (0.8.2)
87-
mime-types (2.99.3)
106+
mime-types (3.1)
107+
mime-types-data (~> 3.2015)
108+
mime-types-data (3.2016.0521)
109+
mini_portile2 (2.0.0)
88110
minitest (5.10.1)
89111
multi_json (1.12.1)
90112
multi_test (0.1.2)
91113
nenv (0.3.0)
92114
nesty (1.0.2)
93115
net-scp (1.1.2)
94116
net-ssh (>= 2.6.5)
95-
net-ssh (2.7.0)
117+
net-sftp (2.1.2)
118+
net-ssh (>= 2.6.5)
119+
net-ssh (3.0.2)
96120
netrc (0.11.0)
121+
nokogiri (1.6.7.1)
122+
mini_portile2 (~> 2.0.0.rc2)
123+
nori (2.6.0)
97124
notiffany (0.1.1)
98125
nenv (~> 0.1)
99126
shellany (~> 0.0)
@@ -109,10 +136,12 @@ GEM
109136
rb-fsevent (0.9.8)
110137
rb-inotify (0.9.7)
111138
ffi (>= 0.5.0)
112-
rest-client (1.8.0)
139+
rb-kqueue (0.2.4)
140+
ffi (>= 0.5.0)
141+
rest-client (2.0.0)
113142
http-cookie (>= 1.0.2, < 2.0)
114-
mime-types (>= 1.16, < 3.0)
115-
netrc (~> 0.7)
143+
mime-types (>= 1.16, < 4.0)
144+
netrc (~> 0.8)
116145
retryable (1.3.6)
117146
rspec (3.5.0)
118147
rspec-core (~> 3.5.0)
@@ -127,7 +156,9 @@ GEM
127156
diff-lcs (>= 1.2.0, < 2.0)
128157
rspec-support (~> 3.5.0)
129158
rspec-support (3.5.0)
130-
ruby_dep (1.5.0)
159+
ruby_dep (1.3.1)
160+
rubyntlm (0.6.1)
161+
rubyzip (1.2.0)
131162
safe_yaml (1.0.4)
132163
shellany (0.0.1)
133164
simplecov (0.9.2)
@@ -151,10 +182,24 @@ GEM
151182
unf (0.1.4)
152183
unf_ext
153184
unf_ext (0.0.7.2)
185+
wdm (0.1.1)
154186
webmock (1.24.6)
155187
addressable (>= 2.3.6)
156188
crack (>= 0.3.2)
157189
hashdiff
190+
winrm (1.8.1)
191+
builder (>= 2.1.2)
192+
gssapi (~> 1.2)
193+
gyoku (~> 1.0)
194+
httpclient (~> 2.2, >= 2.2.0.2)
195+
logging (>= 1.6.1, < 3.0)
196+
nori (~> 2.0)
197+
rubyntlm (~> 0.6.0)
198+
winrm-fs (0.3.2)
199+
erubis (~> 2.7)
200+
logging (>= 1.6.1, < 3.0)
201+
rubyzip (~> 1.1)
202+
winrm (~> 1.5)
158203

159204
PLATFORMS
160205
ruby
@@ -170,7 +215,7 @@ DEPENDENCIES
170215
simplecov (~> 0.9.0)
171216
simplecov-rcov (~> 0.2.3)
172217
timecop (~> 0.7.1)
173-
vagrant (= 1.4.3)!
218+
vagrant (= 1.9.1)!
174219
vagrant-proxmox!
175220
webmock (~> 1.18, >= 1.18.0)
176221

lib/vagrant-proxmox/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module VagrantPlugins
22
module Proxmox
3-
VERSION = '0.0.10.alpha10'.freeze
3+
VERSION = '0.1.0'.freeze
44
end
55
end

vagrant-proxmox.gemspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ Gem::Specification.new do |spec|
1414
spec.summary = 'Enables Vagrant to manage virtual machines on a Proxmox server.'
1515
spec.description = 'Enables Vagrant to manage virtual machines on a Proxmox'\
1616
' server. '
17-
spec.required_ruby_version = '>= 2'
17+
spec.required_ruby_version = "~> 2.2"
18+
spec.required_rubygems_version = ">= 1.3.6"
1819

19-
spec.add_runtime_dependency 'rest-client', '~> 1.6', '>= 1.6.7'
20+
spec.add_dependency 'rest-client', '>= 1.6.7', '< 3.0'
2021
spec.add_runtime_dependency 'retryable', '~> 1.3', '>= 1.3.3'
2122
spec.add_runtime_dependency 'activesupport', '~> 4.0'
2223
spec.add_development_dependency 'rake', '10.5.0'

vagrant-proxmox.iml

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)