google-cloud-metastore 2.2.0 → 2.2.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: b5b5f6d6156503728495db38f200297f9616f86209f112dff02eccab2a2de137
4
- data.tar.gz: f7568eb8ef68115f6bbe77436ef19dc908a8a02d0cd7e7767399adccaf356740
3
+ metadata.gz: 6471c3e954ff43d580694a8d500df829078aee5ff090070fed18aa7f2bbae865
4
+ data.tar.gz: c22b032336218dfc9a896de0146df09b56c4c99cfd50cdb9ad0039522b8fc512
5
5
  SHA512:
6
- metadata.gz: 68b35909318be2101cf8f86aa05aa379e2564bae40b14cd98ef06ef9889888268d1effad979a808659a446bf140b2f5dc29858ff512cec8313bca991060c4d83
7
- data.tar.gz: 82bcbf8004d94e71f7a7fd78ccaf8cfe22a025b8ce8fa08746f41d94a2e97977437e8f4871c2db1ffcbcfafd6c53741fd3596695f9c5feedfd62c987635078d9
6
+ metadata.gz: 6ac951d496d30269d78c0e829fe319ae42e8254c7ce54d6b6990791e0f699a32726aacb57b212e193e28aefc3a92aacffd13465dbed96960cfd603847b80d2d8
7
+ data.tar.gz: ad7acabf56a8c62b6eea10c11e6c31c4174515078e065decfdada78249462dfa08f969fb4b4ced84de9cf5fb8bfc9c286dd2fd998f66973eea95adcd7165afe3
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Metastore
23
- VERSION = "2.2.0"
23
+ VERSION = "2.2.1"
24
24
  end
25
25
  end
26
26
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2021 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2021 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-metastore
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC