openstack-swifter 0.3.1 → 0.3.2

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: 84c79ccd617434d66fd9992d52a430c26b657b10
4
- data.tar.gz: 867f2093ddc4efb803ee4d36b72469c428d95f8d
3
+ metadata.gz: 1967d686d262cb4d6f095d8b2b21a92c46c2e094
4
+ data.tar.gz: 7e167f1a75ae869a51ce6fe165e248a78d2c23da
5
5
  SHA512:
6
- metadata.gz: 35538c1b3fcb5229837641d74d321a4d11e0bf06475dc25050ebd734a83b4ab5743add0ada7072915d578ef54c879b59105d80c6926695e7a697748344248837
7
- data.tar.gz: 894f21bb72cdd033e93978ecb1bf4b3b9ad2667725bdbf656ba7f00bf4e6f8674bf08c91d135de00379a876eb95c773a5f7d7c4f20cf3ed16c64af34ccc17dd3
6
+ metadata.gz: abc553963c6f76205e478d503230364957e75ca9038af66f846ece09931940a0f630fd6d045e29af5196927d19b374280d1a759b6e6a14b73bed01f164710793
7
+ data.tar.gz: 652856a50c247de01e15b2c1d96529a079bb09027639ea31399b88124c79f9ded9e414eb8c2bd4f482659527cd9fd92a09899a9d72df31cbbd09cb87d750297a
@@ -104,8 +104,8 @@ module Openstack
104
104
  req.add_field("X-Auth-Token", token)
105
105
 
106
106
  http = Net::HTTP.new(uri.host, uri.port)
107
- http.use_ssl = false
108
- http.verify_mode = OpenSSL::SSL::VERIFY_NONE
107
+ #http.use_ssl = false
108
+ #http.verify_mode = OpenSSL::SSL::VERIFY_NONE
109
109
  md5 = Digest::MD5.new
110
110
 
111
111
  http.request(req) do |res|
@@ -193,8 +193,8 @@ module Openstack
193
193
  req.content_type = "application/octet-stream"
194
194
 
195
195
  http = Net::HTTP.new(uri.host, uri.port)
196
- http.use_ssl = true
197
- http.verify_mode = OpenSSL::SSL::VERIFY_NONE
196
+ #http.use_ssl = false
197
+ #http.verify_mode = OpenSSL::SSL::VERIFY_NONE
198
198
  http.request(req)
199
199
  ensure
200
200
  file.close rescue nil
@@ -1,6 +1,6 @@
1
1
  # -*- coding: UTF-8 -*-
2
2
  module Openstack
3
3
  module Swift
4
- VERSION = "0.3.1"
4
+ VERSION = "0.3.2"
5
5
  end
6
6
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openstack-swifter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - morellon
@@ -73,6 +73,7 @@ files:
73
73
  - "./lib/openstack-swift/swift_config.rb"
74
74
  - "./lib/openstack-swift/version.rb"
75
75
  - "./openstack-swift.gemspec"
76
+ - "./openstack-swifter-0.3.1.gem"
76
77
  - "./spec/openstack-swift/api_spec.rb"
77
78
  - "./spec/openstack-swift/client_spec.rb"
78
79
  - "./spec/spec_helper.rb"