files.com 1.1.173 → 1.1.174

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: 4c4a2e877be12c7f43fb6330174363be7e753cea739d8ea4939176ed620d9248
4
- data.tar.gz: 9336e3cde8025506b74a34c2ca4df1aea3131f2ed77362c6d066d1f1b356a494
3
+ metadata.gz: 47cb28b2c3b7de493a24cad001db22dbc10eec20d0ecba0d22b97ced7daaa92e
4
+ data.tar.gz: a8ccf28faca51b38c547fb54643c1f4ed4a31f39050716dc2290abb3b2197e1a
5
5
  SHA512:
6
- metadata.gz: 26e6ab7e1e869626b11199e672bccb526d0e9f6b245ac3b152149d0e266d4beb71c2914a1dda360cca6b8f97e08549b5aa64247ed90f0ae6452d16ed07543fdd
7
- data.tar.gz: fa0a3374c0971d9c9920395c75f7703eed027df66450d39ec1b510e3f97ea7d5d25a8c5f04ed759a476e4f55fd1893e39136a730cc534dbbbccaf227e09f0460
6
+ metadata.gz: 6b617976a274af570890b6235a74d63563e7c6c0cba7adbcc36f518b37b1cb3b1d208b319c37c4643c3f1632b3a4ccf826d5a1308e0824c74d3579cc50cf3d5a
7
+ data.tar.gz: 5cc1879bc1d6b64672bea9bdaf4ce72030391d454b117ac3ba6446dff7cc4bfc405279911c517e224dc395a3b0916f7d70dc121300a1b309764046d4d3f8bfff
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.173
1
+ 1.1.174
@@ -7,6 +7,7 @@
7
7
  "id": 1,
8
8
  "protocol_cipher": "TLSv1.2; ECDHE-RSA-AES256-GCM-SHA384",
9
9
  "created_at": "2000-01-01T01:00:00Z",
10
+ "insecure": true,
10
11
  "interface": "restapi",
11
12
  "updated_at": "2000-01-01T01:00:00Z",
12
13
  "user_id": 1
@@ -16,6 +17,7 @@
16
17
  * `id` (int64): UserCipherUse ID
17
18
  * `protocol_cipher` (string): The protocol and cipher employed
18
19
  * `created_at` (date-time): The earliest recorded use of this combination of interface and protocol and cipher (for this user)
20
+ * `insecure` (boolean): Is this cipher considered insecure?
19
21
  * `interface` (string): The interface accessed
20
22
  * `updated_at` (date-time): The most recent use of this combination of interface and protocol and cipher (for this user)
21
23
  * `user_id` (int64): ID of the user who performed this access
@@ -24,6 +24,11 @@ module Files
24
24
  @attributes[:created_at]
25
25
  end
26
26
 
27
+ # boolean - Is this cipher considered insecure?
28
+ def insecure
29
+ @attributes[:insecure]
30
+ end
31
+
27
32
  # string - The interface accessed
28
33
  def interface
29
34
  @attributes[:interface]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.173"
4
+ VERSION = "1.1.174"
5
5
  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.1.173
4
+ version: 1.1.174
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-06 00:00:00.000000000 Z
11
+ date: 2024-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable