files.com 1.1.51 → 1.1.52
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 +4 -4
- data/_VERSION +1 -1
- data/docs/bundle.md +7 -2
- data/lib/files.com/models/bundle.rb +1 -1
- 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: 8af6c769f155b38b5640eb3eb37f9148ff93c3eb0b7c2e24934fb258526d696f
|
|
4
|
+
data.tar.gz: 803611b0c352e7bd3d8948f25951c5f7848fadfd78fe0d5bea9220fb0d85915a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bfcdcc453965aeca73d12d529adbca5c89f44850a889fedf7ff43df19813de99923df132b76fe5f945d3a5d62ceb2717049da7674c35b166f09fc2e298e8ba90
|
|
7
|
+
data.tar.gz: 9b07fd3bc0e42a9f4ae79157da33fe4c67d2fa7dde228b5e756a2600eb9ce0824071fa86621324927c2d263464b3efcbea3765008f9b320f2d903f09b6ef526a
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.52
|
data/docs/bundle.md
CHANGED
|
@@ -77,7 +77,12 @@
|
|
|
77
77
|
"paths": [
|
|
78
78
|
"file.txt"
|
|
79
79
|
],
|
|
80
|
-
"bundlepaths":
|
|
80
|
+
"bundlepaths": [
|
|
81
|
+
{
|
|
82
|
+
"recursive": true,
|
|
83
|
+
"path": "example"
|
|
84
|
+
}
|
|
85
|
+
]
|
|
81
86
|
}
|
|
82
87
|
```
|
|
83
88
|
|
|
@@ -119,7 +124,7 @@
|
|
|
119
124
|
* `watermark_value` (object): Preview watermark settings applied to all bundle items. Uses the same keys as Behavior.value
|
|
120
125
|
* `has_inbox` (boolean): Does this bundle have an associated inbox?
|
|
121
126
|
* `paths` (array): A list of paths in this bundle. For performance reasons, this is not provided when listing bundles.
|
|
122
|
-
* `bundlepaths` (
|
|
127
|
+
* `bundlepaths` (array): A list of bundlepaths in this bundle. For performance reasons, this is not provided when listing bundles.
|
|
123
128
|
* `password` (string): Password for this bundle.
|
|
124
129
|
* `form_field_set_id` (int64): Id of Form Field Set to use with this bundle
|
|
125
130
|
* `create_snapshot` (boolean): If true, create a snapshot of this bundle's contents.
|
|
@@ -347,7 +347,7 @@ module Files
|
|
|
347
347
|
@attributes[:paths] = value
|
|
348
348
|
end
|
|
349
349
|
|
|
350
|
-
#
|
|
350
|
+
# array - A list of bundlepaths in this bundle. For performance reasons, this is not provided when listing bundles.
|
|
351
351
|
def bundlepaths
|
|
352
352
|
@attributes[:bundlepaths]
|
|
353
353
|
end
|
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.52
|
|
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-04-
|
|
11
|
+
date: 2024-04-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|