rb1drv 0.1.8 → 0.1.9

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: 2c15688834990d2c5aa36ff5c031e113a3260cf83f2a2cd9a02f944ba08058bd
4
- data.tar.gz: 62f70bec1309f597448b0354c533f7098d0018e02a7ac5a41055742c28579dd6
3
+ metadata.gz: 5d07a8df86278cb6f6a742b57c699526eebbb84b1430eb52227931fb1da90e65
4
+ data.tar.gz: 5f3227c17836fbf945c115de4ae50f22355132aea4a46ad84734b1b893819c11
5
5
  SHA512:
6
- metadata.gz: 6f9b04494e473825f9e9d82ae802b5861cc56b577d2649b2a6d25361002d096857e81ff5acee54e26306e00bc92d133d09938edf85475c916831753c898604b4
7
- data.tar.gz: 0eab0240e2562dc8cfb1b1fc9c320d129b6c5f6ce0b86dbba1ae46281f81e66ea65749a15459eaf5768d6913b88b3256eb88feca1e21f1d392b3fe8dbdd75530
6
+ metadata.gz: e24f74cc21554eafb217b978a601b3da0d7f6ac2095b0a0e5d707399898411059f6fe448c19eac7ef6a4da9a2ef735098c2693c265a378f5292031cd46412258
7
+ data.tar.gz: edf6d4369a4c6c2aca4630f16123d64a13619760f8080bbf88e418886f91cfacbc09d4d3faa30fe3df0f949a3e10c107ccf138a4c19124b2e0827320932b8344
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rb1drv (0.1.8)
4
+ rb1drv (0.1.9)
5
5
  excon (~> 0.62)
6
6
  oauth2 (~> 1.4)
7
7
 
@@ -9,19 +9,19 @@ GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
11
  excon (0.62.0)
12
- faraday (0.12.2)
12
+ faraday (0.15.4)
13
13
  multipart-post (>= 1.2, < 3)
14
- jwt (1.5.6)
14
+ jwt (2.1.0)
15
15
  multi_json (1.13.1)
16
16
  multi_xml (0.6.0)
17
17
  multipart-post (2.0.0)
18
- oauth2 (1.4.0)
19
- faraday (>= 0.8, < 0.13)
20
- jwt (~> 1.0)
18
+ oauth2 (1.4.1)
19
+ faraday (>= 0.8, < 0.16.0)
20
+ jwt (>= 1.0, < 3.0)
21
21
  multi_json (~> 1.3)
22
22
  multi_xml (~> 0.5)
23
23
  rack (>= 1.2, < 3)
24
- rack (2.0.5)
24
+ rack (2.0.6)
25
25
  rake (10.5.0)
26
26
 
27
27
  PLATFORMS
@@ -201,7 +201,7 @@ module Rb1drv
201
201
  #
202
202
  # @return [OneDriveFile,nil] uploaded file
203
203
  def upload_simple(filename, overwrite:, target_name:)
204
- target_file = get(filename)
204
+ target_file = get(target_name)
205
205
  exist = target_file.file?
206
206
  return if exist && !overwrite
207
207
  path = nil
@@ -1,3 +1,3 @@
1
1
  module Rb1drv
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rb1drv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xinyue Lu
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-06-03 00:00:00.000000000 Z
11
+ date: 2018-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oauth2