google-cloud-deploy 1.3.0 → 2.0.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: 67e79cf3bf186dbd2b5b000cb015273045d554b25316bf8d105d2a30272c1542
4
- data.tar.gz: 23c41f96620479295ec14528aeb0392b2724a97bcaa0b2b059f2a3140ac4a513
3
+ metadata.gz: 63066cdc89fe7d1cfac283c552198e5ea7c8b4f8b4f5f2cc293402260b53c99c
4
+ data.tar.gz: 43426b23b7c08731401c35c0c1d5ac2917846272a8c6d80c3a27b6aa3cfa1060
5
5
  SHA512:
6
- metadata.gz: 0da45ee34b6c21ad4349c8f3ab685a3413b8d0d08a3f0412e44bfa52eb6a28a7aef788808faaf226220e3e748c77ff61b2066b7733ac4d68a56064cf21c22876
7
- data.tar.gz: 9fec675fe13622fb27b0c19e98b6a4acda4a18be0c70c6cb0209faf1dd1ac69285b6cfab4344fd78629e9d3e07344bee3e8ceb4e3cada5a958713a76abaeb5a9
6
+ metadata.gz: c0674184b5f403de87fa69ee72e0c24ec9638814af66b8b47a22c95ac3b0c9b96410e351eebcd4f74ba866b1427037eb5625115e86724373de52e7b079e79971
7
+ data.tar.gz: 896cd1c415ef0d818e94c0608f9dc30e0a51e99b8394c1b4961a1076f04ffc163f6c1a2c242f349fa5bd369552782010a3894c0cf4488534134bd7aaf1d4a629
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Deploy
23
- VERSION = "1.3.0"
23
+ VERSION = "2.0.0"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 2025-02-13 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-core
@@ -27,22 +27,16 @@ dependencies:
27
27
  name: google-cloud-deploy-v1
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
30
- - - ">="
31
- - !ruby/object:Gem::Version
32
- version: '0.17'
33
- - - "<"
30
+ - - "~>"
34
31
  - !ruby/object:Gem::Version
35
- version: 2.a
32
+ version: '2.0'
36
33
  type: :runtime
37
34
  prerelease: false
38
35
  version_requirements: !ruby/object:Gem::Requirement
39
36
  requirements:
40
- - - ">="
41
- - !ruby/object:Gem::Version
42
- version: '0.17'
43
- - - "<"
37
+ - - "~>"
44
38
  - !ruby/object:Gem::Version
45
- version: 2.a
39
+ version: '2.0'
46
40
  description: Google Cloud Deploy is a managed service that automates delivery of your
47
41
  applications to a series of target environments in a defined promotion sequence.
48
42
  email: googleapis-packages@google.com
@@ -75,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
69
  - !ruby/object:Gem::Version
76
70
  version: '0'
77
71
  requirements: []
78
- rubygems_version: 3.6.2
72
+ rubygems_version: 3.6.3
79
73
  specification_version: 4
80
74
  summary: API Client library for the Google Cloud Deploy API
81
75
  test_files: []