files.com 1.1.169 → 1.1.170
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_VERSION +1 -1
- data/docs/bundle_action.md +0 -2
- data/lib/files.com/models/bundle_action.rb +0 -5
- data/lib/files.com/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1bec5c3ab068720a1e61fbac4bbacbb7bc774d168d54ce0c7ac3fc532165c43d
|
4
|
+
data.tar.gz: e54526612d35ded8063ba6291c880f09c12fc20a542dfd97ae8531d22713f0e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: daca73e090ca96c31da73622c7ce1e7bcd29276401f860b6b085a97a66d6062139ee950696c00b63b26fc5b95918c6f656323549e67ec7e70cb322f739abcd16
|
7
|
+
data.tar.gz: 8bb6a75260ba6884407a8fc606da87d885c984079ecc6be9475c3513ac9928359d9129f2d9bbc1c6e73cffb4e4a968f60f93b9be7f5154fca87ea306c1c2a021
|
data/_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.170
|
data/docs/bundle_action.md
CHANGED
@@ -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]
|
data/lib/files.com/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2024-11-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|