files.com 1.0.63 → 1.0.64
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/behavior.md +1 -1
- data/lib/files.com/models/behavior.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: 60ae4afe39b2c04b030462207acf442ac336ba5a7d838528a6e9babe9f45277a
|
|
4
|
+
data.tar.gz: 98dec9f615c46ff56aa5e75756603594ecfd1dcf32085517c82938229085f8d0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a696445fd3c4b760bc5cea1709fd04c4b137fe6a60f9ea4c45f068beef36bf231b39401ffc315508cfeb92bf5f32c5f2b2fa697f7c8f0c16e94bcc3221d3aa9
|
|
7
|
+
data.tar.gz: ad2d3fdac287fa9473df83d7110784ad7896215008306883c8f7de3e699bd9e24315ff35e67a850938a01de0682555158c804e931af35bcfd73045107f7d3cc8
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.64
|
data/docs/behavior.md
CHANGED
|
@@ -60,7 +60,7 @@ Files::Behavior.list_for(path,
|
|
|
60
60
|
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
|
61
61
|
* `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
|
|
62
62
|
* `path` (string): Required - Path to operate on.
|
|
63
|
-
* `recursive` (string): Show behaviors
|
|
63
|
+
* `recursive` (string): Show behaviors above this path?
|
|
64
64
|
* `behavior` (string): If set only shows folder behaviors matching this behavior type.
|
|
65
65
|
|
|
66
66
|
|
|
@@ -123,7 +123,7 @@ module Files
|
|
|
123
123
|
# per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
|
124
124
|
# action - string - Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
|
|
125
125
|
# path (required) - string - Path to operate on.
|
|
126
|
-
# recursive - string - Show behaviors
|
|
126
|
+
# recursive - string - Show behaviors above this path?
|
|
127
127
|
# behavior - string - If set only shows folder behaviors matching this behavior type.
|
|
128
128
|
def self.list_for(path, params = {}, options = {})
|
|
129
129
|
params ||= {}
|
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.64
|
|
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-06-
|
|
11
|
+
date: 2020-06-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|