google-cloud-channel 1.6.0 → 2.0.1

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: 2d98fb84076f13c9f93c01db1ce69493a44668032def9c3d47357da1e0be0420
4
- data.tar.gz: 77b770bd0f2438ebfa046be004ca9faae5dff2364e5d4659943ed81e48d7bf44
3
+ metadata.gz: a34c2808bcacd099480cab4d04fe7b2cabcaf05eb77f07ca50eb4573b36b8248
4
+ data.tar.gz: 675c8ecc301e78b8020ff1000763301ec91082c32e44bd111066165df4517486
5
5
  SHA512:
6
- metadata.gz: a743feb503427c87352af00275822106bba852ab63354a8d9db9f9aeefb0afd8bf2ce5e36727876a214863a1979bec24be9897ce187e5fe17dc3e2da791f6ef2
7
- data.tar.gz: 2e9cfbf6aeb605bfce4c1c7d436e0c93e172246cfca645e87a870eb9f2da6df975f2bd5273e0ffe0d30b2469fc5af7385497816d55561ee965c152917ba5a4d6
6
+ metadata.gz: 38a758f6cee475a72afd2ab397e82253c186c29c49cea1b9486106d24d7ae036c6bce65c6c883aec624dea58dcda7c8d345b15cb156bd466ff2f7e332f76c93d
7
+ data.tar.gz: 948ce825ba4d424a3667c6bbc0f3d31ab123904367ea3ce9f9c94697a6bdc8d3bb81a8fb699c52860fa24029528cf2e6a28f4a3c58dd8c7f5250e2d7927b5053
data/README.md CHANGED
@@ -7,7 +7,7 @@ You can use Channel Services to manage your relationships with your partners and
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-channel-v*`.
9
9
  The gem `google-cloud-channel` is the main client library that brings the
10
- verisoned gems in as dependencies, and provides high-level methods for
10
+ versioned gems in as dependencies, and provides high-level methods for
11
11
  constructing clients. More information on versioned clients can be found below
12
12
  in the section titled *Which client should I use?*.
13
13
 
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Channel
23
- VERSION = "1.6.0"
23
+ VERSION = "2.0.1"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,34 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-channel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 2.0.1
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: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-channel-v1
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ">="
17
- - !ruby/object:Gem::Version
18
- version: '0.23'
19
- - - "<"
16
+ - - "~>"
20
17
  - !ruby/object:Gem::Version
21
- version: 2.a
18
+ version: '2.0'
22
19
  type: :runtime
23
20
  prerelease: false
24
21
  version_requirements: !ruby/object:Gem::Requirement
25
22
  requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- version: '0.23'
29
- - - "<"
23
+ - - "~>"
30
24
  - !ruby/object:Gem::Version
31
- version: 2.a
25
+ version: '2.0'
32
26
  - !ruby/object:Gem::Dependency
33
27
  name: google-cloud-core
34
28
  requirement: !ruby/object:Gem::Requirement
@@ -76,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
70
  - !ruby/object:Gem::Version
77
71
  version: '0'
78
72
  requirements: []
79
- rubygems_version: 3.6.2
73
+ rubygems_version: 3.6.8
80
74
  specification_version: 4
81
75
  summary: API Client library for the Cloud Channel API
82
76
  test_files: []