google-apis-homegraph_v1 0.3.0 → 0.4.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: f53f255afb4199463547b41fd05fcc01135c3b13b87bb2feed51134a116ddee0
4
- data.tar.gz: 7626b55166017514f7bad0e858baa79a96ebcfc8c18bdfc7ade14c25e0ecfd3a
3
+ metadata.gz: c0464cd0b4a7c79a06523a9f1076cc5f5196dbdc158236c31abcecfc3536f51a
4
+ data.tar.gz: 501406606dbd4ec7947614523a75866371ff17c776684d946e458aa11c5d6ecd
5
5
  SHA512:
6
- metadata.gz: 4dd93cad6edaf0017ba0bd1842a1899971c06b873d5ed1aa584cab58622274d0da45bba8cd1294cafe669d95588a2013f5a9730749f2a4713e48b98e0804818e
7
- data.tar.gz: 23460d631d13c4862edf697868936c62d71b6eb48c2eaa307fe2db6acdb6e37ed671af533e4e77cc14252c2fae47a15604b2fb3a1b32be851386fec72f0d824a
6
+ metadata.gz: 24c595aed0b551682593f69ff271d9542afd9252ef403f4c5158afb32601ec0d278e1150150f2d1e856d9badca67400f3a8516250d28998d243f4152cf4cb996
7
+ data.tar.gz: 2a5c61f7f620ef58babf92a01311ecb5aa9b59292a7226a7c31054cecf288c5ba34e7ff999615910050970cef394315c4e0d4c9fa6ab05dbd69b7a614a3097ad
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-homegraph_v1
2
2
 
3
+ ### v0.4.0 (2021-03-10)
4
+
5
+ * Regenerated from discovery document revision 20210303
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.3.0 (2021-03-04)
4
9
 
5
10
  * Regenerated from discovery document revision 20210226
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
31
31
 
32
- # New Service: https://www.googleapis.com/auth/homegraph
32
+ # Private Service: https://www.googleapis.com/auth/homegraph
33
33
  AUTH_HOMEGRAPH = 'https://www.googleapis.com/auth/homegraph'
34
34
  end
35
35
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module HomegraphV1
18
18
  # Version of the google-apis-homegraph_v1 gem
19
- GEM_VERSION = "0.3.0"
19
+ GEM_VERSION = "0.4.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210226"
25
+ REVISION = "20210303"
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-homegraph_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.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-03-08 00:00:00.000000000 Z
11
+ date: 2021-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-homegraph_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-homegraph_v1/v0.3.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-homegraph_v1/v0.4.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-homegraph_v1
57
57
  post_install_message:
58
58
  rdoc_options: []