google-apis-civicinfo_v2 0.21.0 → 0.23.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: c816eafe9ee8a4765be9e3e2e57aad09a617cd7264bb33901755c313e562f034
4
- data.tar.gz: 422438cee87895903fedcba21459f1b3fd5cccff157c30eda232b0ff1ecfd297
3
+ metadata.gz: 0f81db3ed2cff9ce64e757b85a7d2b6086198b876eb8b46d566c014be1d31a6d
4
+ data.tar.gz: 4155008478f8994bd9e6bc554db2c4be0f07f449c5a3c35f5ee5b389deb8d4f6
5
5
  SHA512:
6
- metadata.gz: 2118ff6aec87d57c3004ac2b77dcc192576694bff437dc9a4d291ec11a3adf6689b574f60e1b6e8372018714a4f5836c7d32177bb2f0c1e8d2fed6528894339d
7
- data.tar.gz: 4b5047ec2e2830793e526786aaacb505a1b93f0a7f2b7cb74b4a1658d1d6e61972cfec0bf4acc99a71a7b9a2f8e40c7834ea81f61845eab69e2bd23036a989e3
6
+ metadata.gz: 3347ad507a5d56c0a73d7c912eacd4404d55d9e797b20084c7bb560444b08394e0355f350860fbd603732fe32c5de87f84f056e1588b0dcaa944cdc1a20ef3ff
7
+ data.tar.gz: 63a9a99ef10ead71cfee8232abb705437531ff81e9ab378fd385dc442a3d127943aa136bd778ad79b8bf367e1c7d302e6a3a6ed50cc0613926ef44b7041e50a6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-civicinfo_v2
2
2
 
3
+ ### v0.23.0 (2024-06-16)
4
+
5
+ * Regenerated from discovery document revision 20240611
6
+
7
+ ### v0.22.0 (2024-05-19)
8
+
9
+ * Regenerated using generator version 0.15.0
10
+
3
11
  ### v0.21.0 (2024-02-24)
4
12
 
5
13
  * Regenerated using generator version 0.14.0
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CivicinfoV2
18
18
  # Version of the google-apis-civicinfo_v2 gem
19
- GEM_VERSION = "0.21.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230711"
25
+ REVISION = "20240611"
26
26
  end
27
27
  end
28
28
  end
@@ -152,7 +152,7 @@ module Google
152
152
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
153
153
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
154
154
  # @raise [Google::Apis::AuthorizationError] Authorization is required
155
- def query_voter_info(address, election_id: nil, official_only: nil, production_data_only: nil, return_all_available_data: nil, fields: nil, quota_user: nil, options: nil, &block)
155
+ def query_voter_info(address: nil, election_id: nil, official_only: nil, production_data_only: nil, return_all_available_data: nil, fields: nil, quota_user: nil, options: nil, &block)
156
156
  command = make_simple_command(:get, 'civicinfo/v2/voterinfo', options)
157
157
  command.response_representation = Google::Apis::CivicinfoV2::VoterInfoResponse::Representation
158
158
  command.response_class = Google::Apis::CivicinfoV2::VoterInfoResponse
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-civicinfo_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.23.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: 2024-02-25 00:00:00.000000000 Z
11
+ date: 2024-06-16 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.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-civicinfo_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-civicinfo_v2/v0.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-civicinfo_v2/v0.23.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-civicinfo_v2
63
63
  post_install_message:
64
64
  rdoc_options: []