blobstore_client 1.1798.0 → 1.1836.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,8 +11,12 @@ module Bosh
11
11
  def initialize(options)
12
12
  super(options)
13
13
  @client = HTTPClient.new
14
+
15
+ if @options[:ssl_no_verify]
16
+ @client.ssl_config.verify_mode = OpenSSL::SSL::VERIFY_NONE
17
+ end
18
+
14
19
  @endpoint = @options[:endpoint]
15
- # @bucket = @options[:bucket] || "resources" # dav (or simple) doesn't support buckets
16
20
  @headers = {}
17
21
  user = @options[:user]
18
22
  password = @options[:password]
@@ -1,7 +1,7 @@
1
1
  module Bosh
2
2
  module Blobstore
3
3
  class Client
4
- VERSION = '1.1798.0'
4
+ VERSION = '1.1836.0'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blobstore_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1798.0
4
+ version: 1.1836.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-01-18 00:00:00.000000000 Z
12
+ date: 2014-01-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: aws-sdk
@@ -98,7 +98,7 @@ dependencies:
98
98
  requirements:
99
99
  - - ~>
100
100
  - !ruby/object:Gem::Version
101
- version: 1.1798.0
101
+ version: 1.1836.0
102
102
  type: :runtime
103
103
  prerelease: false
104
104
  version_requirements: !ruby/object:Gem::Requirement
@@ -106,7 +106,7 @@ dependencies:
106
106
  requirements:
107
107
  - - ~>
108
108
  - !ruby/object:Gem::Version
109
- version: 1.1798.0
109
+ version: 1.1836.0
110
110
  - !ruby/object:Gem::Dependency
111
111
  name: rspec
112
112
  requirement: !ruby/object:Gem::Requirement
@@ -125,7 +125,7 @@ dependencies:
125
125
  version: '0'
126
126
  description: ! 'BOSH blobstore client
127
127
 
128
- 4c516b'
128
+ f49b5d'
129
129
  email: support@cloudfoundry.com
130
130
  executables:
131
131
  - blobstore_client_console
@@ -170,7 +170,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
170
170
  version: '0'
171
171
  segments:
172
172
  - 0
173
- hash: -192150573711462128
173
+ hash: -3630407537195662572
174
174
  requirements: []
175
175
  rubyforge_project:
176
176
  rubygems_version: 1.8.23