google-cloud-developer_connect 2.1.1 → 2.2.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: e818abc0e110ceab7cc2737dfb2cc59a3a704ebc8a0c4e6c15699e5e4e131593
4
- data.tar.gz: 151198f8af107460110d20d06eb92dd9b48d959e7a188a5ccbc0478265b153e0
3
+ metadata.gz: ce11f477ce34bac44d2f760bf352e0900c9c1f571c0424de9549a5914d8a5aad
4
+ data.tar.gz: e6016fc8f20d8f3d5a5a7ee31e10e8340f48c2272e8a0fabbde3ca4c9dc16a8e
5
5
  SHA512:
6
- metadata.gz: 80f0e7000ab1c6f154f90cdd791bdc667c4b86512242437fdff7f09336694f52661b7577c033a13936b7f38c553a14082bb1f3b03d3299b6a055ce7c50a7ce01
7
- data.tar.gz: e1386f1cf21ca9c535f5f5a23be02f91b83bc3b6d80f9b91f713dbdab1622d1c3b5514eb0eea25b50df36563e8bdecda9250de1b74cc9f3ea78943c0f88cbfcb
6
+ metadata.gz: a1d4fedb3dab4366d8fb5904fb30c970f1931c1901468050f1b3e0fbaf75a60caa98aa0644d6da45a95822cb95ae0af84d75e6eab63b5b1905de9ec0798cc43f
7
+ data.tar.gz: 0b6431e8c8d0887fd1fd40ee451dde9cf5b195f6d5fca1d645707a35d8a129e15a17fceabc2467a69b9bcc9fd6edb50a88c247a8523967dafc08fdb8eede663c
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module DeveloperConnect
23
- VERSION = "2.1.1"
23
+ VERSION = "2.2.0"
24
24
  end
25
25
  end
26
26
  end
@@ -139,7 +139,7 @@ module Google
139
139
  #
140
140
  # The InsightsConfig resource is the core configuration object to capture
141
141
  # events from your Software Development Lifecycle. It acts as the central hub
142
- # for managing how Developer connect understands your application, its runtime
142
+ # for managing how Developer Connect understands your application, its runtime
143
143
  # environments, and the artifacts deployed within them.
144
144
  # A user can create an InsightsConfig, list previously-requested
145
145
  # InsightsConfigs or get InsightsConfigs by their ID to determine the status of
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-developer_connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC