files.com 1.0.9 → 1.0.10

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: 955d5505e540551dd073a4887b4102575a8376db80a9018cbd7b05abde968f75
4
- data.tar.gz: fc7dc32d6f97bd3cd0195dcc92202c1cef566faf4e20cda75606572f35137e07
3
+ metadata.gz: 2636ecaa2394e568331cd8d6c91aa260dda9cf8db7cc3caa9dca307c7a9da69a
4
+ data.tar.gz: 99482fbf2eec263919653c2dc6f9c58964a9e0ca68846936b8a2edb95f77bda9
5
5
  SHA512:
6
- metadata.gz: 513e2a5b74ecc3eca25e691ea613d3113484b73a40b39e8de0e74c7afc51dbfca7fab51660ca3a9b231dd64327c2b107a5cab150e3f4dd2d524bff80ac611320
7
- data.tar.gz: 0a29ffb8af77cf64d237e0cfa18ed9352e4644819c2446ad2dd4629eb45347fc034920952f526155594210c9718e24647c56f883210e61b3e8fa78264268d97f
6
+ metadata.gz: 64f0cc610a6aa59afe74cd8103c1879dafee4e93cd73a596dda09f58aca63a68a70cbbf0d7547400e6cadd993b8f6fa542e6ba97a3e436ae545b557caf8c8a54
7
+ data.tar.gz: 5792a0e7240830c4efd2d42366974fb3ff6e39f0541766c5a49154915c4fe91eadf28788c560b9252f3e085bb0eff3113b731be4d91ae843c08973ad78d115c7
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.9
1
+ 1.0.10
data/docs/group.md CHANGED
@@ -20,11 +20,11 @@
20
20
  ```
21
21
 
22
22
  * `id` (int64): Group ID
23
- * `admin_ids` (array): List of user IDs who are group administrators
23
+ * `admin_ids` (array): List of user IDs who are group administrators (separated by commas)
24
24
  * `name` (string): Group name
25
25
  * `notes` (string): Notes about this group
26
- * `user_ids` (array): List of user IDs who belong to this group
27
- * `usernames` (array): List of usernames who belong to this group
26
+ * `user_ids` (array): List of user IDs who belong to this group (separated by commas)
27
+ * `usernames` (array): List of usernames who belong to this group (separated by commas)
28
28
 
29
29
 
30
30
  ---
@@ -18,7 +18,7 @@ module Files
18
18
  @attributes[:id] = value
19
19
  end
20
20
 
21
- # array - List of user IDs who are group administrators
21
+ # array - List of user IDs who are group administrators (separated by commas)
22
22
  def admin_ids
23
23
  @attributes[:admin_ids]
24
24
  end
@@ -45,7 +45,7 @@ module Files
45
45
  @attributes[:notes] = value
46
46
  end
47
47
 
48
- # array - List of user IDs who belong to this group
48
+ # array - List of user IDs who belong to this group (separated by commas)
49
49
  def user_ids
50
50
  @attributes[:user_ids]
51
51
  end
@@ -54,7 +54,7 @@ module Files
54
54
  @attributes[:user_ids] = value
55
55
  end
56
56
 
57
- # array - List of usernames who belong to this group
57
+ # array - List of usernames who belong to this group (separated by commas)
58
58
  def usernames
59
59
  @attributes[:usernames]
60
60
  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.9
4
+ version: 1.0.10
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-01-08 00:00:00.000000000 Z
11
+ date: 2020-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday