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: e7a6cb82d17a60b6eced446f855219b1e0a4146b6be8d24b29e4e2b5a5b1b499
4
- data.tar.gz: de9d65c05579f1c502ed450d9bc49f273c60ed667c65e47299474fc43a3ed4f2
3
+ metadata.gz: f8a09b50e09a830a365f395e0ad531dcf006ec8c5e9c7afac121274381952696
4
+ data.tar.gz: 3b23c8814a28ba95cb0a426ed0306c94fdb781b3be656f16ef83c96a685f56d2
5
5
  SHA512:
6
- metadata.gz: 8e72b36af9cb2590b640a6c9b99db3ef5f71babe8522f9bc7b967e1df8bcc0cff6322b41a14858bfb0abb35e53ffb6e7a22575fb2f5446c5afea7be72aeb26f3
7
- data.tar.gz: 92861eab61ccf4fdf1a19ff366b8171249e77d822a2cbd26aa54c2869dd9c0ab3f3d830c125edb591f65a18a5e8dab36286fc5ad9d33f7cb64e3652d79eebc1e
6
+ metadata.gz: 9421a6566c9332a379c6a1536fd3f326b1aff4eedd36f9794825afaba1033c2e0117c70d999e0fa89c46e081bc1ba7cff4401753537c3fb1f7f5b6ec53a15d13
7
+ data.tar.gz: 5ee181aeec3925ea46997db69b8b1f7194686e68211ce2c1599eca6e6f1109ca478c731a3099343ba29cb9777cddf089d0a2dc4429d9d10767cd27245f4a1598
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.5.0 (2021-05-28)
4
+
5
+ * Regenerated from discovery document revision 20210527
6
+
3
7
  ### v0.4.0 (2021-05-19)
4
8
 
5
9
  * Unspecified changes
@@ -1638,9 +1638,11 @@ module Google
1638
1638
  # @return [Fixnum]
1639
1639
  attr_accessor :payment_state
1640
1640
 
1641
- # Price of the subscription, not including tax. Price is expressed in micro-
1642
- # units, where 1,000,000 micro-units represents one unit of the currency. For
1643
- # example, if the subscription price is €1.99, price_amount_micros is 1990000.
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.4.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 = "20210429"
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.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-24 00:00:00.000000000 Z
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.4.0
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: []