files.com 1.0.337 → 1.0.338
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 +1 -1
- data/lib/files.com/models/bundle.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: 0a444df065d22b12b6a43e7ff3a1379854c581a5caee2b9806c9f78cb8bda414
|
|
4
|
+
data.tar.gz: 60518a2e79437550946d6cb0304a61b44f3b6ba3cdf8b22934cdf3e2b56cd722
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7758e348f54fa13632bad90dc8f094dc545443cddb150a30f92d83081c2a8d1665019f3cac195b937fd8c45a3b8e6ee242c10f791896048f8a64718e32c9d486
|
|
7
|
+
data.tar.gz: 9ee88fa0035d2a03d5a07ea00f5fb4504c3be7ce8474e482d6d608481d48742f0b385e93ba0c4dc7a3cf763a6b1db0b7eb2343716d5b1cc3f2d8c86cdbc687d3
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.338
|
data/docs/bundle.md
CHANGED
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
* `watermark_attachment` (Image): Preview watermark image applied to all bundle items.
|
|
69
69
|
* `watermark_value` (object): Preview watermark settings applied to all bundle items. Uses the same keys as Behavior.value
|
|
70
70
|
* `has_inbox` (boolean): Does this bundle have an associated inbox?
|
|
71
|
-
* `paths` (array): A list of paths in this bundle
|
|
71
|
+
* `paths` (array): A list of paths in this bundle. For performance reasons, this is not provided when listing bundles.
|
|
72
72
|
* `password` (string): Password for this bundle.
|
|
73
73
|
* `form_field_set_id` (int64): Id of Form Field Set to use with this bundle
|
|
74
74
|
* `watermark_attachment_file` (file): Preview watermark image applied to all bundle items.
|
|
@@ -257,7 +257,7 @@ module Files
|
|
|
257
257
|
@attributes[:has_inbox] = value
|
|
258
258
|
end
|
|
259
259
|
|
|
260
|
-
# array - A list of paths in this bundle
|
|
260
|
+
# array - A list of paths in this bundle. For performance reasons, this is not provided when listing bundles.
|
|
261
261
|
def paths
|
|
262
262
|
@attributes[:paths]
|
|
263
263
|
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.0.
|
|
4
|
+
version: 1.0.338
|
|
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-04-
|
|
11
|
+
date: 2023-04-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|