vagrant-save 0.2.4 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 11b8b80da64d6e38937fe5066fbc242e1f43c2ca
4
- data.tar.gz: a61d5b0654423216c8edef9ac17e83d181f3df4d
3
+ metadata.gz: 237450af49c88796ae3d73d286ffef88f95b38f2
4
+ data.tar.gz: d95f646382d587681b5cc42a6decfd45b3920628
5
5
  SHA512:
6
- metadata.gz: 6616b52b1523016205a50230971dd363d98fb4a2e441f492f5b322025820a3ab37a142886025134c982e414db63afd97e49b45de099bd9b9d2b517afb6f5715c
7
- data.tar.gz: 0c6448f680d330eca4246e38c58e97b084732434817d3c0aeefa423e4f13d3cb6efd3f4bd14c01bae484cda2c55bd2ba209cc4ec7f4384e1429b76492d9cc5ec
6
+ metadata.gz: b9bbfc397212f33647bd4415ae8dafb39ad048fdbce8ed5882cb7d52a54caefa5ec85d82ec07aa754661e9c4cfb3414182e3aa2c84636c875223edf842eab714
7
+ data.tar.gz: 62b6f6190ad1b2dba152db139128a3351121bb945e8ae0f8f1c4d40810605576b6b8c1e1902704a044f140eb5580ca1db3122b59b9819ed76ce50e905fe3fd9f
@@ -38,7 +38,11 @@ module VagrantPlugins
38
38
  @logger.debug("Pinging #{ping_url}")
39
39
 
40
40
  client = HTTPClient.new
41
+
42
+ client.connect_timeout = 10000
43
+ client.send_timeout = 10000
41
44
  client.receive_timeout = 10000
45
+
42
46
  res = client.options(ping_url)
43
47
 
44
48
  raise VagrantPlugins::Save::Errors::CannotContactBoxServer unless res.http_header.status_code == 200
@@ -5,6 +5,6 @@
5
5
 
6
6
  module VagrantPlugins
7
7
  module Save
8
- VERSION = '0.2.4'
8
+ VERSION = '0.2.5'
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-save
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Georg Grossberger