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: a4d514eb68a04dde59bab239b898309ed452d61d19116217d00500ac15314ca3
4
- data.tar.gz: 8f6eaa35cf191e2f54384234dd644c2292b4900a79617548e240baff4b1ab32b
3
+ metadata.gz: fe4ef948341ef606066a13e133e9e4ff3e0e7838f86150cf72b1fbf51ddd9565
4
+ data.tar.gz: 0af38956ce6499363e8a4d64d756c34668e08cec6eb1091c2151dcda5045bd8b
5
5
  SHA512:
6
- metadata.gz: 642e7f3063d046c20109ab26907c737133339817cf6d22d6eed6dabe12ba6abf10d23f1141f5efa18caa64b96f90c815a2f3c7a840e18340c83f6b52ea2333cd
7
- data.tar.gz: 9c8796a1657116319acaeae44bfec5f69d39fd2e6dffcf81db4a0aaa93d75277eb0cf39d39aa12354199ef2b7cfe907247697cb822e6dfbc0ee36762ff364152
6
+ metadata.gz: f488014c0f2a1573bde23ceda715790e9566826673096d4b63d945317e7dedfe541d677f0acf17e8181d05d4930a895fb13d91528af49d80cff22a78033ea930
7
+ data.tar.gz: 98e65023caaa4760425af038b0a38a3e1329d11410f6500f47dd45b861ca3cb564365ba9ae018be7d9b60cfa3ceda4c696cb6fc22e0850c446f2755466f51f76
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.575
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 critical_only)
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 critical_only)
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.575"
4
+ VERSION = "1.1.576"
5
5
  end
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.1.575
4
+ version: 1.1.576
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com