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: 29257442ee0e861377ec1c55ae0e18238275615c
4
- data.tar.gz: 6691de3d876bc73350f87c8994af06c7c0c2e4d4
3
+ metadata.gz: 19d6fc58cb848abee578be1c5618994acd5558ba
4
+ data.tar.gz: e07679095ed32e1aa35618ea526420966d42f4d8
5
5
  SHA512:
6
- metadata.gz: '00200329eb607775327245e87c82e550bec4af7e482fd68eaf7a1dff619f74a7e75e0c3a8694df9e9b9d7dcee5e9341c735b78c3b1fc71fa77e8ba0389b6ed95'
7
- data.tar.gz: d61f40023df1465ed2bf2c6631b67dc5ee90c0cb8056d99975c3d396786e903e1b06c7492956a30679dd48fb09bd883ce30803722e4c837c75252f3a9168c5f8
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 delete inspections that are no
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
@@ -1,3 +1,3 @@
1
1
  module Happyco
2
- VERSION = '2.3.0'
2
+ VERSION = '2.3.1'
3
3
  end
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.0
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-03-17 00:00:00.000000000 Z
11
+ date: 2019-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc