files.com 1.0.29 → 1.0.30

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e84034851ff6d741050f980f8a8964bc8dafaa8299fc775d2899d1b9f48b5f2
4
- data.tar.gz: 06e44469c7b61155a9e569e998dfecd3204076840b9d70b1641aad93d1beb9f7
3
+ metadata.gz: 90a599b087ce0578189d19298ab705e4f1ca434de3fc53d4bcf6e8f6d671ecea
4
+ data.tar.gz: '007837e03f4be117a2e097331f02658a144b532f6f7194ef81f59e30bd114001'
5
5
  SHA512:
6
- metadata.gz: 5754b9cfac5104f671ee86430860e71880d12c134765c56efe2fd6635295b5e9bda36a1b3ca7f12be079f841731a32953d6dca1bbfb988d3240cf9d0e9adffb7
7
- data.tar.gz: c6915d3683fa561dbc5daccf38b82504d1c03a1c9c7c2cc49f8ee669bd49a2663746e0e142510ac3eeadcac984d3d796fbe2ff1d8fc59a97aeab6040555ee8f1
6
+ metadata.gz: 7d5b9a37d7307980365122aae00f98262bd06ba6f2bc1832d8c7163d6b00e5b627e0e993ba7bb6600eac909691173ef50cef1c79e091df7f057e45168b92383c
7
+ data.tar.gz: 8c05912710790e561f885e73bccff3ac88f7c3f93a8ad7d3d768e5f4730581e8612bf91d6c181ee9128092a25bd0573c3aaec7a900d48ecd6d8212451d5255c1
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.29
1
+ 1.0.30
data/docs/user.md CHANGED
@@ -69,7 +69,7 @@
69
69
  * `disabled` (boolean): Is user disabled? Disabled users cannot log in, and do not count for billing purposes. Users can be automatically disabled after an inactivity period via a Site setting.
70
70
  * `email` (email): User email address
71
71
  * `ftp_permission` (boolean): Can the user access with FTP/FTPS?
72
- * `group_ids` (array): List of group IDs of which this user is a member
72
+ * `group_ids` (array): Comma-separated list of group IDs of which this user is a member
73
73
  * `language` (string): Preferred language
74
74
  * `last_login_at` (date-time): User's last login time
75
75
  * `last_protocol_cipher` (string): The last protocol and cipher used
@@ -149,7 +149,7 @@ module Files
149
149
  @attributes[:ftp_permission] = value
150
150
  end
151
151
 
152
- # array - List of group IDs of which this user is a member
152
+ # array - Comma-separated list of group IDs of which this user is a member
153
153
  def group_ids
154
154
  @attributes[:group_ids]
155
155
  end
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.29
4
+ version: 1.0.30
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-04-23 00:00:00.000000000 Z
11
+ date: 2020-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday