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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 28a1122eba495212e0177e92bf4f1d6e5cd0a1423c1b1d9aca89e36d280e74e6
4
- data.tar.gz: a9b546e598c6215bad146e6c84a285e9b13490554a85d4dc08b2f9f8bd01cbee
3
+ metadata.gz: d34d22bb66dddf037c3c30dc1625e99e5cfaf19382488f76bedcebaab2a20620
4
+ data.tar.gz: 5be126e923a42704e16942bf4ea0798c8afb2ad90badc0566fdb44f88c0fbc98
5
5
  SHA512:
6
- metadata.gz: be531344a760a4889fe7d333bc2edb1acba79f28e7320d6ca6f8579adca6654a2548a3aad5e6069cb6c7f3614417f3705ae131f85ef88b5354f074c6a655c9f1
7
- data.tar.gz: 5a330c20b24c55ea82cd474d770aa7e6330a197367f82e158238d6890b0dc7a05724da71df3645dac516622c850eebbe6d29db8020449ece7276fac444a17275
6
+ metadata.gz: '04389a455602cca23369825d2df6dc64d46c350f4c6ed12ae2ef050821bb40eaf009d1f1ea46ee7c3e7f94923768647f027f34252d17d861edef7dc6d05fc631'
7
+ data.tar.gz: a4d1a2888a0590c34db1eb5d95bfc6fd4c41c69cd9ed18e30092111cc31670867bfd387b7cf816416d4a1d7c61643bc85b6f8172f20169dc8a916b9a02f9339d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
- ## 1.0.0 (2021-10-19)
3
+ ### 1.0.1 (2022-06-23)
4
+
5
+ #### Bug Fixes
6
+
7
+ * Remove some unnecessary requires
8
+
9
+ ### 1.0.0 (2021-10-19)
4
10
 
5
11
  * Initial creation of google-cloud-common
@@ -17,7 +17,7 @@
17
17
  module Google
18
18
  module Cloud
19
19
  module Common
20
- VERSION = "1.0.0".freeze
20
+ VERSION = "1.0.1".freeze
21
21
  end
22
22
  end
23
23
  end
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.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: 2021-10-19 00:00:00.000000000 Z
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.2.17
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