google-apps-card-v1 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d46d853665d40cf4b9016d25b6e514cc45692d3b3b32917033fe380272587796
4
- data.tar.gz: 07223720d06da213e0f8b4f202d0b61d0d21bbc9400096b63040b5ac2bb50ea2
3
+ metadata.gz: 3b24b8dce30087905c49b7e36a3984e144f498bd69a9652e66163c40827f5346
4
+ data.tar.gz: 13252667ac12c469e43bc55134e188312764d9c37bb091e6344c82ee1fef83e5
5
5
  SHA512:
6
- metadata.gz: 2807933bb7f35e8153d0b8132a77c715eb4b1077a525609164a20858c0d0c34b74b8476b8dd886dbc86b1724f5fb229cff61351da22a0533e9396845c0bea499
7
- data.tar.gz: 119781f8b9b1edc303fed514b683a59b6fa8fe359caf464e7e36bba0168c0c63e0284e30f8516b54f9dac759ee8f35c1b4dd281c6de2ad74496d1ed602b7cdb4
6
+ metadata.gz: ed65044258ec71e9d022fced4d6b7bc25170e747da1351effcb6a82e5d05da3e3f4f9664ec20d4bc1802a3d1b6ece8bf891cfef5702cfc0ffa9dbeb9f38dacc8
7
+ data.tar.gz: 9d4d885c4301ef3548bf0c48d2b829873f97bb82c0a6ad905f5a7e908a8bf5b0ffd151796a4f99b336512f5f0c050b1c45d192089b4d8cd91baf8df64a93df96
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.3.0 (2024-05-20)
4
+
5
+ #### Features
6
+
7
+ * Automated update of google-apps-card-v1 ([#300](https://github.com/googleapis/common-protos-ruby/issues/300))
8
+
3
9
  ### 0.2.0 (2024-04-22)
4
10
 
5
11
  #### Features
@@ -97,7 +97,7 @@ end
97
97
 
98
98
  #### Source proto file: google/apps/card/v1/card.proto ####
99
99
  #
100
- # // Copyright 2023 Google LLC
100
+ # // Copyright 2024 Google LLC
101
101
  # //
102
102
  # // Licensed under the Apache License, Version 2.0 (the "License");
103
103
  # // you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@ module Google
18
18
  module Apps
19
19
  module Card
20
20
  module V1
21
- VERSION = "0.2.0".freeze
21
+ VERSION = "0.3.0".freeze
22
22
  end
23
23
  end
24
24
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apps-card-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.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-04-22 00:00:00.000000000 Z
11
+ date: 2024-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: googleapis-common-protos-types