vagrant-xenserver 0.0.5 → 0.0.6

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: b84e9354ef528f4b70fd544bd1c5a83c791db119
4
- data.tar.gz: 1c11dfe1f8bcae0c9285e66053c64ce01bfec15e
3
+ metadata.gz: 38ee8a8733336f02f0467f41ef77ac1e464d3480
4
+ data.tar.gz: 81fb0f98a07be6ab5c560ac1280a52d9afed9592
5
5
  SHA512:
6
- metadata.gz: 974b740f5427008c0584d8f60c3cb664971ab9bd1e68b57f3844bb6381b29d6a8b240da8981d15a70883edb7aaacc011ec663159f50a3e772a84daacabbace4d
7
- data.tar.gz: b862e19f37248b5a291ec4a64f69fffaa14e3cbc3e8c231b20150581a8c50009467b56f1f0ce33c3cb5ea1abf74d7d2924d0984dd897ca3caad2c6a6273a205c
6
+ metadata.gz: 025fc944a6ad7c7004d654d200da2c826985b22710e69d4fa5b61cf5b29c93a0fde80e1dacf219ee3a1c9e5432723d139b29b161adbab6807dec155aa9b77caf
7
+ data.tar.gz: b6c62581918b2a0ec29aa68c720c9880bc2298cee171e92dbf70993a50d51dbf73f49f90049da5dcaa09377a243eb71bd9c77d6ee9bbcbf01866837d3af46dac
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 0.0.6 (8 September 2014)
2
+
3
+ * Change other uploaders to https too
4
+
1
5
  # 0.0.5 (5 September 2014)
2
6
 
3
7
  * Upload VHDs over https rather than http
@@ -79,7 +79,7 @@ module VagrantPlugins
79
79
 
80
80
  task = task_result["Value"]
81
81
 
82
- url = "http://#{hostname}/import_raw_vdi?session_id=#{session}&task_id=#{task}&vdi=#{vdi_result}&format=vhd"
82
+ url = "https://#{hostname}/import_raw_vdi?session_id=#{session}&task_id=#{task}&vdi=#{vdi_result}&format=vhd"
83
83
 
84
84
  uploader_options = {}
85
85
  uploader_options[:ui] = env[:ui]
@@ -31,7 +31,7 @@ module VagrantPlugins
31
31
 
32
32
  task = task_result["Value"]
33
33
 
34
- url = "http://#{hostname}/import?session_id=#{session}&task_id=#{task}"
34
+ url = "https://#{hostname}/import?session_id=#{session}&task_id=#{task}"
35
35
 
36
36
  uploader_options = {}
37
37
  uploader_options[:ui] = env[:ui]
@@ -1,6 +1,6 @@
1
1
  module VagrantPlugins
2
2
  module XenServer
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
6
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-xenserver
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Ludlam
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-05 00:00:00.000000000 Z
11
+ date: 2014-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake