ruby_vcloud_sdk 0.7.2 → 0.7.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ruby_vcloud_sdk/connection/connection.rb +1 -1
- data/lib/ruby_vcloud_sdk/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fcc4f8c4054702308f57599fea2ceb4925b9a11b
|
4
|
+
data.tar.gz: ddb9c58cbb511ae531471d308587395dd139d940
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fcbd5a26015f03ec2ddfa3e48bd95174e90cb8fbf65000ec5f9b87bfb4996e227d24ba0841ab067405c573c1641239b91105af37d4d6f4d009d0567a7c5761c0
|
7
|
+
data.tar.gz: b7d229f94d155499287221372245a7b483289885ba80e91fba9b8820f8187a965a0858f8368963df05eaef21da2ca6628cbf653e33e0477d921c12c712d91f66
|
@@ -32,7 +32,7 @@ module VCloudSdk
|
|
32
32
|
def connect(username, password)
|
33
33
|
login_password = "#{username}:#{password}"
|
34
34
|
auth_header_value = "Basic #{Base64.encode64(login_password)}"
|
35
|
-
response = @site[login_url].post(
|
35
|
+
response = @site[login_url].post("",
|
36
36
|
Authorization: auth_header_value, Accept: ACCEPT)
|
37
37
|
Config.logger.debug(response)
|
38
38
|
@cookies = response.cookies
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby_vcloud_sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- VMware
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-06-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: builder
|
@@ -82,7 +82,7 @@ dependencies:
|
|
82
82
|
version: '0'
|
83
83
|
description: |-
|
84
84
|
BOSH vCloud API client
|
85
|
-
|
85
|
+
0efc6d
|
86
86
|
email: support@cloudfoundry.com
|
87
87
|
executables: []
|
88
88
|
extensions: []
|
@@ -379,8 +379,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
379
379
|
version: '0'
|
380
380
|
requirements: []
|
381
381
|
rubyforge_project:
|
382
|
-
rubygems_version: 2.
|
382
|
+
rubygems_version: 2.2.0
|
383
383
|
signing_key:
|
384
384
|
specification_version: 4
|
385
385
|
summary: BOSH vCloud API client
|
386
386
|
test_files: []
|
387
|
+
has_rdoc:
|