google-apis-testing_v1 0.55.0 → 0.56.0
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/testing_v1/classes.rb +3 -3
- data/lib/google/apis/testing_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f2e6667d90819e37ac1074074dbac943d28b03eefaf0aa0bb7f812fc9e76f0d0
|
4
|
+
data.tar.gz: f73bdb850cadde271c5e9b90cb497f0a32b2309d2b7ebd1d9e4bccf09f61e24e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6379aefa5ec6e6d04bac6d3874950e88cf9d9583ee0a2c9e86852d7d7802368d4ef13ca526c50fa46cb46310ac605ab8217d9398ef99d266d60b15cf8194acc5
|
7
|
+
data.tar.gz: e6dbe39814b277ee954004371e7ea7fa3cb3536785d5739c38e969d3f872d14fac99704474b0dec7a44eb488785982fee5c488e0004d180ff89aca503f63b0e8
|
data/CHANGELOG.md
CHANGED
@@ -2220,9 +2220,9 @@ module Google
|
|
2220
2220
|
# Required. Where to put the content on the device. Must be an absolute,
|
2221
2221
|
# allowlisted path. If the file exists, it will be replaced. The following
|
2222
2222
|
# device-side directories and any of their subdirectories are allowlisted: $`
|
2223
|
-
# EXTERNAL_STORAGE`, /sdcard
|
2224
|
-
#
|
2225
|
-
#
|
2223
|
+
# EXTERNAL_STORAGE`, /sdcard $`ANDROID_DATA`/local/tmp, or /data/local/tmp
|
2224
|
+
# Specifying a path outside of these directory trees is invalid. The paths /
|
2225
|
+
# sdcard and /data will be made available and treated as implicit path
|
2226
2226
|
# substitutions. E.g. if /sdcard on a particular device does not map to external
|
2227
2227
|
# storage, the system will replace it with the external storage path prefix for
|
2228
2228
|
# that device and copy the file there. It is strongly advised to use the
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module TestingV1
|
18
18
|
# Version of the google-apis-testing_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.56.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250819"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-testing_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.56.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-testing_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.56.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-testing_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|