Skip to content

Commit b7baa2e

Browse files
committed
⬆️ kettle-dev v1.1.19
1 parent 89f0443 commit b7baa2e

File tree

8 files changed

+26
-29
lines changed

8 files changed

+26
-29
lines changed

.idea/oauth2.iml

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Appraisals

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ appraise "audit" do
196196
eval_gemfile "modular/logger_v1_7.gemfile"
197197
eval_gemfile "modular/multi_xml_v0_7.gemfile"
198198
eval_gemfile "modular/rack_v3.gemfile"
199-
eval_gemfile "modular/x_std_libs/r3/libs.gemfile"
199+
eval_gemfile "modular/x_std_libs.gemfile"
200200
end
201201

202202
# Only run coverage on the latest version of Ruby
@@ -209,11 +209,11 @@ appraise "coverage" do
209209
eval_gemfile "modular/multi_xml_v0_7.gemfile"
210210
eval_gemfile "modular/optional.gemfile"
211211
eval_gemfile "modular/rack_v3.gemfile"
212-
eval_gemfile "modular/x_std_libs/r3/libs.gemfile"
212+
eval_gemfile "modular/x_std_libs.gemfile"
213213
end
214214

215215
# Only run linter on the latest version of Ruby (but, in support of oldest supported Ruby version)
216216
appraise "style" do
217217
eval_gemfile "modular/style.gemfile"
218-
eval_gemfile "modular/x_std_libs/r3/libs.gemfile"
218+
eval_gemfile "modular/x_std_libs.gemfile"
219219
end

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Please file a bug if you notice a violation of semantic versioning.
3232
### Deprecated
3333
### Removed
3434
### Fixed
35-
3635
### Security
3736

3837
## [2.0.15] - 2025-09-08

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ GEM
103103
json (2.13.2)
104104
jwt (3.1.2)
105105
base64
106-
kettle-dev (1.1.9)
106+
kettle-dev (1.1.19)
107107
kettle-soup-cover (1.0.10)
108108
simplecov (~> 0.22)
109109
simplecov-cobertura (~> 3.0)
@@ -145,7 +145,7 @@ GEM
145145
pp (0.6.2)
146146
prettyprint
147147
prettyprint (0.2.0)
148-
prism (1.4.0)
148+
prism (1.5.1)
149149
psych (5.2.6)
150150
date
151151
stringio
@@ -154,7 +154,7 @@ GEM
154154
rack (3.2.1)
155155
rainbow (3.1.1)
156156
rake (13.3.0)
157-
rbs (3.9.4)
157+
rbs (3.9.5)
158158
logger
159159
rdoc (6.14.2)
160160
erb
@@ -170,7 +170,7 @@ GEM
170170
io-console (~> 0.5)
171171
require_bench (1.0.4)
172172
version_gem (>= 1.1.3, < 4)
173-
rexml (3.4.3)
173+
rexml (3.4.4)
174174
rspec (3.13.1)
175175
rspec-core (~> 3.13.0)
176176
rspec-expectations (~> 3.13.0)
@@ -193,15 +193,15 @@ GEM
193193
rspec-support (3.13.5)
194194
rspec_junit_formatter (0.6.0)
195195
rspec-core (>= 2, < 4, != 2.12.0)
196-
rubocop (1.75.8)
196+
rubocop (1.80.2)
197197
json (~> 2.3)
198198
language_server-protocol (~> 3.17.0.2)
199199
lint_roller (~> 1.1.0)
200200
parallel (~> 1.10)
201201
parser (>= 3.3.0.2)
202202
rainbow (>= 2.2.2, < 4.0)
203203
regexp_parser (>= 2.9.3, < 3.0)
204-
rubocop-ast (>= 1.44.0, < 2.0)
204+
rubocop-ast (>= 1.46.0, < 2.0)
205205
ruby-progressbar (~> 1.7)
206206
unicode-display_width (>= 2.4.0, < 4.0)
207207
rubocop-ast (1.46.0)
@@ -276,10 +276,10 @@ GEM
276276
snaky_hash (2.0.3)
277277
hashie (>= 0.1.0, < 6)
278278
version_gem (>= 1.1.8, < 3)
279-
standard (1.50.0)
279+
standard (1.51.1)
280280
language_server-protocol (~> 3.17.0.2)
281281
lint_roller (~> 1.0)
282-
rubocop (~> 1.75.5)
282+
rubocop (~> 1.80.2)
283283
standard-custom (~> 1.0.0)
284284
standard-performance (~> 1.8)
285285
standard-custom (1.0.2)
@@ -305,9 +305,9 @@ GEM
305305
delegate (~> 0.1)
306306
rspec (~> 3.0)
307307
timecop (>= 0.7, < 1)
308-
unicode-display_width (3.1.5)
309-
unicode-emoji (~> 4.0, >= 4.0.4)
310-
unicode-emoji (4.0.4)
308+
unicode-display_width (3.2.0)
309+
unicode-emoji (~> 4.1)
310+
unicode-emoji (4.1.0)
311311
uri (1.0.3)
312312
vcr (6.3.1)
313313
base64
@@ -366,4 +366,4 @@ DEPENDENCIES
366366
yard-relative_markdown_links (~> 0.5.0)
367367

368368
BUNDLED WITH
369-
2.7.1
369+
2.7.2

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
`if ci_badges.map(&:color).all? { it == "green"}` 👇️ send money so I can do more of this. FLOSS maintenance is now my full-time job.
2121

22-
[![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate on Polar][🖇polar-img]][🖇polar] [![Donate to my FLOSS or refugee efforts at ko-fi.com][🖇kofi-img]][🖇kofi] [![Donate to my FLOSS or refugee efforts using Patreon][🖇patreon-img]][🖇patreon]
22+
[![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate on Polar][🖇polar-img]][🖇polar] [![Donate at ko-fi.com][🖇kofi-img]][🖇kofi]
2323

2424
## 🌻 Synopsis
2525

@@ -133,12 +133,12 @@ If it seems like you are in the wrong place, you might try one of these:
133133
| Works with JRuby | ![JRuby 9.1 Compat][💎jruby-9.1i] ![JRuby 9.2 Compat][💎jruby-9.2i] ![JRuby 9.3 Compat][💎jruby-9.3i] <br/> [![JRuby 9.4 Compat][💎jruby-9.4i]][🚎10-j-wf] [![JRuby 10.0 Compat][💎jruby-c-i]][🚎11-c-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf] |
134134
| Works with Truffle Ruby | ![Truffle Ruby 22.3 Compat][💎truby-22.3i] ![Truffle Ruby 23.0 Compat][💎truby-23.0i] <br/> [![Truffle Ruby 23.1 Compat][💎truby-23.1i]][🚎9-t-wf] [![Truffle Ruby 24.1 Compat][💎truby-c-i]][🚎11-c-wf] |
135135
| Works with MRI Ruby 3 | [![Ruby 3.0 Compat][💎ruby-3.0i]][🚎4-lg-wf] [![Ruby 3.1 Compat][💎ruby-3.1i]][🚎6-s-wf] [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎6-s-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎6-s-wf] [![Ruby 3.4 Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf] |
136-
| Works with MRI Ruby 2 | ![Ruby 2.2 Compat][💎ruby-2.2i] <br/> [![Ruby 2.3 Compat][💎ruby-2.3i]][🚎13-cbs-wf] [![Ruby 2.4 Compat][💎ruby-2.4i]][🚎1-an-wf] [![Ruby 2.5 Compat][💎ruby-2.5i]][🚎1-an-wf] [![Ruby 2.6 Compat][💎ruby-2.6i]][🚎7-us-wf] [![Ruby 2.7 Compat][💎ruby-2.7i]][🚎7-us-wf] |
136+
| Works with MRI Ruby 2 | ![Ruby 2.2 Compat][💎ruby-2.2i] <br/> [![Ruby 2.3 Compat][💎ruby-2.3i]][🚎1-an-wf] [![Ruby 2.4 Compat][💎ruby-2.4i]][🚎1-an-wf] [![Ruby 2.5 Compat][💎ruby-2.5i]][🚎1-an-wf] [![Ruby 2.6 Compat][💎ruby-2.6i]][🚎7-us-wf] [![Ruby 2.7 Compat][💎ruby-2.7i]][🚎7-us-wf] |
137+
| Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork] [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor] |
137138
| Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on Github.com][📜src-gh-img]][📜src-gh] [![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc] |
138139
| Documentation | [![Discussion][⛳gg-discussions-img]][⛳gg-discussions] [![Current release on RubyDoc.info][📜docs-cr-rd-img]][🚎yard-current] [![YARD on Galtzo.com][📜docs-head-rd-img]][🚎yard-head] [![Maintainer Blog][🚂maint-blog-img]][🚂maint-blog] [![Wiki][📜wiki-img]][📜wiki] |
139140
| Compliance | [![License: MIT][📄license-img]][📄license-ref] [![Compatible with Apache Software Projects: Verified by SkyWalking Eyes][📄license-compat-img]][📄license-compat] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] |
140141
| Style | [![Enforced Code Style Linter][💎rlts-img]][💎rlts] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] [![Gitmoji Commits][📌gitmoji-img]][📌gitmoji] [![Compatibility appraised by: appraisal2][💎appraisal2-img]][💎appraisal2] |
141-
| Support | [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork] [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor] |
142142
| Maintainer 🎖️ | [![Follow Me on LinkedIn][💖🖇linkedin-img]][💖🖇linkedin] [![Follow Me on Ruby.Social][💖🐘ruby-mast-img]][💖🐘ruby-mast] [![Follow Me on Bluesky][💖🦋bluesky-img]][💖🦋bluesky] [![Contact Maintainer][🚂maint-contact-img]][🚂maint-contact] [![My technical writing][💖💁🏼‍♂️devto-img]][💖💁🏼‍♂️devto] |
143143
| `...` 💖 | [![Find Me on WellFound:][💖✌️wellfound-img]][💖✌️wellfound] [![Find Me on CrunchBase][💖💲crunchbase-img]][💖💲crunchbase] [![My LinkTree][💖🌳linktree-img]][💖🌳linktree] [![More About Me][💖💁🏼‍♂️aboutme-img]][💖💁🏼‍♂️aboutme] [🧊][💖🧊berg] [🐙][💖🐙hub] [🛖][💖🛖hut] [🧪][💖🧪lab] |
144144

@@ -1461,7 +1461,9 @@ Thanks for RTFM. ☺️
14611461
[🖇floss-funding.dev]: https://floss-funding.dev
14621462
[🖇floss-funding-gem]: https://github.com/galtzo-floss/floss_funding
14631463
[✉️discord-invite]: https://discord.gg/3qme4XHNKN
1464-
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge
1464+
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
1465+
[✉️ruby-friends-img]: https://img.shields.io/badge/daily.dev-%F0%9F%92%8E_Ruby_Friends-0A0A0A?style=for-the-badge&logo=dailydotdev&logoColor=white
1466+
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
14651467

14661468
[⛳gg-discussions]: https://groups.google.com/g/oauth-ruby
14671469
[⛳gg-discussions-img]: https://img.shields.io/badge/google-group-0093D0.svg?style=for-the-badge&logo=google&logoColor=orange
@@ -1620,8 +1622,8 @@ Thanks for RTFM. ☺️
16201622
[📄license]: LICENSE.txt
16211623
[📄license-ref]: https://opensource.org/licenses/MIT
16221624
[📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
1623-
[📄license-compat]: https://www.apache.org/legal/resolved.html#category-a
1624-
[📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A--259D6C.svg?style=flat&logo=Apache
1625+
[📄license-compat]: https://dev.to/galtzo/how-to-check-license-compatibility-41h0
1626+
[📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-%E2%9C%93-259D6C.svg?style=flat&logo=Apache
16251627
[📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
16261628
[📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat
16271629
[🚎yard-current]: http://rubydoc.info/gems/oauth2

gemfiles/audit.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ eval_gemfile("modular/multi_xml_v0_7.gemfile")
1818

1919
eval_gemfile("modular/rack_v3.gemfile")
2020

21-
eval_gemfile("modular/x_std_libs/r3/libs.gemfile")
21+
eval_gemfile("modular/x_std_libs.gemfile")

gemfiles/coverage.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ eval_gemfile("modular/optional.gemfile")
2020

2121
eval_gemfile("modular/rack_v3.gemfile")
2222

23-
eval_gemfile("modular/x_std_libs/r3/libs.gemfile")
23+
eval_gemfile("modular/x_std_libs.gemfile")

gemfiles/style.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ gemspec path: "../"
66

77
eval_gemfile("modular/style.gemfile")
88

9-
eval_gemfile("modular/x_std_libs/r3/libs.gemfile")
9+
eval_gemfile("modular/x_std_libs.gemfile")

0 commit comments

Comments
 (0)