dropbox_api_v2 0.1.3 → 0.1.4

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: ba763e122ce7250f27dcb1f1162b58c275d65356
4
- data.tar.gz: 1614318c4b9fc94cdc4e15b1ab9808dac1a983f5
3
+ metadata.gz: 956b2b2f9fca7fc67d37c1e4806acee40adc9e64
4
+ data.tar.gz: b291877b0a99372b907a293ab09605a7ad6a040d
5
5
  SHA512:
6
- metadata.gz: 28acdfdb5d4714508fb2b90aa56c4094eeb65f1394160376e31fb2586629c91e2780cfac413bad77c9af1cfc3c6902c754f96aa0b2a266d6513d165b83be2840
7
- data.tar.gz: 6f5bbc5d3f8661c80b2173b9df17a69f0ec6334ead6169b07f691bebdea3fae71b0a0d6ddeebac6f0798bd60fb16ea84e8f0e857d3e618df325f5f80a27f5bac
6
+ metadata.gz: 47075625389c6acce09d6941d827c0c9a6c9d1c7305d675da18ba891b68c5bb6d9fb5eb99c0cc2ec19d5e87b849d3f580db2dbde4338039050c3c0427412a283
7
+ data.tar.gz: 927e88f4a1762695e7d1ca574a07fae31e2dc6d843fb62da0397a67f29955f96193f465951e8ca0aff0e0ecb2872591b50ed419994eed652e78fb2af217ef762
@@ -1,3 +1,3 @@
1
1
  module DropboxApiV2
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
@@ -15,7 +15,7 @@ module DropboxApiV2
15
15
  end
16
16
 
17
17
  def self.upload(file_path, token, body)
18
- Request.new("/files/upload", path: file_path, body: body, file_transfer: true, token: token).response
18
+ Request.new("/files/upload", path: file_path, body: body, file_transfer: true, token: token, mode: :overwrite, mute: true).response
19
19
  end
20
20
 
21
21
  def self.search(file_path, token, args={})
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dropbox_api_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - smurfik
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2016-07-08 00:00:00.000000000 Z
12
+ date: 2016-07-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler