files.com 1.1.616 → 1.1.617

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: a0c89fedade4611f4b13190a4c84791e024f5eb1b7604ad1e7789d69e5675505
4
- data.tar.gz: fa1eaaacf01cbbf25fd0d6a6a3da62c199ebf920c0ac657e73f459fc8a58a700
3
+ metadata.gz: 68dc057b0cb521bb4102fd29a688ef7b185d01e6625a196c2dcd32e7b2433024
4
+ data.tar.gz: de12ac7fb64d1c7dc4f8baece95c3d5dfb1bb01a11479f6de6fa7fae673c1ee6
5
5
  SHA512:
6
- metadata.gz: d8c506820d509c292ec12818569fef92c16a7d0cc52c97c947f2b60a81e94a869b71e5985edd0030329d4fe4b4687423faf45fd2f380c649b05e630b5e1b3590
7
- data.tar.gz: 8906ec8ae902d899d7b813559a748110cd185a01854e7dc2212517924fcad2ee53b24b5b0cadff9b9f450a72260812a50113ce29a1229f756f13f298c20f6c3b
6
+ metadata.gz: e5b421aea6583815fb7e7a8bc9f815dae1a0ff246c0a1b50b5e6b8fd47108aa472064a6d418a3b702e560bdb14d88d19b9155b8552db9f277b29a867a0b2c6ca
7
+ data.tar.gz: '09c65f720730d229d3c0e243dc8f05def7b31747a4947e5a54b77bb9f895e3862f28fea5ec471f47ba625907b9cb6b704cd2d1404bed9a85a988fd102da08a82'
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.616
1
+ 1.1.617
@@ -23,7 +23,7 @@
23
23
 
24
24
  ],
25
25
  "criteria_errors": [
26
-
26
+ "count expected exactly 2, got 1"
27
27
  ],
28
28
  "summary": null,
29
29
  "created_at": "2000-01-01T01:00:00Z",
@@ -45,7 +45,7 @@
45
45
  * `closed_at` (date-time): When the evaluation row was finalized.
46
46
  * `matched_files` (array(object)): Captured evidence for files that matched the window.
47
47
  * `missing_files` (array(object)): Captured evidence for required files that were missing.
48
- * `criteria_errors` (array(object)): Captured criteria failures for the window.
48
+ * `criteria_errors` (array(string)): Captured criteria failures for the window.
49
49
  * `summary` (object): Compact evaluator summary payload.
50
50
  * `created_at` (date-time): Creation time.
51
51
  * `updated_at` (date-time): Last update time.
@@ -79,7 +79,7 @@ module Files
79
79
  @attributes[:missing_files]
80
80
  end
81
81
 
82
- # array(object) - Captured criteria failures for the window.
82
+ # array(string) - Captured criteria failures for the window.
83
83
  def criteria_errors
84
84
  @attributes[:criteria_errors]
85
85
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.616"
4
+ VERSION = "1.1.617"
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.616
4
+ version: 1.1.617
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com