happyco 2.3.0 → 2.3.1
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 19d6fc58cb848abee578be1c5618994acd5558ba
|
|
4
|
+
data.tar.gz: e07679095ed32e1aa35618ea526420966d42f4d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6953b94ccee506760ac22b9c6c51d7d6cbe25b8c4eebc805872542812945fd0602ace836ae47f3a454e42c90a8399a01140efcd6e44dcc43b1203093fa852fda
|
|
7
|
+
data.tar.gz: d6f982770bcec5fc6cafe651cc5f7b39446771864d23d7df00c10ad5c0a4e0815c2a79e97fb508ac240be1eaca16dd32a95dce1785976fe2e0ab6134a11f6d77
|
|
@@ -31,7 +31,7 @@ module Happyco
|
|
|
31
31
|
# Currently an inspection cannot have its asset_id or template_id
|
|
32
32
|
# updated.
|
|
33
33
|
rpc :UpdateInspections, UpdateInspectionsRequest, UpdateInspectionsResponse
|
|
34
|
-
# * Archive inspections should be used to
|
|
34
|
+
# * Archive inspections should be used to archive inspections that are no
|
|
35
35
|
# longer wanted. No method for purging archived inspections is
|
|
36
36
|
# available via the API.
|
|
37
37
|
rpc :ArchiveInspections, SetInspectionsArchivedRequest, SetInspectionsArchivedResponse
|
|
@@ -10,7 +10,7 @@ module Happyco
|
|
|
10
10
|
module V1
|
|
11
11
|
module ReportService
|
|
12
12
|
# * Report service is used for acceing reports generated from
|
|
13
|
-
# one or two inspections that are linked to the same asset.
|
|
13
|
+
# one or two inspections that are linked to the same asset.
|
|
14
14
|
class Service
|
|
15
15
|
|
|
16
16
|
include GRPC::GenericService
|
data/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: happyco
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.
|
|
4
|
+
version: 2.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- HappyCo Authors
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-05-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: grpc
|