files.com 1.0.218 → 1.0.219

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7dc12025aafa302829b6a20732239036c7592f735ccc2ee7eab06c806d60a6c7
4
- data.tar.gz: c333474a157e59d1fbefa02bec5deaccbb5330a706ad5e233202402c6c932487
3
+ metadata.gz: 34129df0787d31e5519914ab6b679d02efe80727d62b339af58befe1145283ed
4
+ data.tar.gz: 2bb37311852d4e079cbc7ba4c7c61be93b65a1b5a095c25aebf00ef535612494
5
5
  SHA512:
6
- metadata.gz: 9527d182e3fab45a495d4c0594e5ea05426c3ad2b12ef1a224020c048b05ea9f7665805f1cb0aab13d8e8a77bfdbd151941ce98dc9b70eef93d99d89f2523691
7
- data.tar.gz: 711764af7326a13e21d50ed05af0e10d9e3b7700e72f61b3788657a0f52634b536d07247709d0155c6c3a989f6f7d6f58bd38f6b9e5e33bcb009277b0392a7df
6
+ metadata.gz: 49a2b088fc730db0fa8ae70c62a5beb45a31699b3ad32b1d9685d4b68b97e0194b8b3c20e208a487b6e6eada7b86e61cb1a748eb0c367801844119478534a102
7
+ data.tar.gz: 0a929278c4c5a64af8dea48f6d75885bf22d3fcb2177e7c1156b9f3db74cad2af1406bd04e25db6195c34eb2161e94e04ca1dbc5484253e0366728d673dd41c9
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.218
1
+ 1.0.219
@@ -155,7 +155,7 @@ module Files
155
155
  etags ||= []
156
156
  bytes_written = 0
157
157
  loop do
158
- begin_upload = FileAction.begin_upload(path, { ref: upload&.ref, part: (upload&.part_number || 0) + 1 }, options)
158
+ begin_upload = File.begin_upload(path, { ref: upload&.ref, part: (upload&.part_number || 0) + 1 }, options)
159
159
  upload = begin_upload.is_a?(Enumerable) ? begin_upload.first : begin_upload
160
160
  buf = io.read(upload.partsize) || ""
161
161
  bytes_written += buf.length
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.218
4
+ version: 1.0.219
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-02 00:00:00.000000000 Z
11
+ date: 2021-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable