files.com 1.1.169 → 1.1.170

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: 236d539fb289c841bdb8d7b5be8ba1f2fc131dd083191af9409c4feb0c1876e2
4
- data.tar.gz: e0fa051fe2ac00015f90ee93383eb9feb5a07a3fecafcb8f21f6a1e7027fc19c
3
+ metadata.gz: 1bec5c3ab068720a1e61fbac4bbacbb7bc774d168d54ce0c7ac3fc532165c43d
4
+ data.tar.gz: e54526612d35ded8063ba6291c880f09c12fc20a542dfd97ae8531d22713f0e7
5
5
  SHA512:
6
- metadata.gz: 3277aaa1929bd664c3f1f6d562b6300680c31680607dafef8ad8413784a2c7dd29ad880b2aab76fac05434442d5d9f29e775d6e23dafb54a1c056f0ef7750549
7
- data.tar.gz: fd9b408cf9615a011ed485e51e80449636e9b2540dbce2e9cbfba5ba64efba221ad915b37a96005cd2956b7f0261b1ba2db6958f9d9f978405ab7dcf86d30511
6
+ metadata.gz: daca73e090ca96c31da73622c7ce1e7bcd29276401f860b6b085a97a66d6062139ee950696c00b63b26fc5b95918c6f656323549e67ec7e70cb322f739abcd16
7
+ data.tar.gz: 8bb6a75260ba6884407a8fc606da87d885c984079ecc6be9475c3513ac9928359d9129f2d9bbc1c6e73cffb4e4a968f60f93b9be7f5154fca87ea306c1c2a021
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.169
1
+ 1.1.170
@@ -23,7 +23,6 @@
23
23
  "created_at": "2000-01-01T01:00:00Z"
24
24
  },
25
25
  "created_at": "2000-01-01T01:00:00Z",
26
- "when": "2000-01-01T01:00:00Z",
27
26
  "destination": "/to_path",
28
27
  "path": "",
29
28
  "source": "/from_path"
@@ -33,7 +32,6 @@
33
32
  * `action` (string): Type of action
34
33
  * `bundle_registration` (BundleRegistration): Object that contains bundle registration information
35
34
  * `created_at` (date-time): Action occurrence date/time
36
- * `when` (date-time): Action occurrence date/time
37
35
  * `destination` (string): The destination path for this bundle action, if applicable
38
36
  * `path` (string): Path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
39
37
  * `source` (string): The source path for this bundle action, if applicable
@@ -24,11 +24,6 @@ module Files
24
24
  @attributes[:created_at]
25
25
  end
26
26
 
27
- # date-time - Action occurrence date/time
28
- def when
29
- @attributes[:when]
30
- end
31
-
32
27
  # string - The destination path for this bundle action, if applicable
33
28
  def destination
34
29
  @attributes[:destination]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.169"
4
+ VERSION = "1.1.170"
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.169
4
+ version: 1.1.170
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-01 00:00:00.000000000 Z
11
+ date: 2024-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable