google-cloud-workstations 1.1.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: fcae700904e94a48555f3642f12ab9fcd1420773281ddb8d7fa739a25acc35b5
4
- data.tar.gz: 59201c86e8f3586263d8e31a268c5e6c183f83231b261434ac5f8c014317f82d
3
+ metadata.gz: 378ec42a7f9964a9cb2ece6689a146053209a7a355a33b98eea40820c0f913bd
4
+ data.tar.gz: e53ba361f9950820b7478f3a46209bef5fe99cb47a05199829b3edbf0d1ab1aa
5
5
  SHA512:
6
- metadata.gz: c45b879a5d62a9a3e0bca7f6218a3744faa950631f8c4262b820aed209d73407f9a51cb2d4df4d8d8127d18b2e9a98355ebf15cc57cf00265308c5b44648ccd6
7
- data.tar.gz: 4be8c6affca156b8e66f1be2dd4febdc829cedfd55b01faf0e7f04fa4306518b79429b6d535a23fa0c587ecfc834f9519c512bb88ba6abe57b5cb544a258243f
6
+ metadata.gz: f56ff423faa3234b9478e4d48539f908f1a5a1f7ba06e5d95945e48f36c080b4f3db1bead345c32e3d9311735cff0ee014c438085bdb922dce2b4af18164170f
7
+ data.tar.gz: f10f183430eb4baff1b029a067efe32f77b2901ded8782a707b8fac03cbf8c20b09aca21cd7eb6ee05bef47cf916ae2409c244e329c24bf742ed52ce513dffbc
data/README.md CHANGED
@@ -15,8 +15,7 @@ for this library, google-cloud-workstations, to see the convenience methods for
15
15
  constructing client objects. Reference documentation for the client objects
16
16
  themselves can be found in the client library documentation for the versioned
17
17
  client gems:
18
- [google-cloud-workstations-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-workstations-v1/latest),
19
- [google-cloud-workstations-v1beta](https://cloud.google.com/ruby/docs/reference/google-cloud-workstations-v1beta/latest).
18
+ [google-cloud-workstations-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-workstations-v1/latest).
20
19
 
21
20
  See also the [Product Documentation](https://cloud.google.com/workstations/docs)
22
21
  for more usage information.
@@ -62,8 +61,7 @@ results in logs appearing alongside your application logs in the
62
61
  Debug logging also requires that the versioned clients for this service be
63
62
  sufficiently recent, released after about Dec 10, 2024. If logging is not
64
63
  working, try updating the versioned clients in your bundle or installed gems:
65
- [google-cloud-workstations-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-workstations-v1/latest),
66
- [google-cloud-workstations-v1beta](https://cloud.google.com/ruby/docs/reference/google-cloud-workstations-v1beta/latest).
64
+ [google-cloud-workstations-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-workstations-v1/latest).
67
65
 
68
66
  ## Supported Ruby Versions
69
67
 
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Workstations
23
- VERSION = "1.1.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-workstations
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.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,42 +27,16 @@ dependencies:
27
27
  name: google-cloud-workstations-v1
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
30
- - - ">="
31
- - !ruby/object:Gem::Version
32
- version: '0.0'
33
- - - "<"
34
- - !ruby/object:Gem::Version
35
- version: 2.a
36
- type: :runtime
37
- prerelease: false
38
- version_requirements: !ruby/object:Gem::Requirement
39
- requirements:
40
- - - ">="
41
- - !ruby/object:Gem::Version
42
- version: '0.0'
43
- - - "<"
44
- - !ruby/object:Gem::Version
45
- version: 2.a
46
- - !ruby/object:Gem::Dependency
47
- name: google-cloud-workstations-v1beta
48
- requirement: !ruby/object:Gem::Requirement
49
- requirements:
50
- - - ">="
51
- - !ruby/object:Gem::Version
52
- version: '0.0'
53
- - - "<"
30
+ - - "~>"
54
31
  - !ruby/object:Gem::Version
55
- version: 2.a
32
+ version: '1.0'
56
33
  type: :runtime
57
34
  prerelease: false
58
35
  version_requirements: !ruby/object:Gem::Requirement
59
36
  requirements:
60
- - - ">="
61
- - !ruby/object:Gem::Version
62
- version: '0.0'
63
- - - "<"
37
+ - - "~>"
64
38
  - !ruby/object:Gem::Version
65
- version: 2.a
39
+ version: '1.0'
66
40
  description: Allows administrators to create managed developer environments in the
67
41
  cloud.
68
42
  email: googleapis-packages@google.com
@@ -95,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
69
  - !ruby/object:Gem::Version
96
70
  version: '0'
97
71
  requirements: []
98
- rubygems_version: 3.6.2
72
+ rubygems_version: 3.6.3
99
73
  specification_version: 4
100
74
  summary: Allows administrators to create managed developer environments in the cloud.
101
75
  test_files: []