oauth-tty 1.0.11 → 1.0.13
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
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +34 -1
- data/CONTRIBUTING.md +4 -1
- data/FUNDING.md +1 -5
- data/MIT.md +21 -0
- data/README.md +27 -20
- data/lib/oauth/tty/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +27 -26
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 72daa1a40816fc416f35d7929734f0fbf0bf6decf0cd80eb183e009c63b63b11
|
|
4
|
+
data.tar.gz: 4a9b7e1898f815c56266084f275de0c79f66f8666186a15dabdf34c89dc63f9f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 135d49db7ac28c1fde5e0484672e5faf33ee428e817f6ae46baefe8de14ab16513baddb38fd0891ea9908b0bff136be42c109beec5b9a8d01c80e33498505ee0
|
|
7
|
+
data.tar.gz: fe13333859733aadea0fed647ccab0bcdebe0667250d5e8c5fe9ec7f5bccd7a9d3218e21d50408eeac01752a28bf3f1b51cd71f9853a5a0048687ff1f80787de
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,35 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [1.0.13] - 2026-07-15
|
|
34
|
+
|
|
35
|
+
- TAG: [v1.0.13][1.0.13t]
|
|
36
|
+
- COVERAGE: 99.68% -- 311/312 lines in 12 files
|
|
37
|
+
- BRANCH COVERAGE: 96.55% -- 28/29 branches in 12 files
|
|
38
|
+
- 15.79% documented
|
|
39
|
+
|
|
40
|
+
### Added
|
|
41
|
+
|
|
42
|
+
- Added support for JRuby 10.1 and TruffleRuby 34.0.
|
|
43
|
+
|
|
44
|
+
### Changed
|
|
45
|
+
|
|
46
|
+
- Raised the `anonymous_loader` runtime dependency floor to `>= 0.1.2`.
|
|
47
|
+
- Retemplated project metadata and CI/development automation with `kettle-jem` v7.0.0.
|
|
48
|
+
|
|
49
|
+
### Fixed
|
|
50
|
+
|
|
51
|
+
- Corrected RubyGems homepage metadata to point at the gem documentation site.
|
|
52
|
+
|
|
53
|
+
- Package configured license files in gem release file lists.
|
|
54
|
+
|
|
55
|
+
## [1.0.12] - 2026-06-18
|
|
56
|
+
|
|
57
|
+
- TAG: [v1.0.12][1.0.12t]
|
|
58
|
+
- COVERAGE: 100.00% -- 311/311 lines in 11 files
|
|
59
|
+
- BRANCH COVERAGE: 96.55% -- 28/29 branches in 11 files
|
|
60
|
+
- 15.79% documented
|
|
61
|
+
|
|
33
62
|
## [1.0.11] - 2026-06-18
|
|
34
63
|
|
|
35
64
|
- TAG: [v1.0.11][1.0.11t]
|
|
@@ -213,7 +242,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
213
242
|
|
|
214
243
|
- Initial release (@pboling)
|
|
215
244
|
|
|
216
|
-
[Unreleased]: https://github.com/ruby-oauth/oauth-tty/compare/v1.0.
|
|
245
|
+
[Unreleased]: https://github.com/ruby-oauth/oauth-tty/compare/v1.0.13...HEAD
|
|
246
|
+
[1.0.13]: https://github.com/ruby-oauth/oauth-tty/compare/v1.0.12...v1.0.13
|
|
247
|
+
[1.0.13t]: https://github.com/ruby-oauth/oauth-tty/releases/tag/v1.0.13
|
|
248
|
+
[1.0.12]: https://github.com/ruby-oauth/oauth-tty/compare/v1.0.11...v1.0.12
|
|
249
|
+
[1.0.12t]: https://github.com/ruby-oauth/oauth-tty/releases/tag/v1.0.12
|
|
217
250
|
[1.0.11]: https://github.com/ruby-oauth/oauth-tty/compare/v1.0.10...v1.0.11
|
|
218
251
|
[1.0.11t]: https://github.com/ruby-oauth/oauth-tty/releases/tag/v1.0.11
|
|
219
252
|
[1.0.10]: https://github.com/ruby-oauth/oauth-tty/compare/v1.0.9...v1.0.10
|
data/CONTRIBUTING.md
CHANGED
|
@@ -131,9 +131,12 @@ toolchain, and it may be higher than the gemspec runtime floor.
|
|
|
131
131
|
They are created and updated with the commands:
|
|
132
132
|
|
|
133
133
|
```console
|
|
134
|
-
bin/rake appraisal:
|
|
134
|
+
bin/rake appraisal:generate
|
|
135
135
|
```
|
|
136
136
|
|
|
137
|
+
Use `bin/rake appraisal:update` when you intentionally need to resolve fresh
|
|
138
|
+
appraisal locks.
|
|
139
|
+
|
|
137
140
|
If you need to reset all gemfiles/*.gemfile.lock files:
|
|
138
141
|
|
|
139
142
|
```console
|
data/FUNDING.md
CHANGED
|
@@ -6,7 +6,7 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
|
|
|
6
6
|
|
|
7
7
|
[![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]
|
|
8
8
|
|
|
9
|
-
[![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate
|
|
9
|
+
[![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi]
|
|
10
10
|
|
|
11
11
|
[⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
|
|
12
12
|
[⛳liberapay]: https://liberapay.com/pboling/donate
|
|
@@ -16,12 +16,8 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
|
|
|
16
16
|
[🖇osc-sponsors-i]: https://opencollective.com/ruby-oauth/sponsors/badge.svg?style=flat
|
|
17
17
|
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
|
18
18
|
[🖇sponsor]: https://github.com/sponsors/pboling
|
|
19
|
-
[🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
|
|
20
|
-
[🖇polar]: https://polar.sh/pboling
|
|
21
19
|
[🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
|
|
22
20
|
[🖇kofi]: https://ko-fi.com/pboling
|
|
23
|
-
[🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
|
|
24
|
-
[🖇patreon]: https://patreon.com/galtzo
|
|
25
21
|
[🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
|
|
26
22
|
[🖇buyme]: https://www.buymeacoffee.com/pboling
|
|
27
23
|
[🖇paypal-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=flat&logo=paypal
|
data/MIT.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
See [LICENSE.md](LICENSE.md) for the copyright notice.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
|
13
|
+
all copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
+
THE SOFTWARE.
|
data/README.md
CHANGED
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
|
|
11
11
|
`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.
|
|
12
12
|
|
|
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
|
|
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 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).
|
|
@@ -40,9 +40,9 @@ All dependencies of this gem are signed, so it can be installed with a `HighSecu
|
|
|
40
40
|
|
|
41
41
|
| Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
|
|
42
42
|
|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
43
|
-
| Works with JRuby | [![JRuby 9.2 Compat][💎jruby-9.2i]][🚎jruby-9.2-wf] [![JRuby 9.3 Compat][💎jruby-9.3i]][🚎jruby-9.3-wf] <br/> [![JRuby 9.4 Compat][💎jruby-9.4i]][🚎jruby-9.4-wf] [![JRuby current Compat][💎jruby-c-i]][🚎10-j-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf]|
|
|
44
|
-
| Works with Truffle Ruby | [![Truffle Ruby 22.3 Compat][💎truby-22.3i]][🚎truby-22.3-wf] [![Truffle Ruby 23.0 Compat][💎truby-23.0i]][🚎truby-23.0-wf] [![Truffle Ruby 23.1 Compat][💎truby-23.1i]][🚎truby-23.1-wf] <br/> [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎truby-24.2-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎truby-25.0-wf] [![Truffle Ruby current Compat][💎truby-c-i]][🚎9-t-wf]|
|
|
45
|
-
| Works with MRI Ruby 4 | [![Ruby
|
|
43
|
+
| Works with JRuby | [![JRuby 9.2 Compat][💎jruby-9.2i]][🚎jruby-9.2-wf] [![JRuby 9.3 Compat][💎jruby-9.3i]][🚎jruby-9.3-wf] <br/> [![JRuby 9.4 Compat][💎jruby-9.4i]][🚎jruby-9.4-wf] [![JRuby 10.0 Compat][💎jruby-10.0i]][🚎jruby-10.0-wf] [![JRuby current Compat][💎jruby-c-i]][🚎10-j-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf]|
|
|
44
|
+
| Works with Truffle Ruby | [![Truffle Ruby 22.3 Compat][💎truby-22.3i]][🚎truby-22.3-wf] [![Truffle Ruby 23.0 Compat][💎truby-23.0i]][🚎truby-23.0-wf] [![Truffle Ruby 23.1 Compat][💎truby-23.1i]][🚎truby-23.1-wf] <br/> [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎truby-24.2-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎truby-25.0-wf] [![Truffle Ruby 33.0 Compat][💎truby-33.0i]][🚎truby-33.0-wf] [![Truffle Ruby current Compat][💎truby-c-i]][🚎9-t-wf] [![Truffle Ruby HEAD Compat][💎truby-headi]][🚎3-hd-wf]|
|
|
45
|
+
| Works with MRI Ruby 4 | [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
|
|
46
46
|
| Works with MRI Ruby 3 | [![Ruby 3.0 Compat][💎ruby-3.0i]][🚎ruby-3.0-wf] [![Ruby 3.1 Compat][💎ruby-3.1i]][🚎ruby-3.1-wf] [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎ruby-3.2-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎ruby-3.3-wf] [![Ruby 3.4 Compat][💎ruby-3.4i]][🚎ruby-3.4-wf]|
|
|
47
47
|
| Works with MRI Ruby 2 | ![Ruby 2.3 Compat][💎ruby-2.3i] <br/> [![Ruby 2.4 Compat][💎ruby-2.4i]][🚎ruby-2.4-wf] [![Ruby 2.5 Compat][💎ruby-2.5i]][🚎ruby-2.5-wf] [![Ruby 2.6 Compat][💎ruby-2.6i]][🚎ruby-2.6-wf] [![Ruby 2.7 Compat][💎ruby-2.7i]][🚎ruby-2.7-wf]|
|
|
48
48
|
| 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] |
|
|
@@ -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
|
-
|
|
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
|
|
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 | [](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 | [](https://bestgems.org/gems/appraisal2-rubocop) |
|
|
74
|
-
| [
|
|
75
|
-
| [kettle-
|
|
75
|
+
| [kettle-dev](https://bestgems.org/gems/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [](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 | [](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 | [](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 | [](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 | [](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 | [](https://bestgems.org/gems/turbo_tests2) |
|
|
78
81
|
|
|
79
82
|
</details>
|
|
80
83
|
|
|
@@ -311,6 +314,10 @@ NOTE: [kettle-readme-backers][kettle-readme-backers] updates this list every day
|
|
|
311
314
|
|
|
312
315
|
<!-- OPENCOLLECTIVE-ORGANIZATIONS:START -->
|
|
313
316
|
No sponsors yet. Be the first!
|
|
317
|
+
|
|
318
|
+
### Open Collective for Donors
|
|
319
|
+
|
|
320
|
+
[Bill Woika](https://opencollective.com/bill-woika) [Philipp Ebneter](https://opencollective.com/guest-e77282f7) [Grigoriy](https://opencollective.com/guest-c93e0c48)
|
|
314
321
|
<!-- OPENCOLLECTIVE-ORGANIZATIONS:END -->
|
|
315
322
|
|
|
316
323
|
[kettle-readme-backers]: https://github.com/ruby-oauth/oauth-tty/blob/main/bin/kettle-readme-backers
|
|
@@ -325,7 +332,7 @@ I’m developing a new library, [floss_funding][🖇floss-funding-gem], designed
|
|
|
325
332
|
|
|
326
333
|
**[Floss-Funding.dev][🖇floss-funding.dev]: 👉️ No network calls. 👉️ No tracking. 👉️ No oversight. 👉️ Minimal crypto hashing. 💡 Easily disabled nags**
|
|
327
334
|
|
|
328
|
-
[![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
|
|
335
|
+
[![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 to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi]
|
|
329
336
|
|
|
330
337
|
## 🔐 Security
|
|
331
338
|
|
|
@@ -371,7 +378,7 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
371
378
|
|
|
372
379
|
Also see GitLab Contributors: [https://gitlab.com/ruby-oauth/oauth-tty/-/graphs/main][🚎contributors-gl]
|
|
373
380
|
|
|
374
|
-
<details>
|
|
381
|
+
<details markdown="1">
|
|
375
382
|
<summary>⭐️ Star History</summary>
|
|
376
383
|
|
|
377
384
|
<a href="https://star-history.com/ruby-oauth/oauth-tty&Date">
|
|
@@ -468,12 +475,8 @@ Thanks for RTFM. ☺️
|
|
|
468
475
|
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
|
469
476
|
[🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
|
|
470
477
|
[🖇sponsor]: https://github.com/sponsors/pboling
|
|
471
|
-
[🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
|
|
472
|
-
[🖇polar]: https://polar.sh/pboling
|
|
473
478
|
[🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
|
|
474
479
|
[🖇kofi]: https://ko-fi.com/pboling
|
|
475
|
-
[🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
|
|
476
|
-
[🖇patreon]: https://patreon.com/galtzo
|
|
477
480
|
[🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
|
|
478
481
|
[🖇buyme-img]: https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20latte&emoji=&slug=pboling&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff
|
|
479
482
|
[🖇buyme]: https://www.buymeacoffee.com/pboling
|
|
@@ -563,11 +566,13 @@ Thanks for RTFM. ☺️
|
|
|
563
566
|
[🚎jruby-9.2-wf]: https://github.com/ruby-oauth/oauth-tty/actions/workflows/jruby-9.2.yml
|
|
564
567
|
[🚎jruby-9.3-wf]: https://github.com/ruby-oauth/oauth-tty/actions/workflows/jruby-9.3.yml
|
|
565
568
|
[🚎jruby-9.4-wf]: https://github.com/ruby-oauth/oauth-tty/actions/workflows/jruby-9.4.yml
|
|
569
|
+
[🚎jruby-10.0-wf]: https://github.com/ruby-oauth/oauth-tty/actions/workflows/jruby-10.0.yml
|
|
566
570
|
[🚎truby-22.3-wf]: https://github.com/ruby-oauth/oauth-tty/actions/workflows/truffleruby-22.3.yml
|
|
567
571
|
[🚎truby-23.0-wf]: https://github.com/ruby-oauth/oauth-tty/actions/workflows/truffleruby-23.0.yml
|
|
568
572
|
[🚎truby-23.1-wf]: https://github.com/ruby-oauth/oauth-tty/actions/workflows/truffleruby-23.1.yml
|
|
569
573
|
[🚎truby-24.2-wf]: https://github.com/ruby-oauth/oauth-tty/actions/workflows/truffleruby-24.2.yml
|
|
570
574
|
[🚎truby-25.0-wf]: https://github.com/ruby-oauth/oauth-tty/actions/workflows/truffleruby-25.0.yml
|
|
575
|
+
[🚎truby-33.0-wf]: https://github.com/ruby-oauth/oauth-tty/actions/workflows/truffleruby-33.0.yml
|
|
571
576
|
[🚎2-cov-wf]: https://github.com/ruby-oauth/oauth-tty/actions/workflows/coverage.yml
|
|
572
577
|
[🚎2-cov-wfi]: https://github.com/ruby-oauth/oauth-tty/actions/workflows/coverage.yml/badge.svg
|
|
573
578
|
[🚎3-hd-wf]: https://github.com/ruby-oauth/oauth-tty/actions/workflows/heads.yml
|
|
@@ -598,7 +603,6 @@ Thanks for RTFM. ☺️
|
|
|
598
603
|
[💎ruby-3.2i]: https://img.shields.io/badge/Ruby-3.2-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
599
604
|
[💎ruby-3.3i]: https://img.shields.io/badge/Ruby-3.3-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
600
605
|
[💎ruby-3.4i]: https://img.shields.io/badge/Ruby-3.4-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
601
|
-
[💎ruby-4.0i]: https://img.shields.io/badge/Ruby-4.0-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
602
606
|
[💎ruby-c-i]: https://img.shields.io/badge/Ruby-current-CC342D?style=for-the-badge&logo=ruby&logoColor=green
|
|
603
607
|
[💎ruby-headi]: https://img.shields.io/badge/Ruby-HEAD-CC342D?style=for-the-badge&logo=ruby&logoColor=blue
|
|
604
608
|
[💎truby-22.3i]: https://img.shields.io/badge/Truffle_Ruby-22.3-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
@@ -606,10 +610,13 @@ Thanks for RTFM. ☺️
|
|
|
606
610
|
[💎truby-23.1i]: https://img.shields.io/badge/Truffle_Ruby-23.1-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
607
611
|
[💎truby-24.2i]: https://img.shields.io/badge/Truffle_Ruby-24.2-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
608
612
|
[💎truby-25.0i]: https://img.shields.io/badge/Truffle_Ruby-25.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
613
|
+
[💎truby-33.0i]: https://img.shields.io/badge/Truffle_Ruby-33.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
609
614
|
[💎truby-c-i]: https://img.shields.io/badge/Truffle_Ruby-current-34BCB1?style=for-the-badge&logo=ruby&logoColor=green
|
|
615
|
+
[💎truby-headi]: https://img.shields.io/badge/Truffle_Ruby-HEAD-34BCB1?style=for-the-badge&logo=ruby&logoColor=blue
|
|
610
616
|
[💎jruby-9.2i]: https://img.shields.io/badge/JRuby-9.2-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
611
617
|
[💎jruby-9.3i]: https://img.shields.io/badge/JRuby-9.3-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
612
618
|
[💎jruby-9.4i]: https://img.shields.io/badge/JRuby-9.4-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
619
|
+
[💎jruby-10.0i]: https://img.shields.io/badge/JRuby-10.0-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
613
620
|
[💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
|
|
614
621
|
[💎jruby-headi]: https://img.shields.io/badge/JRuby-HEAD-FBE742?style=for-the-badge&logo=ruby&logoColor=blue
|
|
615
622
|
[🤝gh-issues]: https://github.com/ruby-oauth/oauth-tty/issues
|
|
@@ -638,7 +645,7 @@ Thanks for RTFM. ☺️
|
|
|
638
645
|
[📌gitmoji]: https://gitmoji.dev
|
|
639
646
|
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
|
|
640
647
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
641
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.
|
|
648
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.312-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
642
649
|
[🔐security]: https://github.com/ruby-oauth/oauth-tty/blob/main/SECURITY.md
|
|
643
650
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
644
651
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
@@ -668,5 +675,5 @@ Thanks for RTFM. ☺️
|
|
|
668
675
|
| Homepage | https://github.com/ruby-oauth/oauth-tty |
|
|
669
676
|
| Source | https://github.com/ruby-oauth/oauth-tty |
|
|
670
677
|
| License | `MIT` |
|
|
671
|
-
| Funding | https://github.com/sponsors/pboling, https://
|
|
678
|
+
| Funding | https://github.com/sponsors/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/ruby-oauth, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/oauth-tty, https://www.buymeacoffee.com/pboling |
|
|
672
679
|
<!-- kettle-jem:metadata:end -->
|
data/lib/oauth/tty/version.rb
CHANGED
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.
|
|
4
|
+
version: 1.0.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -48,7 +48,7 @@ dependencies:
|
|
|
48
48
|
version: '0.1'
|
|
49
49
|
- - ">="
|
|
50
50
|
- !ruby/object:Gem::Version
|
|
51
|
-
version: 0.1.
|
|
51
|
+
version: 0.1.3
|
|
52
52
|
type: :runtime
|
|
53
53
|
prerelease: false
|
|
54
54
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -58,7 +58,7 @@ dependencies:
|
|
|
58
58
|
version: '0.1'
|
|
59
59
|
- - ">="
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 0.1.
|
|
61
|
+
version: 0.1.3
|
|
62
62
|
- !ruby/object:Gem::Dependency
|
|
63
63
|
name: auth-sanitizer
|
|
64
64
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -68,7 +68,7 @@ dependencies:
|
|
|
68
68
|
version: '0.2'
|
|
69
69
|
- - ">="
|
|
70
70
|
- !ruby/object:Gem::Version
|
|
71
|
-
version: 0.2.
|
|
71
|
+
version: 0.2.3
|
|
72
72
|
type: :runtime
|
|
73
73
|
prerelease: false
|
|
74
74
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -78,7 +78,7 @@ dependencies:
|
|
|
78
78
|
version: '0.2'
|
|
79
79
|
- - ">="
|
|
80
80
|
- !ruby/object:Gem::Version
|
|
81
|
-
version: 0.2.
|
|
81
|
+
version: 0.2.3
|
|
82
82
|
- !ruby/object:Gem::Dependency
|
|
83
83
|
name: version_gem
|
|
84
84
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -88,7 +88,7 @@ dependencies:
|
|
|
88
88
|
version: '1.1'
|
|
89
89
|
- - ">="
|
|
90
90
|
- !ruby/object:Gem::Version
|
|
91
|
-
version: 1.1.
|
|
91
|
+
version: 1.1.14
|
|
92
92
|
type: :runtime
|
|
93
93
|
prerelease: false
|
|
94
94
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -98,27 +98,27 @@ dependencies:
|
|
|
98
98
|
version: '1.1'
|
|
99
99
|
- - ">="
|
|
100
100
|
- !ruby/object:Gem::Version
|
|
101
|
-
version: 1.1.
|
|
101
|
+
version: 1.1.14
|
|
102
102
|
- !ruby/object:Gem::Dependency
|
|
103
103
|
name: kettle-dev
|
|
104
104
|
requirement: !ruby/object:Gem::Requirement
|
|
105
105
|
requirements:
|
|
106
106
|
- - "~>"
|
|
107
107
|
- !ruby/object:Gem::Version
|
|
108
|
-
version: '2.
|
|
108
|
+
version: '2.3'
|
|
109
109
|
- - ">="
|
|
110
110
|
- !ruby/object:Gem::Version
|
|
111
|
-
version: 2.
|
|
111
|
+
version: 2.3.4
|
|
112
112
|
type: :development
|
|
113
113
|
prerelease: false
|
|
114
114
|
version_requirements: !ruby/object:Gem::Requirement
|
|
115
115
|
requirements:
|
|
116
116
|
- - "~>"
|
|
117
117
|
- !ruby/object:Gem::Version
|
|
118
|
-
version: '2.
|
|
118
|
+
version: '2.3'
|
|
119
119
|
- - ">="
|
|
120
120
|
- !ruby/object:Gem::Version
|
|
121
|
-
version: 2.
|
|
121
|
+
version: 2.3.4
|
|
122
122
|
- !ruby/object:Gem::Dependency
|
|
123
123
|
name: bundler-audit
|
|
124
124
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -176,7 +176,7 @@ dependencies:
|
|
|
176
176
|
version: '3.1'
|
|
177
177
|
- - ">="
|
|
178
178
|
- !ruby/object:Gem::Version
|
|
179
|
-
version: 3.1.
|
|
179
|
+
version: 3.1.4
|
|
180
180
|
type: :development
|
|
181
181
|
prerelease: false
|
|
182
182
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -186,7 +186,7 @@ dependencies:
|
|
|
186
186
|
version: '3.1'
|
|
187
187
|
- - ">="
|
|
188
188
|
- !ruby/object:Gem::Version
|
|
189
|
-
version: 3.1.
|
|
189
|
+
version: 3.1.4
|
|
190
190
|
- !ruby/object:Gem::Dependency
|
|
191
191
|
name: kettle-test
|
|
192
192
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -196,7 +196,7 @@ dependencies:
|
|
|
196
196
|
version: '2.0'
|
|
197
197
|
- - ">="
|
|
198
198
|
- !ruby/object:Gem::Version
|
|
199
|
-
version: 2.0.
|
|
199
|
+
version: 2.0.10
|
|
200
200
|
type: :development
|
|
201
201
|
prerelease: false
|
|
202
202
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -206,7 +206,7 @@ dependencies:
|
|
|
206
206
|
version: '2.0'
|
|
207
207
|
- - ">="
|
|
208
208
|
- !ruby/object:Gem::Version
|
|
209
|
-
version: 2.0.
|
|
209
|
+
version: 2.0.10
|
|
210
210
|
- !ruby/object:Gem::Dependency
|
|
211
211
|
name: turbo_tests2
|
|
212
212
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -216,7 +216,7 @@ dependencies:
|
|
|
216
216
|
version: '3.1'
|
|
217
217
|
- - ">="
|
|
218
218
|
- !ruby/object:Gem::Version
|
|
219
|
-
version: 3.1.
|
|
219
|
+
version: 3.1.9
|
|
220
220
|
type: :development
|
|
221
221
|
prerelease: false
|
|
222
222
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -226,7 +226,7 @@ dependencies:
|
|
|
226
226
|
version: '3.1'
|
|
227
227
|
- - ">="
|
|
228
228
|
- !ruby/object:Gem::Version
|
|
229
|
-
version: 3.1.
|
|
229
|
+
version: 3.1.9
|
|
230
230
|
- !ruby/object:Gem::Dependency
|
|
231
231
|
name: ruby-progressbar
|
|
232
232
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -250,7 +250,7 @@ dependencies:
|
|
|
250
250
|
version: '1.0'
|
|
251
251
|
- - ">="
|
|
252
252
|
- !ruby/object:Gem::Version
|
|
253
|
-
version: 1.0.
|
|
253
|
+
version: 1.0.6
|
|
254
254
|
type: :development
|
|
255
255
|
prerelease: false
|
|
256
256
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -260,7 +260,7 @@ dependencies:
|
|
|
260
260
|
version: '1.0'
|
|
261
261
|
- - ">="
|
|
262
262
|
- !ruby/object:Gem::Version
|
|
263
|
-
version: 1.0.
|
|
263
|
+
version: 1.0.6
|
|
264
264
|
- !ruby/object:Gem::Dependency
|
|
265
265
|
name: gitmoji-regex
|
|
266
266
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -270,7 +270,7 @@ dependencies:
|
|
|
270
270
|
version: '2.0'
|
|
271
271
|
- - ">="
|
|
272
272
|
- !ruby/object:Gem::Version
|
|
273
|
-
version: 2.0.
|
|
273
|
+
version: 2.0.4
|
|
274
274
|
type: :development
|
|
275
275
|
prerelease: false
|
|
276
276
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -280,7 +280,7 @@ dependencies:
|
|
|
280
280
|
version: '2.0'
|
|
281
281
|
- - ">="
|
|
282
282
|
- !ruby/object:Gem::Version
|
|
283
|
-
version: 2.0.
|
|
283
|
+
version: 2.0.4
|
|
284
284
|
- !ruby/object:Gem::Dependency
|
|
285
285
|
name: backports
|
|
286
286
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -442,6 +442,7 @@ files:
|
|
|
442
442
|
- CONTRIBUTING.md
|
|
443
443
|
- FUNDING.md
|
|
444
444
|
- LICENSE.md
|
|
445
|
+
- MIT.md
|
|
445
446
|
- README.md
|
|
446
447
|
- RUBOCOP.md
|
|
447
448
|
- SECURITY.md
|
|
@@ -465,11 +466,11 @@ homepage: https://github.com/ruby-oauth/oauth-tty
|
|
|
465
466
|
licenses:
|
|
466
467
|
- MIT
|
|
467
468
|
metadata:
|
|
468
|
-
homepage_uri: https://
|
|
469
|
-
source_code_uri: https://github.com/ruby-oauth/oauth-tty/tree/v1.0.
|
|
470
|
-
changelog_uri: https://github.com/ruby-oauth/oauth-tty/blob/v1.0.
|
|
469
|
+
homepage_uri: https://oauth-tty.galtzo.com
|
|
470
|
+
source_code_uri: https://github.com/ruby-oauth/oauth-tty/tree/v1.0.13
|
|
471
|
+
changelog_uri: https://github.com/ruby-oauth/oauth-tty/blob/v1.0.13/CHANGELOG.md
|
|
471
472
|
bug_tracker_uri: https://github.com/ruby-oauth/oauth-tty/issues
|
|
472
|
-
documentation_uri: https://www.rubydoc.info/gems/oauth-tty/1.0.
|
|
473
|
+
documentation_uri: https://www.rubydoc.info/gems/oauth-tty/1.0.13
|
|
473
474
|
funding_uri: https://github.com/sponsors/pboling
|
|
474
475
|
wiki_uri: https://github.com/ruby-oauth/oauth-tty/wiki
|
|
475
476
|
news_uri: https://www.railsbling.com/tags/oauth-tty
|
|
@@ -498,7 +499,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
498
499
|
- !ruby/object:Gem::Version
|
|
499
500
|
version: '0'
|
|
500
501
|
requirements: []
|
|
501
|
-
rubygems_version: 4.0.
|
|
502
|
+
rubygems_version: 4.0.16
|
|
502
503
|
specification_version: 4
|
|
503
504
|
summary: "\U0001F5A5️ OAuth 1.0 / 1.0a TTY CLI"
|
|
504
505
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|