gapic 0.1.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 +4 -4
- data/CHANGELOG.md +12 -0
- data/README.md +2 -2
- data/lib/gapic/version.rb +1 -1
- metadata +5 -122
- data/RELEASING.md +0 -76
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '0482c001ed307900d6f1b22680642c64d7ed7bcb6115e45ccd751545f1591e72'
|
4
|
+
data.tar.gz: 17834755e38c164672ae4ff1e20b79b647c87e8d161121ad754ae084fe36097e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea91e22c8cb0a6ee3e33aec1c795adeabef56c8736f589e5e38a1be40ae0f6626074020f64e58fc1746eb7bed16f1f606fca74469c7b1d6fbe3e5171da6122b0
|
7
|
+
data.tar.gz: f4a12fd8038ca1613f7a00c5dcf450f5acde02cebb8f0b6c653f4861fe67f8ff64dbf8a5f6b1f8576d0b23942523fcff4f30ab3382c6952249be2a50d3cdd395
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
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
|
+
|
9
|
+
### 0.2.0 (2024-07-31)
|
10
|
+
|
11
|
+
#### Features
|
12
|
+
|
13
|
+
* Update ruby version dependencies
|
14
|
+
|
3
15
|
### 0.1.0 (2022-04-21)
|
4
16
|
|
5
17
|
* Initial release
|
data/README.md
CHANGED
@@ -5,11 +5,11 @@ Core namespace for Google generated API client tools.
|
|
5
5
|
|
6
6
|
## Supported Ruby Versions
|
7
7
|
|
8
|
-
This library is supported on Ruby
|
8
|
+
This library is supported on Ruby 3.0+.
|
9
9
|
|
10
10
|
Google provides official support for Ruby versions that are actively supported
|
11
11
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or in
|
12
|
-
security maintenance, and not end of life. Currently, this means Ruby
|
12
|
+
security maintenance, and not end of life. Currently, this means Ruby 3.0 and
|
13
13
|
later. Older versions of Ruby _may_ still work, but are unsupported and not
|
14
14
|
recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details
|
15
15
|
about the Ruby support schedule.
|
data/lib/gapic/version.rb
CHANGED
metadata
CHANGED
@@ -1,128 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gapic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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:
|
12
|
-
dependencies:
|
13
|
-
- !ruby/object:Gem::Dependency
|
14
|
-
name: google-style
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
16
|
-
requirements:
|
17
|
-
- - "~>"
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: 1.25.1
|
20
|
-
type: :development
|
21
|
-
prerelease: false
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
23
|
-
requirements:
|
24
|
-
- - "~>"
|
25
|
-
- !ruby/object:Gem::Version
|
26
|
-
version: 1.25.1
|
27
|
-
- !ruby/object:Gem::Dependency
|
28
|
-
name: minitest
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
30
|
-
requirements:
|
31
|
-
- - "~>"
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: '5.11'
|
34
|
-
type: :development
|
35
|
-
prerelease: false
|
36
|
-
version_requirements: !ruby/object:Gem::Requirement
|
37
|
-
requirements:
|
38
|
-
- - "~>"
|
39
|
-
- !ruby/object:Gem::Version
|
40
|
-
version: '5.11'
|
41
|
-
- !ruby/object:Gem::Dependency
|
42
|
-
name: minitest-autotest
|
43
|
-
requirement: !ruby/object:Gem::Requirement
|
44
|
-
requirements:
|
45
|
-
- - "~>"
|
46
|
-
- !ruby/object:Gem::Version
|
47
|
-
version: '1.0'
|
48
|
-
type: :development
|
49
|
-
prerelease: false
|
50
|
-
version_requirements: !ruby/object:Gem::Requirement
|
51
|
-
requirements:
|
52
|
-
- - "~>"
|
53
|
-
- !ruby/object:Gem::Version
|
54
|
-
version: '1.0'
|
55
|
-
- !ruby/object:Gem::Dependency
|
56
|
-
name: minitest-focus
|
57
|
-
requirement: !ruby/object:Gem::Requirement
|
58
|
-
requirements:
|
59
|
-
- - "~>"
|
60
|
-
- !ruby/object:Gem::Version
|
61
|
-
version: '1.1'
|
62
|
-
type: :development
|
63
|
-
prerelease: false
|
64
|
-
version_requirements: !ruby/object:Gem::Requirement
|
65
|
-
requirements:
|
66
|
-
- - "~>"
|
67
|
-
- !ruby/object:Gem::Version
|
68
|
-
version: '1.1'
|
69
|
-
- !ruby/object:Gem::Dependency
|
70
|
-
name: minitest-rg
|
71
|
-
requirement: !ruby/object:Gem::Requirement
|
72
|
-
requirements:
|
73
|
-
- - "~>"
|
74
|
-
- !ruby/object:Gem::Version
|
75
|
-
version: '5.2'
|
76
|
-
type: :development
|
77
|
-
prerelease: false
|
78
|
-
version_requirements: !ruby/object:Gem::Requirement
|
79
|
-
requirements:
|
80
|
-
- - "~>"
|
81
|
-
- !ruby/object:Gem::Version
|
82
|
-
version: '5.2'
|
83
|
-
- !ruby/object:Gem::Dependency
|
84
|
-
name: rake
|
85
|
-
requirement: !ruby/object:Gem::Requirement
|
86
|
-
requirements:
|
87
|
-
- - ">="
|
88
|
-
- !ruby/object:Gem::Version
|
89
|
-
version: '12.0'
|
90
|
-
type: :development
|
91
|
-
prerelease: false
|
92
|
-
version_requirements: !ruby/object:Gem::Requirement
|
93
|
-
requirements:
|
94
|
-
- - ">="
|
95
|
-
- !ruby/object:Gem::Version
|
96
|
-
version: '12.0'
|
97
|
-
- !ruby/object:Gem::Dependency
|
98
|
-
name: redcarpet
|
99
|
-
requirement: !ruby/object:Gem::Requirement
|
100
|
-
requirements:
|
101
|
-
- - "~>"
|
102
|
-
- !ruby/object:Gem::Version
|
103
|
-
version: '3.0'
|
104
|
-
type: :development
|
105
|
-
prerelease: false
|
106
|
-
version_requirements: !ruby/object:Gem::Requirement
|
107
|
-
requirements:
|
108
|
-
- - "~>"
|
109
|
-
- !ruby/object:Gem::Version
|
110
|
-
version: '3.0'
|
111
|
-
- !ruby/object:Gem::Dependency
|
112
|
-
name: yard
|
113
|
-
requirement: !ruby/object:Gem::Requirement
|
114
|
-
requirements:
|
115
|
-
- - "~>"
|
116
|
-
- !ruby/object:Gem::Version
|
117
|
-
version: '0.9'
|
118
|
-
type: :development
|
119
|
-
prerelease: false
|
120
|
-
version_requirements: !ruby/object:Gem::Requirement
|
121
|
-
requirements:
|
122
|
-
- - "~>"
|
123
|
-
- !ruby/object:Gem::Version
|
124
|
-
version: '0.9'
|
125
|
-
description:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
|
+
dependencies: []
|
126
12
|
email:
|
127
13
|
- googleapis-packages@google.com
|
128
14
|
executables: []
|
@@ -134,14 +20,12 @@ files:
|
|
134
20
|
- CONTRIBUTING.md
|
135
21
|
- LICENSE
|
136
22
|
- README.md
|
137
|
-
- RELEASING.md
|
138
23
|
- lib/gapic.rb
|
139
24
|
- lib/gapic/version.rb
|
140
25
|
homepage: https://github.com/googleapis/gapic-generator-ruby
|
141
26
|
licenses:
|
142
27
|
- Apache-2.0
|
143
28
|
metadata: {}
|
144
|
-
post_install_message:
|
145
29
|
rdoc_options: []
|
146
30
|
require_paths:
|
147
31
|
- lib
|
@@ -149,15 +33,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
149
33
|
requirements:
|
150
34
|
- - ">="
|
151
35
|
- !ruby/object:Gem::Version
|
152
|
-
version: '
|
36
|
+
version: '3.1'
|
153
37
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
154
38
|
requirements:
|
155
39
|
- - ">="
|
156
40
|
- !ruby/object:Gem::Version
|
157
41
|
version: '0'
|
158
42
|
requirements: []
|
159
|
-
rubygems_version: 3.
|
160
|
-
signing_key:
|
43
|
+
rubygems_version: 3.6.8
|
161
44
|
specification_version: 4
|
162
45
|
summary: Core namespace for Google generated API client tools
|
163
46
|
test_files: []
|
data/RELEASING.md
DELETED
@@ -1,76 +0,0 @@
|
|
1
|
-
# Releasing gapic-common
|
2
|
-
|
3
|
-
The Google Ruby GAX project uses [semantic versioning](http://semver.org). Replace the `<prev_version>` and `<version>` placeholders shown in the examples below with the appropriate numbers, e.g. `0.1.0` and `0.2.0`.
|
4
|
-
|
5
|
-
After all [pull requests](https://github.com/googleapis/gax-ruby/pulls) for a release have been merged and all [Travis builds](https://travis-ci.org/googleapis/gax-ruby) are green, you may create a release as follows:
|
6
|
-
|
7
|
-
1. If you haven't already, switch to the master branch, ensure that you have no changes, and pull from origin.
|
8
|
-
|
9
|
-
```sh
|
10
|
-
$ git checkout master
|
11
|
-
$ git status
|
12
|
-
$ git pull <remote> master --rebase
|
13
|
-
```
|
14
|
-
|
15
|
-
1. Build the gem locally. (Depending on your environment, you may need to `bundle exec` to rake commands; this will be shown.)
|
16
|
-
|
17
|
-
```sh
|
18
|
-
$ bundle exec rake build
|
19
|
-
```
|
20
|
-
|
21
|
-
1. Install the gem locally.
|
22
|
-
|
23
|
-
```sh
|
24
|
-
$ bundle exec rake install
|
25
|
-
```
|
26
|
-
|
27
|
-
1. Using IRB (not `rake console`!), manually test the gem that you installed in the previous step.
|
28
|
-
|
29
|
-
1. Update the `CHANGELOG.md`. Write bullet-point lists of the major and minor changes. You can also add examples, fixes, thank yous, and anything else helpful or relevant. See google-cloud-node [v0.18.0](https://github.com/GoogleCloudPlatform/google-cloud-node/releases/tag/v0.18.0) for an example with all the bells and whistles.
|
30
|
-
|
31
|
-
1. Edit `lib/google/gapic/version.rb` file, changing the value of `VERSION` to your new version number. This repo requires a PR for all changes so doing this in a branch is best.
|
32
|
-
|
33
|
-
1. Run the tests, one last time.
|
34
|
-
|
35
|
-
```sh
|
36
|
-
$ bundle update
|
37
|
-
$ bundle exec rake spec
|
38
|
-
```
|
39
|
-
|
40
|
-
1. Commit your changes. Copy and paste the significant points from your `CHANGELOG.md` edit as the description in your commit message.
|
41
|
-
|
42
|
-
```sh
|
43
|
-
$ git commit -am "Release gapic-common <version> ..."
|
44
|
-
```
|
45
|
-
|
46
|
-
1. Tag the version after all changes have been merged.
|
47
|
-
|
48
|
-
```sh
|
49
|
-
$ git tag gapic-common/v<version>
|
50
|
-
```
|
51
|
-
|
52
|
-
1. Push the tag.
|
53
|
-
|
54
|
-
```sh
|
55
|
-
$ git push <remote> gapic-common/v<version>
|
56
|
-
```
|
57
|
-
|
58
|
-
1. Wait until the [Travis build](https://travis-ci.org/googleapis/gax-ruby) has passed for the tag.
|
59
|
-
|
60
|
-
1. Push the gem to [RubyGems.org](https://rubygems.org/gems/google-cloud).
|
61
|
-
|
62
|
-
```sh
|
63
|
-
$ gem push gapic-common-<version>.gem
|
64
|
-
```
|
65
|
-
|
66
|
-
1. On the [gax-ruby releases page](https://github.com/googleapis/gax-ruby/releases), click [Draft a new release](https://github.com/googleapis/gax-ruby/releases/new). Complete the form. Include the bullet-point lists of the major and minor changes from the gem's `CHANGELOG.md`. You can also add examples, fixes, thank yous, and anything else helpful or relevant.
|
67
|
-
|
68
|
-
1. Click `Publish release`.
|
69
|
-
|
70
|
-
1. Wait until the last tag build job has successfully completed on Travis. Then push your commits to the master branch. This will trigger another [Travis](https://travis-ci.org/googleapis/gax-ruby) build on master branch.
|
71
|
-
|
72
|
-
```sh
|
73
|
-
$ git push <remote> master
|
74
|
-
```
|
75
|
-
|
76
|
-
High fives all around!
|