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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1ff3de6dc3e07517894e3477ed83afb509d6286e9bc43f0a3e159decede7149f
4
- data.tar.gz: 81fba539b30ffd7ae9befc9f1d8d0882b265ee6da2ba3766e1d587726648098b
3
+ metadata.gz: b0278119e98f20b5847823cd5b7c0eb1c17166865befde57d02ab760d8209473
4
+ data.tar.gz: 9a1cc63e4d49b464bddcb4571b84e7977c17e4ba2ffc4de1f4b54e295f2d1dfb
5
5
  SHA512:
6
- metadata.gz: 20bf387f5f3a2ae9a81d8e10f42903d635a23a214b3c2b90c13b29c7e57341cb835c2a2503eb9618d1144f81b98aedbac28028cc2be824be8d47d18057aa8de3
7
- data.tar.gz: b324710fa63caac950ea3f7df69b577947adba0846d3239db7b8aa2d6cea8d51572787149d15528c08373cb7b9cc67cc3318ae103fd8159c77177b0bd39e15d6
6
+ metadata.gz: 7114f722f8325d8092991402037754f1f85bfb4b23ec23287037dc3e7fc148b32ca1ccb69e103b92111f585480fd9e3b230d84154e9b68bec1c58c6639af8bdc
7
+ data.tar.gz: fd3015a317c7c446dafe0a30ecb19b23828a55c4f5f1fafbc921c946846f53f8ddb380f12f3d120f13daf766f92d487569fb45164b482f1418091529490e54e5
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.168
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.168
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-07 00:00:00.000000000 Z
11
+ date: 2021-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable