google-cloud-common 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -1
- data/lib/google/cloud/common/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d34d22bb66dddf037c3c30dc1625e99e5cfaf19382488f76bedcebaab2a20620
|
4
|
+
data.tar.gz: 5be126e923a42704e16942bf4ea0798c8afb2ad90badc0566fdb44f88c0fbc98
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '04389a455602cca23369825d2df6dc64d46c350f4c6ed12ae2ef050821bb40eaf009d1f1ea46ee7c3e7f94923768647f027f34252d17d861edef7dc6d05fc631'
|
7
|
+
data.tar.gz: a4d1a2888a0590c34db1eb5d95bfc6fd4c41c69cd9ed18e30092111cc31670867bfd387b7cf816416d4a1d7c61643bc85b6f8172f20169dc8a916b9a02f9339d
|
data/CHANGELOG.md
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-common
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-protobuf
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
69
|
- !ruby/object:Gem::Version
|
70
70
|
version: '0'
|
71
71
|
requirements: []
|
72
|
-
rubygems_version: 3.
|
72
|
+
rubygems_version: 3.3.14
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: Common protocol buffer types used in Google Cloud APIs
|