happyco 2.5.0 → 2.6.0
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 +4 -4
- data/lib/api/public/inspect/inspection/v1/inspection_services_pb.rb +1 -4
- data/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d68718dfe0e68741202383f7fa26a2ba8d8ed643aa9f5028bb813a6874c9bd57
|
|
4
|
+
data.tar.gz: 0ee02b4fc49c2e48341dc19f2d7440d48e04bb7acc3768b782a69a9e874d2a92
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 85180c231a88d332bcc61c7a92f9fb1b8387d30cfbd905328b9182060ee728818b7eb225ffec143c15d1e8507f03cfecb61b724fa1aaa32175cf7d8f401ab627
|
|
7
|
+
data.tar.gz: 89f7e8442c720e30ad3a3bf1ef0e874d319466b74a05bed1141a09e32ddbdfdf4519ef7094c6efe380fcac45f166214de352ac7275c95740579a15f9406d1a40
|
|
@@ -39,10 +39,7 @@ module Happyco
|
|
|
39
39
|
# inspections need to be restored. All inspections must belong
|
|
40
40
|
# to the same folder.
|
|
41
41
|
rpc :UnarchiveInspections, SetInspectionsArchivedRequest, SetInspectionsArchivedResponse
|
|
42
|
-
# *
|
|
43
|
-
# into the inspection for them to be displayed. This inspection does
|
|
44
|
-
# not occur in a transaction and you will receive a response for each
|
|
45
|
-
# photo. This is now deprecated and soon to be removed.
|
|
42
|
+
# * No longer supported since 2.6.
|
|
46
43
|
rpc :AddInspectionPhotos, AddInspectionPhotosRequest, AddInspectionPhotosResponse
|
|
47
44
|
rpc :CreateDelegatedInspectionLinks, CreateDelegatedInspectionLinksRequest, CreateDelegatedInspectionLinksResponse
|
|
48
45
|
end
|
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.
|
|
4
|
+
version: 2.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- HappyCo Authors
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-08-
|
|
11
|
+
date: 2020-08-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: grpc
|