files.com 1.0.117 → 1.0.118
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 +4 -4
- data/_VERSION +1 -1
- data/docs/api_key.md +1 -1
- data/lib/files.com/models/api_key.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5e22b98bd41e889de40fc81f228919713b7af7b7f26e0598f9f81d841ffc9964
|
|
4
|
+
data.tar.gz: a18af019ffa188e0596526f0fded2453fa6b32bc585831e57c3acee7cba3ac68
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a8e4a3cc5c02f3b1d89cb51f7caee4a9e9f2c77c6edafcedbd33b1af0c37ea76bdda13060d86bb953150520e7766178efea3c1633332a2d9cccda2ed8f8bd02
|
|
7
|
+
data.tar.gz: '09a6dc5ee2ca91b37ebc71ab0a0203e68df1cbe3828b6e96d382dfa6bb60b3eff6388034bde391a86df63f4642af4514cd6b48bd2cc82ff7853193135726c965'
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.118
|
data/docs/api_key.md
CHANGED
|
@@ -257,7 +257,7 @@ module Files
|
|
|
257
257
|
# Parameters:
|
|
258
258
|
# format - string
|
|
259
259
|
# api_key - object
|
|
260
|
-
def self.
|
|
260
|
+
def self.delete_current(params = {}, options = {})
|
|
261
261
|
raise InvalidParameterError.new("Bad parameter: format must be an String") if params.dig(:format) and !params.dig(:format).is_a?(String)
|
|
262
262
|
raise InvalidParameterError.new("Bad parameter: api_key must be an Hash") if params.dig(:api_key) and !params.dig(:api_key).is_a?(Hash)
|
|
263
263
|
|
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.
|
|
4
|
+
version: 1.0.118
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- files.com
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-09-
|
|
11
|
+
date: 2020-09-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|