google-cloud-resource_manager 0.31.0 → 0.31.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 26ab83655455041360b28db84f36a3a4ef2d785d52b522785a2a2cdb303deae0
|
|
4
|
+
data.tar.gz: 36d536f95585ce3c7367874a80df009940d9469f24fe162e8f413e6849b0f812
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3d7f900489601308c957cfade19626b2f54f52f24e6c7d5ac9b0f6a40a55ac2394509f1571a4821abd7a893f9975951e09515c565f863eb75ec4cf9c7d324bf4
|
|
7
|
+
data.tar.gz: 21b00b617ace5313babb39360c2e231bd0358271d60cf21206da5fefc38eccd383fd78177d3468a4a69d8ad713e81326710ea586652bee4f075ddde702f5da28
|
data/CHANGELOG.md
CHANGED
data/LOGGING.md
CHANGED
|
@@ -6,7 +6,7 @@ Client](https://github.com/google/google-api-ruby-client/blob/master/README.md#l
|
|
|
6
6
|
library. The logger that you set may be a Ruby stdlib
|
|
7
7
|
[`Logger`](https://ruby-doc.org/stdlib-2.4.0/libdoc/logger/rdoc/Logger.html) as
|
|
8
8
|
shown below, or a
|
|
9
|
-
[`Google::Cloud::Logging::Logger`](https://googleapis.
|
|
9
|
+
[`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
|
|
10
10
|
that will write logs to [Stackdriver
|
|
11
11
|
Logging](https://cloud.google.com/logging/).
|
|
12
12
|
|
|
@@ -69,7 +69,7 @@ module Google
|
|
|
69
69
|
retries ||= configure.retries
|
|
70
70
|
timeout ||= configure.timeout
|
|
71
71
|
credentials ||= keyfile
|
|
72
|
-
credentials ||= default_credentials
|
|
72
|
+
credentials ||= default_credentials scope: scope
|
|
73
73
|
unless credentials.is_a? Google::Auth::Credentials
|
|
74
74
|
credentials = ResourceManager::Credentials.new credentials,
|
|
75
75
|
scope: scope
|
|
@@ -125,7 +125,7 @@ module Google
|
|
|
125
125
|
def all request_limit: nil
|
|
126
126
|
request_limit = request_limit.to_i if request_limit
|
|
127
127
|
unless block_given?
|
|
128
|
-
return enum_for
|
|
128
|
+
return enum_for :all, request_limit: request_limit
|
|
129
129
|
end
|
|
130
130
|
results = self
|
|
131
131
|
loop do
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-resource_manager
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.31.
|
|
4
|
+
version: 0.31.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike Moore
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2019-
|
|
12
|
+
date: 2019-08-23 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: google-cloud-core
|
|
@@ -149,14 +149,14 @@ dependencies:
|
|
|
149
149
|
requirements:
|
|
150
150
|
- - "~>"
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
|
-
version: 0.
|
|
152
|
+
version: 0.64.0
|
|
153
153
|
type: :development
|
|
154
154
|
prerelease: false
|
|
155
155
|
version_requirements: !ruby/object:Gem::Requirement
|
|
156
156
|
requirements:
|
|
157
157
|
- - "~>"
|
|
158
158
|
- !ruby/object:Gem::Version
|
|
159
|
-
version: 0.
|
|
159
|
+
version: 0.64.0
|
|
160
160
|
- !ruby/object:Gem::Dependency
|
|
161
161
|
name: simplecov
|
|
162
162
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -247,8 +247,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
247
247
|
- !ruby/object:Gem::Version
|
|
248
248
|
version: '0'
|
|
249
249
|
requirements: []
|
|
250
|
-
|
|
251
|
-
rubygems_version: 2.7.6
|
|
250
|
+
rubygems_version: 3.0.4
|
|
252
251
|
signing_key:
|
|
253
252
|
specification_version: 4
|
|
254
253
|
summary: API Client library for Google Cloud Resource Manager
|