files.com 1.0.171 → 1.0.172

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 67df5519e8588605f9f95ca9004bcd702122b442a345d2b523193dc099fffbb9
4
- data.tar.gz: ac372ec2ce22bc7ca51a3cd971fb3185c2889d2490ff584b338597a59f1ef2f1
3
+ metadata.gz: 0ae2e27593675e8373a4c25834e2796573d290603b2c11675828f6e351b521ba
4
+ data.tar.gz: 31150189bd18686cddfa3d95b4439f9dd2f83486e75eb4f8d98fa2a3864cb863
5
5
  SHA512:
6
- metadata.gz: 9c024e1932e5a82eb7dde7fda6e0af6fb121e149666aa1fa93325bb55fb811fa537fec190eb4b72af5dd2aa857296476417315b7f7f04102311be348f9af856e
7
- data.tar.gz: d3765b7c6a1c03f2a5a6052a93ba2ff8097aaf20b39f7f23cf5ee6e3270a5af0c3200a6480006aeaffcb807fb8333869c58678d688fe31ff23a2e2f8c83b8ae0
6
+ metadata.gz: d1015ed46777e080899658262aecd9b0a6e38fe5d07fb415f49b6560e4cb25517047d686705cc5ded6ae267dd10d088d84d82e6273aaf92d9494b51411ca7ef2
7
+ data.tar.gz: 6e0846071cb02a4abe9a0a5dc61b3f91dc822abc518d33a0e8d53232741adbe64ca645fd781771ac288716765275094539418df1e7175dcae765a56d9dd7c133
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.171
1
+ 1.0.172
data/docs/site.md CHANGED
@@ -22,6 +22,7 @@
22
22
  "color2_text": "#0066a7",
23
23
  "color2_top": "#000000",
24
24
  "color2_top_text": "#ffffff",
25
+ "contact_name": "John Doe",
25
26
  "created_at": "2000-01-01T01:00:00Z",
26
27
  "currency": "USD",
27
28
  "custom_namespace": true,
@@ -224,6 +225,7 @@
224
225
  * `color2_text` (string): Page link and button color
225
226
  * `color2_top` (string): Top bar background color
226
227
  * `color2_top_text` (string): Top bar text color
228
+ * `contact_name` (string): Site main contact name
227
229
  * `created_at` (date-time): Time this site was created
228
230
  * `currency` (string): Preferred currency
229
231
  * `custom_namespace` (boolean): Is this site using a custom namespace for users?
@@ -99,6 +99,11 @@ module Files
99
99
  @attributes[:color2_top_text]
100
100
  end
101
101
 
102
+ # string - Site main contact name
103
+ def contact_name
104
+ @attributes[:contact_name]
105
+ end
106
+
102
107
  # date-time - Time this site was created
103
108
  def created_at
104
109
  @attributes[:created_at]
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.171
4
+ version: 1.0.172
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 00:00:00.000000000 Z
11
+ date: 2021-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable