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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ca1787eada1cbf8e985b93f36282ef946b333184
4
- data.tar.gz: 06fc36444654eb0e28a69b92f39281265da8e3d3
3
+ metadata.gz: fcc4f8c4054702308f57599fea2ceb4925b9a11b
4
+ data.tar.gz: ddb9c58cbb511ae531471d308587395dd139d940
5
5
  SHA512:
6
- metadata.gz: f2f26f30079a05d6e2bfcccd691753398c224aef92b463957cb175e7a64be60d6736145f81f2b62eb1fbc17734825eadf070f09faf31735c037a4c7a7bdd0630
7
- data.tar.gz: 14ee73d081fcab1bbe56849795e5ee0a06d2584a99f325d4b0f8ce8a001f125ed3c8d137be99ea4cc97ba34fcd4aec42dc4eb3f3e774fec1eff05d567d20a37a
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
@@ -1,3 +1,3 @@
1
1
  module VCloudSdk
2
- VERSION = '0.7.1'
2
+ VERSION = '0.7.3'
3
3
  end
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.2
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-01-26 00:00:00.000000000 Z
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
- f488c1
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.4.5
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: