files.com 1.0.222 → 1.0.223

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: a4740d16a35756c850793e85565092bc484aa782b57f1327f2b49879bb9c51e9
4
- data.tar.gz: 4356ee405876e0efe117bd4f51cf9929691f03a4124b5c710cd54e033e4980e8
3
+ metadata.gz: a74664505b698974b86688cdeca4379236220f11ef638a6f27b72a513cdf5d76
4
+ data.tar.gz: 0ba0e7c4cc13937aadab4b746da24f7d403801fa3b3a104ee010131df96131b0
5
5
  SHA512:
6
- metadata.gz: d3148181f696f031dde933cc4ee7d485ada9859fb2e16e1c881ebfe1f5ff1facda6bb6f84dc6feee7924cbb3eee3ff6f2e6475efd6c8d43c1bcada374f299659
7
- data.tar.gz: 4490d4d8fd11640db9836b23b06a68e7207868dc5ff4279dc67a78f7a035d1ca28369aa169679190a062b6690136268111c195d76446436c5c0daab85a666360
6
+ metadata.gz: bfff74279698558f6e5b2bc915c8eb979073a41a83e106c5c8370d021065c188cce3b83bd893bc97148e17cdba68c36db3b0cec1aeca437ec375d21d3d64c90c
7
+ data.tar.gz: 7b1c210d977fa89ee09fd78af573c54685321c2e3f91d7cb1078f24f266ecf466ed2ac252382a95b718e8ef099217369d1b117b1945088c6ed6fb1d0c3bb15ab
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.222
1
+ 1.0.223
data/docs/session.md CHANGED
@@ -37,7 +37,7 @@
37
37
  * `sftp_insecure_ciphers` (boolean): Are insecure SFTP ciphers allowed for this user? (If this is set to true, the site administrator has signaled that it is ok to use less secure SSH ciphers for this user.)
38
38
  * `site_id` (int64): Site ID
39
39
  * `ssl_required` (boolean): Is SSL required for this user? (If so, ensure all your communications with this user use SSL.)
40
- * `tls_disabled` (boolean): Aee insecure TLS versions allowed for this user? (If this is set to true, the site administrator has signaled that it is ok to use less secure TLS versions for this user.)
40
+ * `tls_disabled` (boolean): Are insecure TLS versions allowed for this user? (If this is set to true, the site administrator has signaled that it is ok to use less secure TLS versions for this user.)
41
41
  * `two_factor_setup_needed` (boolean): If true, this user needs to add a Two Factor Authentication method before performing any further actions.
42
42
  * `allowed_2fa_method_sms` (boolean): Sent only if 2FA setup is needed. Is SMS two factor authentication allowed?
43
43
  * `allowed_2fa_method_totp` (boolean): Sent only if 2FA setup is needed. Is TOTP two factor authentication allowed?
@@ -112,7 +112,7 @@ module Files
112
112
  @attributes[:ssl_required] = value
113
113
  end
114
114
 
115
- # boolean - Aee insecure TLS versions allowed for this user? (If this is set to true, the site administrator has signaled that it is ok to use less secure TLS versions for this user.)
115
+ # boolean - Are insecure TLS versions allowed for this user? (If this is set to true, the site administrator has signaled that it is ok to use less secure TLS versions for this user.)
116
116
  def tls_disabled
117
117
  @attributes[:tls_disabled]
118
118
  end
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.222
4
+ version: 1.0.223
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-10-18 00:00:00.000000000 Z
11
+ date: 2021-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable