geminabox-jgraichen 0.12.2.2 → 0.12.2.3

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: da554f810e66b0c67c0befd959c0bc6c35d14cef
4
- data.tar.gz: 1c2e92fc75a620f4043e7d106e90d480a9eed346
3
+ metadata.gz: db110c48c377b55ed0e69293518705a58ef61ef0
4
+ data.tar.gz: 1e1f4438d69e97e565abf2a0910a04b1b189318e
5
5
  SHA512:
6
- metadata.gz: 51f062ba0840bed5fdc6df15e320693b06b4080e70bdc894f16cd4c05f4bef651ae16db5486538a1021040b6797d974241d1281fab912f65dd3359ac41395237
7
- data.tar.gz: affafd0038da4072f572c735a5aaff8847496370e5a4781a3ff077281c98b636f78d3a7eedcd43380831e18915f04b548dfe47884bb289aa15b46bd74af84bc4
6
+ metadata.gz: a29bf8b8084b733f7cfad980846773b1b059b711e43a0d27e06e6a394a0714a1422098e1fad6f1498561030301678bb9a639d3e863745537fa09f4aa9bc79591
7
+ data.tar.gz: ab41f394a1b61349949f5696d441960b270ebd8aae9966dcad73103e154558aaafd332a2b9097e1358ae3c45e82c20f8fa0d91723803f21d352513883d70c336
@@ -1,3 +1,3 @@
1
1
  module Geminabox
2
- VERSION = '0.12.2.2' unless defined? VERSION
2
+ VERSION = '0.12.2.3' unless defined? VERSION
3
3
  end
@@ -9,7 +9,6 @@ class GeminaboxClient
9
9
  @http_client = HTTPClient.new
10
10
  @http_client.set_auth(url_for(:upload), @username, @password) if @username or @password
11
11
  @http_client.www_auth.basic_auth.challenge(url_for(:upload)) # Workaround: https://github.com/nahi/httpclient/issues/63
12
- @http_client.ssl_config.ssl_version = "" # https://github.com/nahi/httpclient/pull/186
13
12
  @http_client.send_timeout = 0
14
13
  @http_client.receive_timeout = 0
15
14
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geminabox-jgraichen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.2.2
4
+ version: 0.12.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Lea
@@ -41,7 +41,7 @@ dependencies:
41
41
  - !ruby/object:Gem::Version
42
42
  version: '0'
43
43
  - !ruby/object:Gem::Dependency
44
- name: httpclient
44
+ name: httpclient-jgraichen
45
45
  requirement: !ruby/object:Gem::Requirement
46
46
  requirements:
47
47
  - - '>='