files.com 1.0.168 → 1.0.169
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/site.md +2 -0
- data/lib/files.com/models/site.rb +5 -0
- 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: b0278119e98f20b5847823cd5b7c0eb1c17166865befde57d02ab760d8209473
|
|
4
|
+
data.tar.gz: 9a1cc63e4d49b464bddcb4571b84e7977c17e4ba2ffc4de1f4b54e295f2d1dfb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7114f722f8325d8092991402037754f1f85bfb4b23ec23287037dc3e7fc148b32ca1ccb69e103b92111f585480fd9e3b230d84154e9b68bec1c58c6639af8bdc
|
|
7
|
+
data.tar.gz: fd3015a317c7c446dafe0a30ecb19b23828a55c4f5f1fafbc921c946846f53f8ddb380f12f3d120f13daf766f92d487569fb45164b482f1418091529490e54e5
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.169
|
data/docs/site.md
CHANGED
|
@@ -84,6 +84,7 @@
|
|
|
84
84
|
"next_billing_amount": 1.0,
|
|
85
85
|
"next_billing_date": "Apr 20",
|
|
86
86
|
"office_integration_available": true,
|
|
87
|
+
"oncehub_link": "https://go.oncehub.com/files",
|
|
87
88
|
"opt_out_global": true,
|
|
88
89
|
"overage_notified_at": "2000-01-01T01:00:00Z",
|
|
89
90
|
"overage_notify": true,
|
|
@@ -270,6 +271,7 @@
|
|
|
270
271
|
* `next_billing_amount` (double): Next billing amount
|
|
271
272
|
* `next_billing_date` (string): Next billing date
|
|
272
273
|
* `office_integration_available` (boolean): Allow users to use Office for the web?
|
|
274
|
+
* `oncehub_link` (string): Link to scheduling a meeting with our Sales team
|
|
273
275
|
* `opt_out_global` (boolean): Use servers in the USA only?
|
|
274
276
|
* `overage_notified_at` (date-time): Last time the site was notified about an overage
|
|
275
277
|
* `overage_notify` (boolean): Notify site email of overages?
|
|
@@ -334,6 +334,11 @@ module Files
|
|
|
334
334
|
@attributes[:office_integration_available]
|
|
335
335
|
end
|
|
336
336
|
|
|
337
|
+
# string - Link to scheduling a meeting with our Sales team
|
|
338
|
+
def oncehub_link
|
|
339
|
+
@attributes[:oncehub_link]
|
|
340
|
+
end
|
|
341
|
+
|
|
337
342
|
# boolean - Use servers in the USA only?
|
|
338
343
|
def opt_out_global
|
|
339
344
|
@attributes[:opt_out_global]
|
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.169
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- files.com
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-05-
|
|
11
|
+
date: 2021-05-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|