files.com 1.0.169 → 1.0.170

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: b0278119e98f20b5847823cd5b7c0eb1c17166865befde57d02ab760d8209473
4
- data.tar.gz: 9a1cc63e4d49b464bddcb4571b84e7977c17e4ba2ffc4de1f4b54e295f2d1dfb
3
+ metadata.gz: 8a9c3ff7317a554d64c9f14a8081250dd5c4358e5ee0f77444f814756b137a2b
4
+ data.tar.gz: 242a185c8f38856b5b9e8c006da69126653cf6c033c006382abca1a5aee5b7c7
5
5
  SHA512:
6
- metadata.gz: 7114f722f8325d8092991402037754f1f85bfb4b23ec23287037dc3e7fc148b32ca1ccb69e103b92111f585480fd9e3b230d84154e9b68bec1c58c6639af8bdc
7
- data.tar.gz: fd3015a317c7c446dafe0a30ecb19b23828a55c4f5f1fafbc921c946846f53f8ddb380f12f3d120f13daf766f92d487569fb45164b482f1418091529490e54e5
6
+ metadata.gz: bb8590e77fc9e1e10cb37d1cb016e16357dd19979b87d1e84420cbe909f2b5cb3ac7da0c607d58e8ccf42eb9ddef53aa39739b087155b8a4817ce9107068d6bb
7
+ data.tar.gz: 66a4169b0eed4a16f93ade92a312a382d91dd0d0a5cf403f68f494b2c17de165c1c46a6436b60effaa6ba1d42668118ffdb5771d9c9e3d29c173ec30bc536ffc
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.169
1
+ 1.0.170
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.169
4
+ version: 1.0.170
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-10 00:00:00.000000000 Z
11
+ date: 2021-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable