gapic 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -0
  3. data/lib/gapic/version.rb +1 -1
  4. metadata +4 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 36857dc86e7f1605b51d6586ee110f8b9ae74825a77891129b0e1efe8123cebc
4
- data.tar.gz: 407121d21e4776aedc49a085539f9eaf56b28d11a82da4d4da37fa8f26fef85e
3
+ metadata.gz: '0482c001ed307900d6f1b22680642c64d7ed7bcb6115e45ccd751545f1591e72'
4
+ data.tar.gz: 17834755e38c164672ae4ff1e20b79b647c87e8d161121ad754ae084fe36097e
5
5
  SHA512:
6
- metadata.gz: 2280f2d000a2529cf5fdc293b098071de9ad70f9face93cd0e159345dee2a8870b58278eb6a3014a2099dad74ae939814fc525330a3bcf75f876d9798a7a1b4b
7
- data.tar.gz: e13a1a716427ccc954f983a251869262ae5020b90e2a95b8fa12cac51d0bbe22e0102404f511520293afdd7634236e57243baedb68bd12fb49bda2b510ad3f6e
6
+ metadata.gz: ea91e22c8cb0a6ee3e33aec1c795adeabef56c8736f589e5e38a1be40ae0f6626074020f64e58fc1746eb7bed16f1f606fca74469c7b1d6fbe3e5171da6122b0
7
+ data.tar.gz: f4a12fd8038ca1613f7a00c5dcf450f5acde02cebb8f0b6c653f4861fe67f8ff64dbf8a5f6b1f8576d0b23942523fcff4f30ab3382c6952249be2a50d3cdd395
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.3.0 (2025-04-30)
4
+
5
+ #### Features
6
+
7
+ * Updated required Ruby version to 3.1 ([#29](https://github.com/googleapis/ruby-core-libraries/issues/29))
8
+
3
9
  ### 0.2.0 (2024-07-31)
4
10
 
5
11
  #### Features
data/lib/gapic/version.rb CHANGED
@@ -16,5 +16,5 @@
16
16
 
17
17
  module Gapic
18
18
  # Library version
19
- VERSION = "0.2.0"
19
+ VERSION = "0.3.0"
20
20
  end
metadata CHANGED
@@ -1,16 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gapic
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 API Authors
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-08-07 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies: []
13
- description:
14
12
  email:
15
13
  - googleapis-packages@google.com
16
14
  executables: []
@@ -28,7 +26,6 @@ homepage: https://github.com/googleapis/gapic-generator-ruby
28
26
  licenses:
29
27
  - Apache-2.0
30
28
  metadata: {}
31
- post_install_message:
32
29
  rdoc_options: []
33
30
  require_paths:
34
31
  - lib
@@ -36,15 +33,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
36
33
  requirements:
37
34
  - - ">="
38
35
  - !ruby/object:Gem::Version
39
- version: '3.0'
36
+ version: '3.1'
40
37
  required_rubygems_version: !ruby/object:Gem::Requirement
41
38
  requirements:
42
39
  - - ">="
43
40
  - !ruby/object:Gem::Version
44
41
  version: '0'
45
42
  requirements: []
46
- rubygems_version: 3.5.6
47
- signing_key:
43
+ rubygems_version: 3.6.8
48
44
  specification_version: 4
49
45
  summary: Core namespace for Google generated API client tools
50
46
  test_files: []