google-cloud-service_control 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: 1d737930ccf45ec00fb7653431a4b589d1b250f7121e737db433ce653c8fb3ed
4
- data.tar.gz: 6dd69e93ef258763583653600d1e092b0d31d25a6498a9e56acc34269865ed38
3
+ metadata.gz: 3a6e595893d191451febd3f612b9b172cd5c9c9b41caca19b944010c366ad480
4
+ data.tar.gz: 3390945495f7c99067d7ddc70a8ba026c1210bea6062eb6c3ba1706488de0fd1
5
5
  SHA512:
6
- metadata.gz: 88620d03cfcf3ee40d558e359fa83d06873f2a17779e501842db14cee2a95ea5d4a28d3f43175df2d6df4d0304bc17a143874dde4dacdf9bbd214115cb608f56
7
- data.tar.gz: f65ba2c51dd6db380efaf77eabb42c05ff73e9b7cce6ab9e77b328b9f13d7721fd99354d147589313605a403af65f3586ed054a991cbffcc7290952f7cd18a0d
6
+ metadata.gz: 3662a254de081f2eb2d7e39116298707fb2d8972d83fb5dcf90330107e5f0bb1eae894af88e155fce10fc03a4e57d86a4e4019ea47d538571c2f3404004fa269
7
+ data.tar.gz: 5d8b0e99214d7c5b5d87b923804765db29d6340889024e128a540ddf03ea9be2f03ed8266e147c4ab26ccf8b0515277856e4a6f2baef0573fffa4598f54c7a34
@@ -124,8 +124,8 @@ module Google
124
124
  # The library version as recorded in instrumentation and logging.
125
125
  # * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
126
126
  # An array of interceptors that are run before calls are executed.
127
- # * `timeout` (*type:* `Integer`) -
128
- # Default timeout in milliseconds.
127
+ # * `timeout` (*type:* `Numeric`) -
128
+ # Default timeout in seconds.
129
129
  # * `metadata` (*type:* `Hash{Symbol=>String}`) -
130
130
  # Additional gRPC headers to be sent with the call.
131
131
  # * `retry_policy` (*type:* `Hash`) -
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module ServiceControl
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-service_control
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-core
@@ -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 Service Control API API