google-apis-metastore_v1beta 0.11.0 → 0.12.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f8080213af04d522a81e8746af44b0fc1fa310629a562b4b2950323e48b67a0f
4
- data.tar.gz: 6f818b1d787cb4a5e510ad23c6fdd2a589531db39dd0c54cc9eacafca56d0bc9
3
+ metadata.gz: c7ee2612f41eff5460b59328acde93c69c4bfe6957c08a115261330d5a87d094
4
+ data.tar.gz: 36118fe56641138932aec601b32b0568e978ab912c7dec93d294e63d04781478
5
5
  SHA512:
6
- metadata.gz: dc9a3e6d376a9d7475c7acffc1d6c620047f4c29b99aefcc3b987a13545fb792d98eb3d1fe153895a72fa1864a37b841c373cc73dddb8e47db449b17f43a737b
7
- data.tar.gz: 5aa6e92e6d070a9ae666f9242a34945bfdf89f2374ea25fdb083ecd718eb471b037e88c5da9a072714a3b2f8fb295933bb8927b2234dc0c0b35c233a2bbc24c5
6
+ metadata.gz: c0b6809a253523042c0807abd3aaac6fbf2573f992691f342acacb539d455b92dfa942fabdb2a2127eae2f767a1c099a408e70aa5500ead4ea53adbc64169392
7
+ data.tar.gz: 6859fc228cf1385b24af49670f140acff9d4e2fe700635cff481d756b170719bdd476868ee07b865daaff7fa312f823f5654424ba7b8fa9a1e5cc919d400c1f4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-metastore_v1beta
2
2
 
3
+ ### v0.12.0 (2021-06-24)
4
+
5
+ * Unspecified changes
6
+
3
7
  ### v0.11.0 (2021-06-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20210615
@@ -16,7 +16,7 @@ module Google
16
16
  module Apis
17
17
  module MetastoreV1beta
18
18
  # Version of the google-apis-metastore_v1beta gem
19
- GEM_VERSION = "0.11.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.3.0"
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-metastore_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-21 00:00:00.000000000 Z
11
+ date: 2021-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.3'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.3'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Dataproc Metastore API V1beta. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-metastore_v1beta/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1beta/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1beta/v0.12.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-metastore_v1beta
57
63
  post_install_message:
58
64
  rdoc_options: []