google-cloud-asset 1.2.0 → 1.3.0

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: c96b5b0fb7cac429d5b2945e2fb0dd2c25267a0170d9cb64741bb3f4dd1b59f7
4
- data.tar.gz: 2999df00b4708db0b5c3432bb774745ad3a936fef0e6726c4ac3cd3dd413f29d
3
+ metadata.gz: d9a8a61a22bf3327d03920d5aa43851af3c3a05bbc915840f5e4a485259642fd
4
+ data.tar.gz: a9625ca2e585f912c6a0fd053b9219b9b7ad26efcc4eec341e0fef6784831c21
5
5
  SHA512:
6
- metadata.gz: 0b29121d5299ed6394e0e02d4f3b79525bcb98b55bb0b81de426132063d4dd6059ecd073b3dfb9418d75d7e456143d84c588b4fd04df010ebb99977a40c6124c
7
- data.tar.gz: a4231a25f99785e337a89c675ab3dbc6d8f5b9be6c12672c2f785f2c409282956027b9c8d76bc9d4629ab81fa05abe01bfd47514b6b35d66d2bb19552c523510
6
+ metadata.gz: 2749b1f45229692204e73901c6e8fd245d3de762bf17691b82016c319a3f48b1a36353b3f10a529f9302595ab1a699b94ca994cc1ce56e55f698102ca3319baf
7
+ data.tar.gz: 89a5a6b036186b4c3307cb0d274de7298910fee76741173dd53561f03cfa0854eafae67e6ef66aa67e83858099d296a4978f43e900f46630a11f471f29eb3602
data/README.md CHANGED
@@ -70,11 +70,11 @@ end
70
70
 
71
71
  ## Supported Ruby Versions
72
72
 
73
- This library is supported on Ruby 2.4+.
73
+ This library is supported on Ruby 2.5+.
74
74
 
75
75
  Google provides official support for Ruby versions that are actively supported
76
76
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
77
- in security maintenance, and not end of life. Currently, this means Ruby 2.4
77
+ in security maintenance, and not end of life. Currently, this means Ruby 2.5
78
78
  and later. Older versions of Ruby _may_ still work, but are unsupported and not
79
79
  recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details
80
80
  about the Ruby support schedule.
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Asset
19
- VERSION = "1.2.0".freeze
19
+ VERSION = "1.3.0".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-asset
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
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-02-23 00:00:00.000000000 Z
11
+ date: 2021-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-asset-v1
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 1.24.0
47
+ version: 1.25.1
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 1.24.0
54
+ version: 1.25.1
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: minitest
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -177,14 +177,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
177
177
  requirements:
178
178
  - - ">="
179
179
  - !ruby/object:Gem::Version
180
- version: '2.4'
180
+ version: '2.5'
181
181
  required_rubygems_version: !ruby/object:Gem::Requirement
182
182
  requirements:
183
183
  - - ">="
184
184
  - !ruby/object:Gem::Version
185
185
  version: '0'
186
186
  requirements: []
187
- rubygems_version: 3.2.6
187
+ rubygems_version: 3.2.13
188
188
  signing_key:
189
189
  specification_version: 4
190
190
  summary: API Client library for the Cloud Asset API