gapic 0.1.0 → 0.2.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: d23e61407381c956afff247a8f82f7c66e92e3f132912f7e0aae842defc1dc19
4
- data.tar.gz: ac20754f30833a47bd2a46ae7e12c123e4b12b0e6fb4d9cf42af0c37061f96ea
3
+ metadata.gz: 36857dc86e7f1605b51d6586ee110f8b9ae74825a77891129b0e1efe8123cebc
4
+ data.tar.gz: 407121d21e4776aedc49a085539f9eaf56b28d11a82da4d4da37fa8f26fef85e
5
5
  SHA512:
6
- metadata.gz: 244b33ce46ae6bdd0a957df9b1dbbffc5834f503447fcc28924557c703a4866b56d4d6ef71e17b702b7b4963f0c335621d9ac7c1195c4043f8302108a8fd9554
7
- data.tar.gz: 5c66a453e84f43940db5ef14d180fef234d6af7ca82d94602a8d9521e3a2fde9097171f8f7b06a921015b279289bbac9740f63fb2986ad9f8c6596a337e4a057
6
+ metadata.gz: 2280f2d000a2529cf5fdc293b098071de9ad70f9face93cd0e159345dee2a8870b58278eb6a3014a2099dad74ae939814fc525330a3bcf75f876d9798a7a1b4b
7
+ data.tar.gz: e13a1a716427ccc954f983a251869262ae5020b90e2a95b8fa12cac51d0bbe22e0102404f511520293afdd7634236e57243baedb68bd12fb49bda2b510ad3f6e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.2.0 (2024-07-31)
4
+
5
+ #### Features
6
+
7
+ * Update ruby version dependencies
8
+
3
9
  ### 0.1.0 (2022-04-21)
4
10
 
5
11
  * 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 2.4+.
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 2.4 and
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
@@ -16,5 +16,5 @@
16
16
 
17
17
  module Gapic
18
18
  # Library version
19
- VERSION = "0.1.0"
19
+ VERSION = "0.2.0"
20
20
  end
metadata CHANGED
@@ -1,127 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gapic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google API Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-21 00:00:00.000000000 Z
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'
11
+ date: 2024-08-07 00:00:00.000000000 Z
12
+ dependencies: []
125
13
  description:
126
14
  email:
127
15
  - googleapis-packages@google.com
@@ -134,7 +22,6 @@ files:
134
22
  - CONTRIBUTING.md
135
23
  - LICENSE
136
24
  - README.md
137
- - RELEASING.md
138
25
  - lib/gapic.rb
139
26
  - lib/gapic/version.rb
140
27
  homepage: https://github.com/googleapis/gapic-generator-ruby
@@ -149,14 +36,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
149
36
  requirements:
150
37
  - - ">="
151
38
  - !ruby/object:Gem::Version
152
- version: '2.5'
39
+ version: '3.0'
153
40
  required_rubygems_version: !ruby/object:Gem::Requirement
154
41
  requirements:
155
42
  - - ">="
156
43
  - !ruby/object:Gem::Version
157
44
  version: '0'
158
45
  requirements: []
159
- rubygems_version: 3.3.5
46
+ rubygems_version: 3.5.6
160
47
  signing_key:
161
48
  specification_version: 4
162
49
  summary: Core namespace for Google generated API client tools
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!