filestack 2.2.0 → 2.2.1

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
  SHA1:
3
- metadata.gz: 116f6e88901683032cbe2890d112b06b2ab5c02b
4
- data.tar.gz: 501c181472822cf45a825b74d24e8c4cd94a8aff
3
+ metadata.gz: 438fc76be1e0386403700350842dc5031d291652
4
+ data.tar.gz: 6313b796ebfca5e4ce00d1d5d3636e418eedcce1
5
5
  SHA512:
6
- metadata.gz: 6e168be4f746516c8210bddde2ba5226ca1b0c10666396478a5bfcb5d6ae3a90db2557059f94aef0659a40a09854ee044ec16778fd8481770409f7c3cd98e530
7
- data.tar.gz: b1106d866171abb5209690ffdd5f7575e0a4ad3e8c97ae6914df585ca647445932765670f621cb4a1001fcfa22eec2bb0de9004a27fa3afbb0602dfcd8b80f94
6
+ metadata.gz: 655f3bb30c46b62360210df99baabe6f03ca0209a5c53e9ca05a93153ae1542d8d9bae1f9960971f576058e8f85ed8bad119ce7013f27a8ae4220bf74a065b44
7
+ data.tar.gz: cea22405c19396b4c62172ba0d08fd02490b7c6798f29c41802003e794bd5fc8c289ff8540bd4090797de065d7203823d8c86f09906ed4548d2be9d12cf784ff
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.2.0
1
+ 2.2.1
@@ -7,10 +7,10 @@ class FilestackConfig
7
7
  CDN_URL = 'https://cdn.filestackcontent.com'.freeze
8
8
  PROCESS_URL = 'https://process.filestackapi.com'.freeze
9
9
 
10
- MULTIPART_START_URL = 'https://rc-upload.filestackapi.com/multipart/start'.freeze
11
- MULTIPART_UPLOAD_URL = 'https://rc-upload.filestackapi.com/multipart/upload'.freeze
12
- MULTIPART_COMMIT_URL = 'https://rc-upload.filestackapi.com/multipart/commit'.freeze
13
- MULTIPART_COMPLETE_URL = 'https://rc-upload.filestackapi.com/multipart/complete'.freeze
10
+ MULTIPART_START_URL = 'https://upload.filestackapi.com/multipart/start'.freeze
11
+ MULTIPART_UPLOAD_URL = 'https://upload.filestackapi.com/multipart/upload'.freeze
12
+ MULTIPART_COMMIT_URL = 'https://upload.filestackapi.com/multipart/commit'.freeze
13
+ MULTIPART_COMPLETE_URL = 'https://upload.filestackapi.com/multipart/complete'.freeze
14
14
 
15
15
  MULTIPART_PARAMS = %w[
16
16
  store_location store_region store_container
@@ -1,5 +1,5 @@
1
1
  module Filestack
2
2
  module Ruby
3
- VERSION = '2.2.0'.freeze
3
+ VERSION = '2.2.1'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: filestack
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Filestack
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-08-23 00:00:00.000000000 Z
11
+ date: 2017-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: unirest