files.com 1.1.60 → 1.1.61

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: fa067300739233694bf0dac0061b367f3e65ad6efc0b4ec6261c206c410d22f0
4
- data.tar.gz: b3be973b3f2e73d32494cc8908da36c95a5cd9f4e26aada993b0128635687e1e
3
+ metadata.gz: 561966249a63748bf423c3ddb91a6a954db8f3a22b2f13e670c587c1264f0b5b
4
+ data.tar.gz: 45f08c04befd6c14b2f4478cbbf5bc2c6b3a7f91b31b2255bdef7aeea87869e0
5
5
  SHA512:
6
- metadata.gz: b9e10fb760b852c97122cfb49962b5a21473f03af8533ddc3f594abdd8ff4b7a4eb4479b0367d92373a92b3ec669dbd694a398fc3403be38a696178183718a23
7
- data.tar.gz: f33e2e45041ba265595acc7d8f63fc4c43db76a17baa71274abf073a79e762b719d00821ef9cab902a0badcc03cd38e8e909cbab14d73365364e6ae6e6aef62c
6
+ metadata.gz: b98bdf7af162bfc618f2703ba80b2079e427ab8f5c318edadecce6c9b6985c0b878409eea918e03fff50237654bf3dc2f94f9220953e0a2041b3ef536d73111a
7
+ data.tar.gz: 768dcfd3e4b6ae062a70e81e6394c5830e0812df4505dd9f3cfa49113e6fb71415c01842d2bd5a5bce4765a6094c441b25381b487b06de58e6885e2ebf2c7a1f
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.60
1
+ 1.1.61
@@ -8,7 +8,7 @@
8
8
  "automation_id": 1,
9
9
  "completed_at": "2000-01-01T01:00:00Z",
10
10
  "created_at": "2000-01-01T01:00:00Z",
11
- "runtime": "2000-01-01T01:00:00Z",
11
+ "runtime": 1.0,
12
12
  "status": "success",
13
13
  "run_stage": "planning",
14
14
  "successful_operations": 1,
@@ -21,7 +21,7 @@
21
21
  * `automation_id` (int64): ID of the associated Automation.
22
22
  * `completed_at` (date-time): Automation run completion/failure date/time.
23
23
  * `created_at` (date-time): Automation run start date/time.
24
- * `runtime` (date-time): Automation run runtime.
24
+ * `runtime` (double): Automation run runtime.
25
25
  * `status` (string): The success status of the AutomationRun. One of `running`, `success`, `partial_failure`, or `failure`.
26
26
  * `run_stage` (string): The stage currently being executed in the execution environment. One of `queued_for_planning`, `planning`, `queued_for_execution`, `executing`, or `finished`.
27
27
  * `successful_operations` (int64): Count of successful operations.
@@ -29,7 +29,7 @@ module Files
29
29
  @attributes[:created_at]
30
30
  end
31
31
 
32
- # date-time - Automation run runtime.
32
+ # double - Automation run runtime.
33
33
  def runtime
34
34
  @attributes[:runtime]
35
35
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.60"
4
+ VERSION = "1.1.61"
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.60
4
+ version: 1.1.61
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com