files.com 1.0.63 → 1.0.64

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: e4425d4bcfca9c45d8f7408a76c4c3de345f60c18d069ffb780d3ba1f6f2d173
4
- data.tar.gz: eb637db3ac7ffec9c2d3a0617c2d1b82d22c94ae8f643e871a17440146eb6d24
3
+ metadata.gz: 60ae4afe39b2c04b030462207acf442ac336ba5a7d838528a6e9babe9f45277a
4
+ data.tar.gz: 98dec9f615c46ff56aa5e75756603594ecfd1dcf32085517c82938229085f8d0
5
5
  SHA512:
6
- metadata.gz: 6b51b805a970a1fe4861fd3b5d72ed33b8e589d116ce009ca9f350ab7a4d946711f9039f847173d6dbd0e50fc020fe35f3e9219c796bd859c78f9e712642422a
7
- data.tar.gz: 1e70fccd4752b23ba6384dc9e8da0907e223ea9513f941ff8b068fc3553151ea04036db80c7b5ba5d18297f49d07114f435baf3f559476f85ae4beee9dcc65d1
6
+ metadata.gz: 3a696445fd3c4b760bc5cea1709fd04c4b137fe6a60f9ea4c45f068beef36bf231b39401ffc315508cfeb92bf5f32c5f2b2fa697f7c8f0c16e94bcc3221d3aa9
7
+ data.tar.gz: ad2d3fdac287fa9473df83d7110784ad7896215008306883c8f7de3e699bd9e24315ff35e67a850938a01de0682555158c804e931af35bcfd73045107f7d3cc8
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.63
1
+ 1.0.64
@@ -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 below this path?
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 below this path?
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.63
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-03 00:00:00.000000000 Z
11
+ date: 2020-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday