google-apis-lifesciences_v2beta 0.1.0 → 0.2.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f2f49abfa2b401e0e55b17d2116a68e5709b41cb6f095461c1dc148767df24ea
|
4
|
+
data.tar.gz: e60fea46fda893a92b2c41c6b5b234964dd20880e4e5645ecdf1a94c33e576f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bca72d9c343578612359dcc2e47593936c8924cf07e61cabd597724a886d853ea65b64a8a81247929a989f98cb64d51ca1e592e33ec3f961bed455903e3fa5c0
|
7
|
+
data.tar.gz: d8e890c8fcde051cf1671e19d444481483a40a21aaa5c7773b61bd71804ea1893599f438725b539e2c660cd2a2794cd90387da5d4743697c944cddde74e21249
|
data/CHANGELOG.md
CHANGED
@@ -1263,7 +1263,9 @@ module Google
|
|
1263
1263
|
# of the tags used or the latest version will still be pulled. The root
|
1264
1264
|
# directory of the ext4 image must contain `image` and `overlay2` directories
|
1265
1265
|
# copied from the Docker directory of a VM where the desired Docker images have
|
1266
|
-
# already been pulled.
|
1266
|
+
# already been pulled. Any images pulled that are not cached will be stored on
|
1267
|
+
# the first cache disk instead of the boot disk. Only a single image is
|
1268
|
+
# supported.
|
1267
1269
|
# Corresponds to the JSON property `dockerCacheImages`
|
1268
1270
|
# @return [Array<String>]
|
1269
1271
|
attr_accessor :docker_cache_images
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module LifesciencesV2beta
|
18
18
|
# Version of the google-apis-lifesciences_v2beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.2.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.1.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210109"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-lifesciences_v2beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.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-
|
11
|
+
date: 2021-02-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-lifesciences_v2beta/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-lifesciences_v2beta/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-lifesciences_v2beta/v0.2.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-lifesciences_v2beta
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|
@@ -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.
|
72
|
+
rubygems_version: 3.2.6
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: Simple REST client for Cloud Life Sciences API V2beta
|