google-apis-blogger_v2 0.9.0 → 0.10.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: 1d38682b14758d271e8cb6bb6ebfcbac6a1ec99f949b605cdb37da04d5f4d6b3
4
- data.tar.gz: c2d6242b98d83e9191ac76add852d0c74b594a729965257e49a2d6667d979125
3
+ metadata.gz: c9ba3849a7ac89b58bf9baafe5d9b6423c145655bc8913867f9a0d52b9c3e680
4
+ data.tar.gz: 46285631b4b6b99f4aca823dcf6eed877a9aedaf6e3197615945d4693143f23f
5
5
  SHA512:
6
- metadata.gz: 4e33e05ba66e01f75ced2d3534af1df7402ec95432b7ad110d0ab1dca0f0c30f780ad6447686507db98cbd43c24465c27ba936eced71210736441bdc9efcbccf
7
- data.tar.gz: e29d8b6963ddb80b790f7483473ae6ead4256a2d6c82a29c95449c6793392a099b8085929fd04e849e11b2dd4a320c2a4a4896ecb28fc78ba83e9897973009d4
6
+ metadata.gz: ea16f685b2710e7793a41d3c35717a82268a90931612c3d4a29dec9dc61a3f5adb1c5f0b71576cd9fe8221a2cfa90ea5c2a26e55bb7e3fe0a16684d5ef4d9986
7
+ data.tar.gz: 7c8e5944ddb4a701494986434bbd394c8fbff8cd2789974e4efecce46e299e7b626aabf8e0c1a3b29a79eb23c19ceba832b2758c62e2a4609b3b544f70f9eb57
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-blogger_v2
2
2
 
3
+ ### v0.10.0 (2022-06-30)
4
+
5
+ * Regenerated using generator version 0.8.0
6
+ * Regenerated from discovery document revision 20220625
7
+
3
8
  ### v0.9.0 (2022-06-19)
4
9
 
5
10
  * Regenerated using generator version 0.7.0
data/OVERVIEW.md CHANGED
@@ -1,6 +1,6 @@
1
- # Simple REST client for version V2 of the Blogger API v3
1
+ # Simple REST client for version V2 of the Blogger API
2
2
 
3
- This is a simple client library for version V2 of the Blogger API v3. It provides:
3
+ This is a simple client library for version V2 of the Blogger API. It provides:
4
4
 
5
5
  * A client object that connects to the HTTP/JSON REST endpoint for the service.
6
6
  * Ruby objects for data structures related to the service.
@@ -65,7 +65,7 @@ More detailed descriptions of the Google simple REST clients are available in tw
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Blogger service in particular.)
67
67
 
68
- For reference information on specific calls in the Blogger API v3, see the {Google::Apis::BloggerV2::BloggerService class reference docs}.
68
+ For reference information on specific calls in the Blogger API, see the {Google::Apis::BloggerV2::BloggerService class reference docs}.
69
69
 
70
70
  ## Which client should I use?
71
71
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BloggerV2
18
18
  # Version of the google-apis-blogger_v2 gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.7.0"
22
+ GENERATOR_VERSION = "0.8.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220226"
25
+ REVISION = "20220625"
26
26
  end
27
27
  end
28
28
  end
@@ -20,7 +20,7 @@ require 'google/apis/errors'
20
20
  module Google
21
21
  module Apis
22
22
  module BloggerV2
23
- # Blogger API v3
23
+ # Blogger API
24
24
  #
25
25
  # The Blogger API provides access to posts, comments and pages of a Blogger blog.
26
26
  #
@@ -19,13 +19,13 @@ require 'google/apis/blogger_v2/gem_version.rb'
19
19
 
20
20
  module Google
21
21
  module Apis
22
- # Blogger API v3
22
+ # Blogger API
23
23
  #
24
24
  # The Blogger API provides access to posts, comments and pages of a Blogger blog.
25
25
  #
26
26
  # @see https://developers.google.com/blogger/docs/3.0/getting_started
27
27
  module BloggerV2
28
- # Version of the Blogger API v3 this client connects to.
28
+ # Version of the Blogger API this client connects to.
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V2'
31
31
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-blogger_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.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: 2022-06-20 00:00:00.000000000 Z
11
+ date: 2022-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.6'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,16 +26,16 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.6'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
33
- description: This is the simple REST client for Blogger API v3 V2. Simple REST clients
33
+ description: This is the simple REST client for Blogger API V2. Simple REST clients
34
34
  are Ruby client libraries that provide access to Google services via their HTTP
35
35
  REST API endpoints. These libraries are generated and updated automatically based
36
36
  on the discovery documents published by the service, and they handle most concerns
37
37
  such as authentication, pagination, retry, timeouts, and logging. You can use this
38
- client to access the Blogger API v3, but note that some services may provide a separate
38
+ client to access the Blogger API, but note that some services may provide a separate
39
39
  modern client that is easier to use.
40
40
  email: googleapis-packages@google.com
41
41
  executables: []
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-blogger_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-blogger_v2/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-blogger_v2/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-blogger_v2
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -78,5 +78,5 @@ requirements: []
78
78
  rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
- summary: Simple REST client for Blogger API v3 V2
81
+ summary: Simple REST client for Blogger API V2
82
82
  test_files: []