files.com 1.0.170 → 1.0.171

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: 8a9c3ff7317a554d64c9f14a8081250dd5c4358e5ee0f77444f814756b137a2b
4
- data.tar.gz: 242a185c8f38856b5b9e8c006da69126653cf6c033c006382abca1a5aee5b7c7
3
+ metadata.gz: 67df5519e8588605f9f95ca9004bcd702122b442a345d2b523193dc099fffbb9
4
+ data.tar.gz: ac372ec2ce22bc7ca51a3cd971fb3185c2889d2490ff584b338597a59f1ef2f1
5
5
  SHA512:
6
- metadata.gz: bb8590e77fc9e1e10cb37d1cb016e16357dd19979b87d1e84420cbe909f2b5cb3ac7da0c607d58e8ccf42eb9ddef53aa39739b087155b8a4817ce9107068d6bb
7
- data.tar.gz: 66a4169b0eed4a16f93ade92a312a382d91dd0d0a5cf403f68f494b2c17de165c1c46a6436b60effaa6ba1d42668118ffdb5771d9c9e3d29c173ec30bc536ffc
6
+ metadata.gz: 9c024e1932e5a82eb7dde7fda6e0af6fb121e149666aa1fa93325bb55fb811fa537fec190eb4b72af5dd2aa857296476417315b7f7f04102311be348f9af856e
7
+ data.tar.gz: d3765b7c6a1c03f2a5a6052a93ba2ff8097aaf20b39f7f23cf5ee6e3270a5af0c3200a6480006aeaffcb807fb8333869c58678d688fe31ff23a2e2f8c83b8ae0
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.170
1
+ 1.0.171
data/docs/site.md CHANGED
@@ -22,7 +22,6 @@
22
22
  "color2_text": "#0066a7",
23
23
  "color2_top": "#000000",
24
24
  "color2_top_text": "#ffffff",
25
- "contact_name": "John Doe",
26
25
  "created_at": "2000-01-01T01:00:00Z",
27
26
  "currency": "USD",
28
27
  "custom_namespace": true,
@@ -225,7 +224,6 @@
225
224
  * `color2_text` (string): Page link and button color
226
225
  * `color2_top` (string): Top bar background color
227
226
  * `color2_top_text` (string): Top bar text color
228
- * `contact_name` (string): Site main contact name
229
227
  * `created_at` (date-time): Time this site was created
230
228
  * `currency` (string): Preferred currency
231
229
  * `custom_namespace` (boolean): Is this site using a custom namespace for users?
@@ -99,11 +99,6 @@ 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
-
107
102
  # date-time - Time this site was created
108
103
  def created_at
109
104
  @attributes[:created_at]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.170
4
+ version: 1.0.171
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com