files.com 1.0.80 → 1.0.81

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: 4853b6244fc875ee850f59c63fe883fd68cfaaaf36415985fbdcc74735d966d8
4
- data.tar.gz: 194e5633e68ef1d24518345cab7cf1968117dde31d0b73394346f13b922a8f34
3
+ metadata.gz: 0f13e9439935282f888848cf62de34ed6690015df2311d95dc146655b2d759ba
4
+ data.tar.gz: fa4c5922cb63c77e6aee687c26f85b3d36ca481d1ba451ce7453565419f0cd35
5
5
  SHA512:
6
- metadata.gz: c4fccf56177f29e5c33a9337db5945305922688e85ebfb83dd5fb65e620527f85a675e3150769ceb700a0662be7122c2e86665f8920e2396b67a9debd245bc2c
7
- data.tar.gz: 663ed920eec49bb22b4a4908e67784948bee85264360e1771275042918626235e20447518ddd817e42cd1947e8c9e0d5cdf245a7700d7192d2a0308158b15928
6
+ metadata.gz: 0140d067ec0a4ea64d6c1117fb74cf0aa877ca3eb3f80ce594be510c727181be02b241335bf686ed097019640a266be5c7b5485fcb95d6fcc16bf5723078f813
7
+ data.tar.gz: 7c3cd89ee9470a7ed1f6fef804087bd15947f9140770f7f955e03ec22b46bc4d89e2692b539f9f629e5ec51fd057e6fb566a613881963b68e104fc9f30327859
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.80
1
+ 1.0.81
@@ -23,9 +23,7 @@
23
23
  "disabled": true,
24
24
  "email": "john.doe@files.com",
25
25
  "ftp_permission": true,
26
- "group_ids": [
27
-
28
- ],
26
+ "group_ids": "",
29
27
  "header_text": "User-specific message.",
30
28
  "language": "en",
31
29
  "last_login_at": "2000-01-01T01:00:00Z",
@@ -72,7 +70,7 @@
72
70
  * `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.
73
71
  * `email` (email): User email address
74
72
  * `ftp_permission` (boolean): Can the user access with FTP/FTPS?
75
- * `group_ids` (array): Comma-separated list of group IDs of which this user is a member
73
+ * `group_ids` (string): Comma-separated list of group IDs of which this user is a member
76
74
  * `header_text` (string): Text to display to the user in the header of the UI
77
75
  * `language` (string): Preferred language
78
76
  * `last_login_at` (date-time): User's last login time
@@ -158,7 +158,7 @@ module Files
158
158
  @attributes[:ftp_permission] = value
159
159
  end
160
160
 
161
- # array - Comma-separated list of group IDs of which this user is a member
161
+ # string - Comma-separated list of group IDs of which this user is a member
162
162
  def group_ids
163
163
  @attributes[:group_ids]
164
164
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.80
4
+ version: 1.0.81
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com