files.com 1.0.319 → 1.0.320

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: f4170d70ab8de41d40023daac58c91d7b4d21118f0abcfb95a14cad9bfac4abf
4
- data.tar.gz: 034b0ca6ea4d5c3f99f026afbb877c7b0f64c34aaa41733c77c92aac42afc54d
3
+ metadata.gz: 838645d8ae2133a64f6236b3f41e5bd31e60745fa2fac8c8d89763f74410959b
4
+ data.tar.gz: 41b4c99699a4e57a0060bcefcd50f20e4ddf977270029d06ace53f41c8b74b91
5
5
  SHA512:
6
- metadata.gz: 7a58fcec5b74ce9024bb6c014c54319afc0060bdae5ede1bc9a52a40dd4db98b2d77d38300d3f292a573417faaae5f089d0e624ee5b364e0c5c5fd5fda65c232
7
- data.tar.gz: 037cf71c3023a5adc436f4b3e599cd450daaca2592c9f61a890b3fdf4c737d9a040c6fb18746eeebb8784e9bdb8a7a36b219b56f2ba93b869487bc60624c1919
6
+ metadata.gz: 61764026c8ca7d5c29018ea55ecdc8faf180fe82d86a41ed74b461bfdc5dec20e33791bbdcbae55a13ef9034c98e1eedb3f52107bec16cd2c2a9790ee0d702a8
7
+ data.tar.gz: 0a918e1e0276c6ffc26624b760547b980e31bf7d1afd6c442db1e848db947c45e5edf7b825ec4bf933702d8c31a66e4183262dd199b744f962af600ae49efa90
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.319
1
+ 1.0.320
@@ -6,6 +6,7 @@
6
6
  {
7
7
  "id": 1,
8
8
  "created_at": 1,
9
+ "created_at_iso8601": 1,
9
10
  "user_id": 1,
10
11
  "file_id": 1,
11
12
  "parent_id": 1,
@@ -32,6 +33,7 @@
32
33
 
33
34
  * `id` (int64): Action ID
34
35
  * `created_at` (int64): When the action happened
36
+ * `created_at_iso8601` (int64): When the action happened, in ISO8601 format.
35
37
  * `user_id` (int64): User ID
36
38
  * `file_id` (int64): File ID related to the action
37
39
  * `parent_id` (int64): ID of the parent folder
@@ -19,6 +19,11 @@ module Files
19
19
  @attributes[:created_at]
20
20
  end
21
21
 
22
+ # int64 - When the action happened, in ISO8601 format.
23
+ def created_at_iso8601
24
+ @attributes[:created_at_iso8601]
25
+ end
26
+
22
27
  # int64 - User ID
23
28
  def user_id
24
29
  @attributes[:user_id]
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.319
4
+ version: 1.0.320
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-12 00:00:00.000000000 Z
11
+ date: 2023-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable