geminabox-jgraichen 0.12.2.1 → 0.12.2.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: 00f38a41be22997b62d4341e5d68fc1ae280d437
4
- data.tar.gz: 032882e5bbe65a04f23bf6451dce7d0a082cfbce
3
+ metadata.gz: da554f810e66b0c67c0befd959c0bc6c35d14cef
4
+ data.tar.gz: 1c2e92fc75a620f4043e7d106e90d480a9eed346
5
5
  SHA512:
6
- metadata.gz: 43ef7e700a853dadcc6b2aac1d47b3edbf8af7db278995c2ebf42dabee01c55e6188db8b8165141215379e5c7ba01b37382586fea88eafe2a78ad7272dcbec3d
7
- data.tar.gz: 4c3b246dd5984e805f2dd21e8f798d049e046072c103c6e02377aca9b79fb8af0456f5755f0165ff8781b85f2b47310f5be53676fa6f5d4dae26904f3ad651d7
6
+ metadata.gz: 51f062ba0840bed5fdc6df15e320693b06b4080e70bdc894f16cd4c05f4bef651ae16db5486538a1021040b6797d974241d1281fab912f65dd3359ac41395237
7
+ data.tar.gz: affafd0038da4072f572c735a5aaff8847496370e5a4781a3ff077281c98b636f78d3a7eedcd43380831e18915f04b548dfe47884bb289aa15b46bd74af84bc4
@@ -1,3 +1,3 @@
1
1
  module Geminabox
2
- VERSION = '0.12.2.1' unless defined? VERSION
2
+ VERSION = '0.12.2.2' unless defined? VERSION
3
3
  end
@@ -9,7 +9,7 @@ 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 = nil # https://github.com/nahi/httpclient/pull/186
12
+ @http_client.ssl_config.ssl_version = "" # https://github.com/nahi/httpclient/pull/186
13
13
  @http_client.send_timeout = 0
14
14
  @http_client.receive_timeout = 0
15
15
  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.1
4
+ version: 0.12.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Lea