google-apis-civicinfo_v2 0.9.0 → 0.12.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c1175a2e3c44b6a30cfa8a2706ab970c348b066215a82af0cd61cb312bdb93bd
|
4
|
+
data.tar.gz: 1c8964a2a280f51f3fa3f267a20e92a5d0a3c3db41b0ff7a800f4c2f961cba81
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 33c4d8f936acf9f2c44044dbd4ca6d125c7c558f854753f6b5cdf8bc58b6249d947efa3dd3b51cae9098210186289c50332a012862576107f6f4048c40cb63a0
|
7
|
+
data.tar.gz: 43c59ce67adc9e5f3057beb16c789f764c00f1955786ef5256473151e2022c4021b013129b74e01668be3b819bcb932d2451d32b12073ea7523eedf570d1a2a5
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Release history for google-apis-civicinfo_v2
|
2
2
|
|
3
|
+
### v0.12.0 (2022-06-20)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.7.0
|
6
|
+
|
7
|
+
### v0.11.0 (2022-06-06)
|
8
|
+
|
9
|
+
* Regenerated using generator version 0.5.0
|
10
|
+
|
11
|
+
### v0.10.0 (2022-05-17)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220516
|
14
|
+
|
3
15
|
### v0.9.0 (2022-04-13)
|
4
16
|
|
5
17
|
* Regenerated from discovery document revision 20220412
|
@@ -537,6 +537,11 @@ module Google
|
|
537
537
|
# @return [String]
|
538
538
|
attr_accessor :ocd_division_id
|
539
539
|
|
540
|
+
#
|
541
|
+
# Corresponds to the JSON property `shapeLookupBehavior`
|
542
|
+
# @return [String]
|
543
|
+
attr_accessor :shape_lookup_behavior
|
544
|
+
|
540
545
|
def initialize(**args)
|
541
546
|
update!(**args)
|
542
547
|
end
|
@@ -547,6 +552,7 @@ module Google
|
|
547
552
|
@id = args[:id] if args.key?(:id)
|
548
553
|
@name = args[:name] if args.key?(:name)
|
549
554
|
@ocd_division_id = args[:ocd_division_id] if args.key?(:ocd_division_id)
|
555
|
+
@shape_lookup_behavior = args[:shape_lookup_behavior] if args.key?(:shape_lookup_behavior)
|
550
556
|
end
|
551
557
|
end
|
552
558
|
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.12.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.7.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220516"
|
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-civicinfo_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.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-
|
11
|
+
date: 2022-06-27 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.
|
19
|
+
version: '0.6'
|
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.
|
29
|
+
version: '0.6'
|
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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-civicinfo_v2/v0.12.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.3.
|
78
|
+
rubygems_version: 3.3.14
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Google Civic Information API V2
|