google-apis-androidpublisher_v3 0.4.0 → 0.5.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: f8a09b50e09a830a365f395e0ad531dcf006ec8c5e9c7afac121274381952696
|
|
4
|
+
data.tar.gz: 3b23c8814a28ba95cb0a426ed0306c94fdb781b3be656f16ef83c96a685f56d2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9421a6566c9332a379c6a1536fd3f326b1aff4eedd36f9794825afaba1033c2e0117c70d999e0fa89c46e081bc1ba7cff4401753537c3fb1f7f5b6ec53a15d13
|
|
7
|
+
data.tar.gz: 5ee181aeec3925ea46997db69b8b1f7194686e68211ce2c1599eca6e6f1109ca478c731a3099343ba29cb9777cddf089d0a2dc4429d9d10767cd27245f4a1598
|
data/CHANGELOG.md
CHANGED
|
@@ -1638,9 +1638,11 @@ module Google
|
|
|
1638
1638
|
# @return [Fixnum]
|
|
1639
1639
|
attr_accessor :payment_state
|
|
1640
1640
|
|
|
1641
|
-
# Price of the subscription,
|
|
1642
|
-
#
|
|
1643
|
-
#
|
|
1641
|
+
# Price of the subscription, For tax exclusive countries, the price doesn't
|
|
1642
|
+
# include tax. For tax inclusive countries, the price includes tax. Price is
|
|
1643
|
+
# expressed in micro-units, where 1,000,000 micro-units represents one unit of
|
|
1644
|
+
# the currency. For example, if the subscription price is €1.99,
|
|
1645
|
+
# price_amount_micros is 1990000.
|
|
1644
1646
|
# Corresponds to the JSON property `priceAmountMicros`
|
|
1645
1647
|
# @return [Fixnum]
|
|
1646
1648
|
attr_accessor :price_amount_micros
|
|
@@ -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.5.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210527"
|
|
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-androidpublisher_v3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.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-05-
|
|
11
|
+
date: 2021-05-31 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-androidpublisher_v3/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.5.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-androidpublisher_v3
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|