shrine-webdav 0.2.0 → 0.2.1

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
  SHA256:
3
- metadata.gz: 4871b3235c1d7ccf38a75dfa6d842b6a9eade6414f9ed93883505055c7849480
4
- data.tar.gz: 262b824743eab4952ed8054bda6ca689187d41fbe17db27fefa87371aa756569
3
+ metadata.gz: 457511d12444a1030ca00e249f022e9c1b1080162f2ca39319069633c213043c
4
+ data.tar.gz: b05687276c75bceb70ab4e2cd95fe4da31125446fd4075cf44447b0d77f50319
5
5
  SHA512:
6
- metadata.gz: 45826788bc58b67b5ee5dad819d1558c0dd7de75aa86419783f59ac4f70973cb1785f7c1431a14eb9f1bc02a6e6c6a4c68689fcc770f9782fa7698479eb730d3
7
- data.tar.gz: 4b5c8f96d13d14db918e6b56139a55049fee42d1a74a97b4bbfdeb96de416de3704fed116025204e6ab6a58665a46483d543f8d76b65a6bc8c418a1d88779213
6
+ metadata.gz: 50c88fef50a22a4d84a8797812c45299ecb7ad439b8c398527b03b3cf273ed28a38fd77f81dde40dbf08a87627761b770eb95dedc75b95d72a014970217e350b
7
+ data.tar.gz: df71465a82c77d06bfbfca230cae585f403634ab3cd10902cac33c43ab63d00c61e54674e24d0cb622ee945f38597baca0abed94bff6a82b83debc82af5f71ff
@@ -26,7 +26,7 @@ class Shrine
26
26
 
27
27
  def open(id)
28
28
  Down::Http.open(path(@prefixed_host, id)) do |client|
29
- client.timeout(timeout) if http_timeout
29
+ client.timeout(http_timeout) if http_timeout
30
30
  client.basic_auth(http_basic_auth) if http_basic_auth
31
31
  client
32
32
  end
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
 
4
4
  Gem::Specification.new do |spec|
5
5
  spec.name = 'shrine-webdav'
6
- spec.version = '0.2.0'
6
+ spec.version = '0.2.1'
7
7
  spec.authors = ['Ivan Kushmantsev', 'Dmitry Efimov']
8
8
  spec.email = ['i.kushmantsev@fun-box.ru', 'tuwilof@gmail.com']
9
9
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shrine-webdav
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Kushmantsev
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2021-02-10 00:00:00.000000000 Z
12
+ date: 2021-02-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: shrine