files.com 1.1.652 → 1.1.653

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: 3144d1cb5586604b15707297a2eb1e77f3e0cf972df41e544fe86068a6d3f133
4
- data.tar.gz: 6aa3e0c516063edf075f20141cc247efcdaaa50e3a6248f024c39b3bf5614d43
3
+ metadata.gz: c2e36b101c4d21ae256d24d2887bf8f6798707943308048a21a9b7c88f012e0a
4
+ data.tar.gz: 117418e3ba486489ae693ccae1c9ea3dda2403dd34d53bf3b530aab682f1993b
5
5
  SHA512:
6
- metadata.gz: 0672b7871f40017040ca9867b87776a7798b431d7017e2ccc01e44b09d01e1fe90509efb28889671fb442238458cda29920c15b98bccdd6b44aeef0dfdcc2d9e
7
- data.tar.gz: 288aeb803c8a603e69bc48b957d0895ee5e281184011b47942194b99165e41e6635b99e7cb705e6a45f6c6dbd22ec884050b676d98da3ecff5b9217628832216
6
+ metadata.gz: 7ba1e5f2ada24e0c0256653e69bf8aca3ab8fd5f6a80d041963419d4fe21b22913e82fadfd40bb5fc031e5d97fe1416cc0a4de79a810514f59d01ac84a264175
7
+ data.tar.gz: 2fcb51b1b65cf6966a1551c69dabb834e95743aa8a7df764cad305b6bf2c00a5e3b0faa2d868885974e743d9720242aceba4c74eab1d76438548495b04fbb38a
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.652
1
+ 1.1.653
data/docs/group_user.md CHANGED
@@ -8,7 +8,7 @@
8
8
  "group_id": 1,
9
9
  "user_id": 1,
10
10
  "admin": true,
11
- "usernames": "user"
11
+ "username": "example"
12
12
  }
13
13
  ```
14
14
 
@@ -16,7 +16,7 @@
16
16
  * `group_id` (int64): Group ID
17
17
  * `user_id` (int64): User ID
18
18
  * `admin` (boolean): Is this user an administrator of this group?
19
- * `usernames` (string): Comma-delimited list of usernames who belong to this group (separated by commas).
19
+ * `username` (string): Username of the user
20
20
  * `id` (int64): Group User ID.
21
21
 
22
22
 
@@ -45,13 +45,13 @@ module Files
45
45
  @attributes[:admin] = value
46
46
  end
47
47
 
48
- # string - Comma-delimited list of usernames who belong to this group (separated by commas).
49
- def usernames
50
- @attributes[:usernames]
48
+ # string - Username of the user
49
+ def username
50
+ @attributes[:username]
51
51
  end
52
52
 
53
- def usernames=(value)
54
- @attributes[:usernames] = value
53
+ def username=(value)
54
+ @attributes[:username] = value
55
55
  end
56
56
 
57
57
  # int64 - Group User ID.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.652"
4
+ VERSION = "1.1.653"
5
5
  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.1.652
4
+ version: 1.1.653
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-06-17 00:00:00.000000000 Z
11
+ date: 2026-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable