files.com 1.1.575 → 1.1.576
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fe4ef948341ef606066a13e133e9e4ff3e0e7838f86150cf72b1fbf51ddd9565
|
|
4
|
+
data.tar.gz: 0af38956ce6499363e8a4d64d756c34668e08cec6eb1091c2151dcda5045bd8b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f488014c0f2a1573bde23ceda715790e9566826673096d4b63d945317e7dedfe541d677f0acf17e8181d05d4930a895fb13d91528af49d80cff22a78033ea930
|
|
7
|
+
data.tar.gz: 98e65023caaa4760425af038b0a38a3e1329d11410f6500f47dd45b861ca3cb564365ba9ae018be7d9b60cfa3ceda4c696cb6fc22e0850c446f2755466f51f76
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.576
|
|
@@ -59,7 +59,7 @@ Examples:
|
|
|
59
59
|
* 10 requests/minute: '10-M'
|
|
60
60
|
* 1000 requests/hour: '1000-H'
|
|
61
61
|
* 2000 requests/day: '2000-D'
|
|
62
|
-
* `auto_update_policy` (string): Auto update policy ['manual_trigger', 'critical_only', 'always', 'never'] (default
|
|
62
|
+
* `auto_update_policy` (string): Auto update policy ['manual_trigger', 'critical_only', 'always', 'never'] (default always)
|
|
63
63
|
* `api_token` (string): Files Agent API Token
|
|
64
64
|
* `port` (int64): Incoming port for files agent connections
|
|
65
65
|
* `hostname` (string):
|
|
@@ -104,7 +104,7 @@ module Files
|
|
|
104
104
|
@attributes[:transfer_rate_limit]
|
|
105
105
|
end
|
|
106
106
|
|
|
107
|
-
# string - Auto update policy ['manual_trigger', 'critical_only', 'always', 'never'] (default
|
|
107
|
+
# string - Auto update policy ['manual_trigger', 'critical_only', 'always', 'never'] (default always)
|
|
108
108
|
def auto_update_policy
|
|
109
109
|
@attributes[:auto_update_policy]
|
|
110
110
|
end
|
data/lib/files.com/version.rb
CHANGED