oauth-tty 1.0.11 → 1.0.12

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: a2feef309ad4ad93f0bbe6f97cd0521e9528ce8ac2c834d92b493142ae76ba96
4
- data.tar.gz: 1ceae99401572c29bad38cd0fd54635331c13e756655e26b9965aafd862a937b
3
+ metadata.gz: 6339876eceda1fbcac3b591460559ea5df2654bc8fc20bf9346caabe7cc7567d
4
+ data.tar.gz: e29d5246db1e4b302dfc88dd4368383a12f51d6bfdd52bbd6fae939449d84f9a
5
5
  SHA512:
6
- metadata.gz: a7b01fcd69fb6709d8866e276c3427dd6e1e516d916dc2b78ad8f5eaa0d32605028f892a944c786ce1f072abd48ce995ce1451f7ae07e5f6712845a21f9e9e68
7
- data.tar.gz: 4be14ebcf53040a7e1d69153abe2771ecb68c9d5ab97726ad03efa9a6dfaf0328232b5d3e3b3e655caf1fa184bc5c22c8c2b8005d7cbe51efa847eb8d2c57152
6
+ metadata.gz: 39acd0a3f155791e49799a8ed3897ddb0e7ec7cfa341c21a59b4166c65a95595f06afa03b4460a27c345090473d20d98e2df1f6400fb1b3a4e66548142dd7ede
7
+ data.tar.gz: 842989793bfb821af5c50bbba208fadc5ecff66da3201cd99b3e99b8b1c8f750545325306c1ed91367a84d25298956d56f4ff9a073b7d9c73fe863d26f94aadf
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,13 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [1.0.12] - 2026-06-18
34
+
35
+ - TAG: [v1.0.12][1.0.12t]
36
+ - COVERAGE: 100.00% -- 311/311 lines in 11 files
37
+ - BRANCH COVERAGE: 96.55% -- 28/29 branches in 11 files
38
+ - 15.79% documented
39
+
33
40
  ## [1.0.11] - 2026-06-18
34
41
 
35
42
  - TAG: [v1.0.11][1.0.11t]
@@ -213,7 +220,9 @@ Please file a bug if you notice a violation of semantic versioning.
213
220
 
214
221
  - Initial release (@pboling)
215
222
 
216
- [Unreleased]: https://github.com/ruby-oauth/oauth-tty/compare/v1.0.11...HEAD
223
+ [Unreleased]: https://github.com/ruby-oauth/oauth-tty/compare/v1.0.12...HEAD
224
+ [1.0.12]: https://github.com/ruby-oauth/oauth-tty/compare/v1.0.11...v1.0.12
225
+ [1.0.12t]: https://github.com/ruby-oauth/oauth-tty/releases/tag/v1.0.12
217
226
  [1.0.11]: https://github.com/ruby-oauth/oauth-tty/compare/v1.0.10...v1.0.11
218
227
  [1.0.11t]: https://github.com/ruby-oauth/oauth-tty/releases/tag/v1.0.11
219
228
  [1.0.10]: https://github.com/ruby-oauth/oauth-tty/compare/v1.0.9...v1.0.10
data/README.md CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  [![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]
14
14
 
15
- <details>
15
+ <details markdown="1">
16
16
  <summary>👣 How will this project approach the September 2025 hostile takeover of RubyGems? 🚑️</summary>
17
17
 
18
18
  I've summarized my thoughts in [this blog post](https://dev.to/galtzo/hostile-takeover-of-rubygems-my-thoughts-5hlo).
@@ -61,20 +61,23 @@ This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
61
61
  may be higher than the gem's runtime compatibility floor when legacy Rubies are
62
62
  not practical for the current toolchain.
63
63
 
64
- | 🚚 _Amazing_ test matrix was brought to you by | The Kettle dev/test stack |
65
- |------------------------------------------------|---------------------------|
64
+ <a href="https://github.com/kettle-dev"><img alt="kettle-dev Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/kettle-dev/avatar-128px.svg" width="14%" align="right"/></a>
65
+
66
+ The _amazing_ test matrix is powered by the kettle-dev stack.
66
67
 
67
- <details>
68
- <summary>How We Manage Complexity In Tests</summary>
68
+ <details markdown="1">
69
+ <summary>How kettle-dev manages complexity in tests</summary>
69
70
 
70
71
  | Gem | Source | Role | Daily download rank |
71
72
  |-----|--------|------|---------------------|
72
73
  | [appraisal2](https://bestgems.org/gems/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [![Daily download rank for appraisal2](https://img.shields.io/gem/rd/appraisal2.svg?style=flat-square)](https://bestgems.org/gems/appraisal2) |
73
74
  | [appraisal2-rubocop](https://bestgems.org/gems/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [![Daily download rank for appraisal2-rubocop](https://img.shields.io/gem/rd/appraisal2-rubocop.svg?style=flat-square)](https://bestgems.org/gems/appraisal2-rubocop) |
74
- | [turbo_tests2](https://bestgems.org/gems/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [![Daily download rank for turbo_tests2](https://img.shields.io/gem/rd/turbo_tests2.svg?style=flat-square)](https://bestgems.org/gems/turbo_tests2) |
75
- | [kettle-test](https://bestgems.org/gems/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [![Daily download rank for kettle-test](https://img.shields.io/gem/rd/kettle-test.svg?style=flat-square)](https://bestgems.org/gems/kettle-test) |
75
+ | [kettle-dev](https://bestgems.org/gems/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [![Daily download rank for kettle-dev](https://img.shields.io/gem/rd/kettle-dev.svg?style=flat-square)](https://bestgems.org/gems/kettle-dev) |
76
+ | [kettle-jem](https://bestgems.org/gems/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [![Daily download rank for kettle-jem](https://img.shields.io/gem/rd/kettle-jem.svg?style=flat-square)](https://bestgems.org/gems/kettle-jem) |
76
77
  | [kettle-soup-cover](https://bestgems.org/gems/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [![Daily download rank for kettle-soup-cover](https://img.shields.io/gem/rd/kettle-soup-cover.svg?style=flat-square)](https://bestgems.org/gems/kettle-soup-cover) |
78
+ | [kettle-test](https://bestgems.org/gems/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [![Daily download rank for kettle-test](https://img.shields.io/gem/rd/kettle-test.svg?style=flat-square)](https://bestgems.org/gems/kettle-test) |
77
79
  | [rubocop-lts](https://bestgems.org/gems/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [![Daily download rank for rubocop-lts](https://img.shields.io/gem/rd/rubocop-lts.svg?style=flat-square)](https://bestgems.org/gems/rubocop-lts) |
80
+ | [turbo_tests2](https://bestgems.org/gems/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [![Daily download rank for turbo_tests2](https://img.shields.io/gem/rd/turbo_tests2.svg?style=flat-square)](https://bestgems.org/gems/turbo_tests2) |
78
81
 
79
82
  </details>
80
83
 
@@ -371,7 +374,7 @@ Made with [contributors-img][🖐contrib-rocks].
371
374
 
372
375
  Also see GitLab Contributors: [https://gitlab.com/ruby-oauth/oauth-tty/-/graphs/main][🚎contributors-gl]
373
376
 
374
- <details>
377
+ <details markdown="1">
375
378
  <summary>⭐️ Star History</summary>
376
379
 
377
380
  <a href="https://star-history.com/ruby-oauth/oauth-tty&Date">
@@ -3,7 +3,7 @@
3
3
  module OAuth
4
4
  module TTY
5
5
  module Version
6
- VERSION = "1.0.11"
6
+ VERSION = "1.0.12"
7
7
  end
8
8
  VERSION = Version::VERSION # Traditional Constant Location
9
9
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oauth-tty
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.11
4
+ version: 1.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -108,7 +108,7 @@ dependencies:
108
108
  version: '2.2'
109
109
  - - ">="
110
110
  - !ruby/object:Gem::Version
111
- version: 2.2.12
111
+ version: 2.2.13
112
112
  type: :development
113
113
  prerelease: false
114
114
  version_requirements: !ruby/object:Gem::Requirement
@@ -118,7 +118,7 @@ dependencies:
118
118
  version: '2.2'
119
119
  - - ">="
120
120
  - !ruby/object:Gem::Version
121
- version: 2.2.12
121
+ version: 2.2.13
122
122
  - !ruby/object:Gem::Dependency
123
123
  name: bundler-audit
124
124
  requirement: !ruby/object:Gem::Requirement
@@ -466,10 +466,10 @@ licenses:
466
466
  - MIT
467
467
  metadata:
468
468
  homepage_uri: https://structuredmerge.org
469
- source_code_uri: https://github.com/ruby-oauth/oauth-tty/tree/v1.0.11
470
- changelog_uri: https://github.com/ruby-oauth/oauth-tty/blob/v1.0.11/CHANGELOG.md
469
+ source_code_uri: https://github.com/ruby-oauth/oauth-tty/tree/v1.0.12
470
+ changelog_uri: https://github.com/ruby-oauth/oauth-tty/blob/v1.0.12/CHANGELOG.md
471
471
  bug_tracker_uri: https://github.com/ruby-oauth/oauth-tty/issues
472
- documentation_uri: https://www.rubydoc.info/gems/oauth-tty/1.0.11
472
+ documentation_uri: https://www.rubydoc.info/gems/oauth-tty/1.0.12
473
473
  funding_uri: https://github.com/sponsors/pboling
474
474
  wiki_uri: https://github.com/ruby-oauth/oauth-tty/wiki
475
475
  news_uri: https://www.railsbling.com/tags/oauth-tty
metadata.gz.sig CHANGED
Binary file