google-apis-adsense_v2 0.1.0 → 0.5.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: 2d54c1a2fe652f4ca8815d5fba2a601ed7712bece7ad263034a573b1210c1f3f
4
- data.tar.gz: cf26e5c6de677c9cdcf9248be11bb7ad0e3c547c2181806bc29882221d4d87b3
3
+ metadata.gz: 703463e27ef0ff794af7cfd4e7f2085ea8115907708c6f1afa29f71687270ce4
4
+ data.tar.gz: 61898fe64798d25555e8fbd23afe2b7644b6214fb07750d8603fbf16b88aa5a8
5
5
  SHA512:
6
- metadata.gz: 46e723802a67769030d6fd56ea6a05ab2b88db036759076f3bc9f14598abe2113eeccc5f0eecead8090af5c49e784b0b2db296773291fb4158897304a354966f
7
- data.tar.gz: 48b65fb9d8bc71c1c27c1cc0d4179156b072dc699b4f1f546867ff542d54debff6a7e3f44e73862d7dee433bedfe768fa3d073c111b235eee29c89e7676d35bf
6
+ metadata.gz: 7c4a42391a2fefd3881e6ab72bd6e186b770a9b2d65d979fea12c72875040d00a6f3da1a35d24d8804f153cee715535567566caedc486d8ca137dfef6e1078d7
7
+ data.tar.gz: 563fa58f4a06bbd7dee387ff80bcf553572b99f22162a7ba6f102f6e403787066dd30efca30f1c0b7e5f3dc2b5f011715455ea28ba493822b16b10989f4b63e2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-adsense_v2
2
2
 
3
+ ### v0.5.0 (2021-10-15)
4
+
5
+ * Regenerated from discovery document revision 20211014
6
+
7
+ ### v0.4.0 (2021-06-29)
8
+
9
+ * Regenerated using generator version 0.4.0
10
+
11
+ ### v0.3.0 (2021-06-24)
12
+
13
+ * Regenerated using generator version 0.3.0
14
+
15
+ ### v0.2.0 (2021-05-19)
16
+
17
+ * Unspecified changes
18
+
3
19
  ### v0.1.0 (2021-04-16)
4
20
 
5
21
  * Regenerated from discovery document revision 20210414
data/OVERVIEW.md CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
79
79
 
80
80
  **For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
81
81
 
82
- The [product documentation](http://code.google.com/apis/adsense/management/) may provide guidance regarding the preferred client library to use.
82
+ The [product documentation](https://developers.google.com/adsense/management/) may provide guidance regarding the preferred client library to use.
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AdsenseV2
18
18
  # Version of the google-apis-adsense_v2 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.5.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 = "20210414"
25
+ REVISION = "20211014"
26
26
  end
27
27
  end
28
28
  end
@@ -31,7 +31,7 @@ module Google
31
31
  # Adsense = Google::Apis::AdsenseV2 # Alias the module
32
32
  # service = Adsense::AdsenseService.new
33
33
  #
34
- # @see http://code.google.com/apis/adsense/management/
34
+ # @see https://developers.google.com/adsense/management/
35
35
  class AdsenseService < Google::Apis::Core::BaseService
36
36
  # @return [String]
37
37
  # API key. Your API key identifies your project and provides you with API access,
@@ -24,7 +24,7 @@ module Google
24
24
  # The AdSense Management API allows publishers to access their inventory and run
25
25
  # earnings and performance reports.
26
26
  #
27
- # @see http://code.google.com/apis/adsense/management/
27
+ # @see https://developers.google.com/adsense/management/
28
28
  module AdsenseV2
29
29
  # Version of the AdSense Management API this client connects to.
30
30
  # This is NOT the gem version.
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-adsense_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.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-18 00:00:00.000000000 Z
11
+ date: 2021-10-18 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 AdSense Management API V2. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -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-adsense_v2/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-adsense_v2/v0.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-adsense_v2/v0.5.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-adsense_v2
57
63
  post_install_message:
58
64
  rdoc_options: []