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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1833b56435dc5592455c98f246c2630ac7591d3b72ca275ef592f96fce2a85b3
4
- data.tar.gz: cf20430698af2b6c74adca4303bd56487db0937007c7c59e75d24ebca6c8f122
3
+ metadata.gz: d68718dfe0e68741202383f7fa26a2ba8d8ed643aa9f5028bb813a6874c9bd57
4
+ data.tar.gz: 0ee02b4fc49c2e48341dc19f2d7440d48e04bb7acc3768b782a69a9e874d2a92
5
5
  SHA512:
6
- metadata.gz: 3c6d5621a7ba488671165bf735e7a4dcd5ca0f59bf21cac0d041fb247282055f6bf0f401d998cc4492d2c4c1a1612e9e21ac88ba38c9cc4c53f6066997fbefcd
7
- data.tar.gz: 5a5c0007c1b2cd260ac5a6e0f07f6d2699efbfc0976a4eb1ed223bbb6c303e2c04222db131b18030877ae52d65c45d630e2e8d32341f1f87351049f6a55162ca
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
- # * Adds photos to inspections. The returned photo IDs must be inserted
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
@@ -1,3 +1,3 @@
1
1
  module Happyco
2
- VERSION = '2.5.0'
2
+ VERSION = '2.6.0'
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.5.0
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-19 00:00:00.000000000 Z
11
+ date: 2020-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc