google-apis-androidpublisher_v3 0.85.0 → 0.86.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d26814b4b6833145b611c9a77aa7e3a5888aadfc31642a8b16e901d52283e087
|
4
|
+
data.tar.gz: a4d3c0fe83ba1c03db684b53bd9f1d47d7a5b65080ea88daf08df2d76d35c709
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e427295d196d526154111251dbb1f7fbcacf5176e8fd6d4e1129c8f47c2ea47145c4645c71f7e722aa0bdc622e536194b2529c2a51daa8e150245587c49b2f04
|
7
|
+
data.tar.gz: 689746fa48a74b266e3bc117e199ccca70623d27850c5eed9a9301fb0552302df3fbfc0fb6737d02bb547b0368d8548fbfa897d19ab271ad571e9addd752b999
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AndroidpublisherV3
|
18
18
|
# Version of the google-apis-androidpublisher_v3 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.86.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 = "20250828"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -4633,7 +4633,8 @@ module Google
|
|
4633
4633
|
end
|
4634
4634
|
|
4635
4635
|
# Cancels a user's subscription purchase. The subscription remains valid until
|
4636
|
-
# its expiration time.
|
4636
|
+
# its expiration time. Newer version is available at purchases.subscriptionsv2.
|
4637
|
+
# cancel for better client library support.
|
4637
4638
|
# @param [String] package_name
|
4638
4639
|
# The package name of the application for which this subscription was purchased (
|
4639
4640
|
# for example, 'com.some.thing').
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-androidpublisher_v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.86.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-androidpublisher_v3/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.86.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidpublisher_v3
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|