google-cloud-artifact_registry 0.1.0 → 0.1.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: f1361d13ec0183c68008fab930f0e6923288c96791272c435dc01e0d9cac63e8
4
- data.tar.gz: 581619204dee321f37a761294be1a927c383d52cf6a6ecfbd90e4d40b6904190
3
+ metadata.gz: ee0c7cbbacbbcca215051b74ae874f17eea57b870b0e1d2d301c1928d0530ad1
4
+ data.tar.gz: 87c1ea37df4f671e582e78ca9dd753dc850ca303417be7e9f558a139d50dd07d
5
5
  SHA512:
6
- metadata.gz: 00b7ac8b742ad680c410227ce819d6c47c2162176e9b7afbab4673ccde79bfa73f343373b05f6e6358bf64eb8eb781ab2534c2186d711f76d89c0eb978af564f
7
- data.tar.gz: d6dbf89d6e53e5d823596f64a3c4fb41a7d59d0a7885c5549ef2fe9680f58ccfe2f2db95e5c18a557afa356b41f0ecc2129ae1c80099a323bbda8d3191c32515
6
+ metadata.gz: b7a06b3aaf47f1c224766f32127f0b82c63da4bdbe77c8130a2b83fc02385057e2dca7950141586148da52ecc5cac6cc44531debec208788c8e9876c6f2698c9
7
+ data.tar.gz: 3da93543b4beb41efc1bc345161340c8d90269a544529f495721956d52bdcf976666262df98e6f9aee284bae3f56730b1bd926a17412677093580b352c111711
@@ -100,8 +100,8 @@ module Google
100
100
  # The library version as recorded in instrumentation and logging.
101
101
  # * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
102
102
  # An array of interceptors that are run before calls are executed.
103
- # * `timeout` (*type:* `Integer`) -
104
- # Default timeout in milliseconds.
103
+ # * `timeout` (*type:* `Numeric`) -
104
+ # Default timeout in seconds.
105
105
  # * `metadata` (*type:* `Hash{Symbol=>String}`) -
106
106
  # Additional gRPC headers to be sent with the call.
107
107
  # * `retry_policy` (*type:* `Hash`) -
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module ArtifactRegistry
23
- VERSION = "0.1.0"
23
+ VERSION = "0.1.1"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-artifact_registry
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.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: 2020-12-08 00:00:00.000000000 Z
11
+ date: 2021-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-artifact_registry-v1beta2
@@ -183,7 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
183
  - !ruby/object:Gem::Version
184
184
  version: '0'
185
185
  requirements: []
186
- rubygems_version: 3.1.4
186
+ rubygems_version: 3.2.6
187
187
  signing_key:
188
188
  specification_version: 4
189
189
  summary: API Client library for the Artifact Registry API