google-apis-androidpublisher_v3 0.3.0 → 0.8.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: 0da633b3a12016ac70a17f42760309987e22ee31f3c9b91396df1fc932b7ddd1
4
- data.tar.gz: 9e4c2f1521ed75d273dfd6bf6351e168e6cd667f486ef17ce4446f2bef3ce6d8
3
+ metadata.gz: dbf5646cede63859d60e85dd6dacb4a125364baf08177a7148845c7ab19a56b9
4
+ data.tar.gz: 662a371c41523745aab6ce3fc8ff68f433b3df489374f157f1609cadea8b5fc9
5
5
  SHA512:
6
- metadata.gz: 45219a4be086ada829fedd6c4d4dffb3311593b46a4a6cf9043ac05db39e8677a252d9a8c932bb33ed2161047082878ac951a082192c196a9d12a4bdb4c186e9
7
- data.tar.gz: 9b5b0f1ea3cca758ee8bdd6eaae2ecc287149e5b0255a3f7e4c74c70d3e5dd70dc6acee84fb0af8a90f5f4c79e92acc699def94711a29ac80bcd25375cb69e34
6
+ metadata.gz: 9ef0a1cc6264c926daddd5ace0d8203500d6051da8e9a7ba24ba0c4a241dd6cbd24d8b0fbcd0057823f790e273610560984b27a7825de388905728f1982b4a1c
7
+ data.tar.gz: 94b088febb8b50b2464ae978526e74676efabbe93cf045b29e32384ab06448cea0dc54e92dff583fd9d28bd92f714776994f77b3faa3cb2246b5a2a8031b4017
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.8.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.7.0 (2021-06-24)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.6.0 (2021-06-08)
12
+
13
+ * Regenerated from discovery document revision 20210605
14
+ * Regenerated using generator version 0.3.0
15
+
16
+ ### v0.5.0 (2021-05-28)
17
+
18
+ * Regenerated from discovery document revision 20210527
19
+
20
+ ### v0.4.0 (2021-05-19)
21
+
22
+ * Unspecified changes
23
+
3
24
  ### v0.3.0 (2021-04-30)
4
25
 
5
26
  * Regenerated from discovery document revision 20210429
@@ -1626,7 +1626,8 @@ module Google
1626
1626
  attr_accessor :obfuscated_external_profile_id
1627
1627
 
1628
1628
  # The order id of the latest recurring order associated with the purchase of the
1629
- # subscription.
1629
+ # subscription. If the subscription was canceled because payment was declined,
1630
+ # this will be the order id from the payment declined order.
1630
1631
  # Corresponds to the JSON property `orderId`
1631
1632
  # @return [String]
1632
1633
  attr_accessor :order_id
@@ -1638,9 +1639,11 @@ module Google
1638
1639
  # @return [Fixnum]
1639
1640
  attr_accessor :payment_state
1640
1641
 
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.
1642
+ # Price of the subscription, For tax exclusive countries, the price doesn't
1643
+ # include tax. For tax inclusive countries, the price includes tax. Price is
1644
+ # expressed in micro-units, where 1,000,000 micro-units represents one unit of
1645
+ # the currency. For example, if the subscription price is €1.99,
1646
+ # price_amount_micros is 1990000.
1644
1647
  # Corresponds to the JSON property `priceAmountMicros`
1645
1648
  # @return [Fixnum]
1646
1649
  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.3.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210429"
25
+ REVISION = "20210605"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-androidpublisher_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.8.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-18 00:00:00.000000000 Z
11
+ date: 2021-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Google Play Android Developer API
28
34
  V3. Simple REST clients are Ruby client libraries that provide access to Google
29
35
  services via their HTTP REST API endpoints. These libraries are generated and updated
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  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.3.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.8.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-androidpublisher_v3
57
63
  post_install_message:
58
64
  rdoc_options: []