google-apps-card-v1 0.3.0 → 1.0.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: 3b24b8dce30087905c49b7e36a3984e144f498bd69a9652e66163c40827f5346
4
- data.tar.gz: 13252667ac12c469e43bc55134e188312764d9c37bb091e6344c82ee1fef83e5
3
+ metadata.gz: 2bfe1057bf8dc78ea75843e043fe0e7723928731f7eec7029ad0f928de5e95a8
4
+ data.tar.gz: ec74f104c23a22ba1a9005de1ac6079af75bb0ce87621b8c9e4bd04163fd9128
5
5
  SHA512:
6
- metadata.gz: ed65044258ec71e9d022fced4d6b7bc25170e747da1351effcb6a82e5d05da3e3f4f9664ec20d4bc1802a3d1b6ece8bf891cfef5702cfc0ffa9dbeb9f38dacc8
7
- data.tar.gz: 9d4d885c4301ef3548bf0c48d2b829873f97bb82c0a6ad905f5a7e908a8bf5b0ffd151796a4f99b336512f5f0c050b1c45d192089b4d8cd91baf8df64a93df96
6
+ metadata.gz: 3b8bacd8b63d85d817649f5236d3375d16405435941ea4ddfe100df9de0c4103459a99210cb891f277bead0446a9c3c11ce57f32dfb7d7a5ddee9504a5195241
7
+ data.tar.gz: 7be285804e7de320d56735038435c9f43179d7f0d92538e48bf20060e6a9bb39db2211fc65c0a2064657bd59568373ded514f9db8dc181072873eb1d4eab3bde
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ### 1.0.0 (2025-03-14)
4
+
5
+ #### Features
6
+
7
+ * Bump version to 1.0.0 ([#371](https://github.com/googleapis/common-protos-ruby/issues/371))
8
+ * Update minimum required Ruby to 3.0 ([#354](https://github.com/googleapis/common-protos-ruby/issues/354))
9
+
10
+ ### 0.4.0 (2024-06-11)
11
+
12
+ #### Features
13
+
14
+ * Support for google-protobuf 4.x ([#315](https://github.com/googleapis/common-protos-ruby/issues/315))
15
+
3
16
  ### 0.3.0 (2024-05-20)
4
17
 
5
18
  #### Features
@@ -97,7 +97,7 @@ end
97
97
 
98
98
  #### Source proto file: google/apps/card/v1/card.proto ####
99
99
  #
100
- # // Copyright 2024 Google LLC
100
+ # // Copyright 2025 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.3.0".freeze
21
+ VERSION = "1.0.0".freeze
22
22
  end
23
23
  end
24
24
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apps-card-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-05-20 00:00:00.000000000 Z
10
+ date: 2025-03-19 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: googleapis-common-protos-types
@@ -28,16 +27,22 @@ dependencies:
28
27
  name: google-protobuf
29
28
  requirement: !ruby/object:Gem::Requirement
30
29
  requirements:
31
- - - "~>"
30
+ - - ">="
32
31
  - !ruby/object:Gem::Version
33
32
  version: '3.18'
33
+ - - "<"
34
+ - !ruby/object:Gem::Version
35
+ version: 5.a
34
36
  type: :runtime
35
37
  prerelease: false
36
38
  version_requirements: !ruby/object:Gem::Requirement
37
39
  requirements:
38
- - - "~>"
40
+ - - ">="
39
41
  - !ruby/object:Gem::Version
40
42
  version: '3.18'
43
+ - - "<"
44
+ - !ruby/object:Gem::Version
45
+ version: 5.a
41
46
  description: Common protocol buffer types used by client libraries
42
47
  email:
43
48
  - googleapis-packages@google.com
@@ -53,7 +58,6 @@ homepage: https://github.com/googleapis/common-protos-ruby
53
58
  licenses:
54
59
  - Apache-2.0
55
60
  metadata: {}
56
- post_install_message:
57
61
  rdoc_options: []
58
62
  require_paths:
59
63
  - lib
@@ -61,15 +65,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
61
65
  requirements:
62
66
  - - ">="
63
67
  - !ruby/object:Gem::Version
64
- version: '2.7'
68
+ version: '3.0'
65
69
  required_rubygems_version: !ruby/object:Gem::Requirement
66
70
  requirements:
67
71
  - - ">="
68
72
  - !ruby/object:Gem::Version
69
73
  version: '0'
70
74
  requirements: []
71
- rubygems_version: 3.5.6
72
- signing_key:
75
+ rubygems_version: 3.6.5
73
76
  specification_version: 4
74
77
  summary: Common protocol buffer types used by client libraries
75
78
  test_files: []