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 +4 -4
- data/_VERSION +1 -1
- data/docs/site.md +0 -2
- data/lib/files.com/models/site.rb +0 -5
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 67df5519e8588605f9f95ca9004bcd702122b442a345d2b523193dc099fffbb9
|
|
4
|
+
data.tar.gz: ac372ec2ce22bc7ca51a3cd971fb3185c2889d2490ff584b338597a59f1ef2f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c024e1932e5a82eb7dde7fda6e0af6fb121e149666aa1fa93325bb55fb811fa537fec190eb4b72af5dd2aa857296476417315b7f7f04102311be348f9af856e
|
|
7
|
+
data.tar.gz: d3765b7c6a1c03f2a5a6052a93ba2ff8097aaf20b39f7f23cf5ee6e3270a5af0c3200a6480006aeaffcb807fb8333869c58678d688fe31ff23a2e2f8c83b8ae0
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
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]
|