oauth-tty 1.0.12 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6339876eceda1fbcac3b591460559ea5df2654bc8fc20bf9346caabe7cc7567d
4
- data.tar.gz: e29d5246db1e4b302dfc88dd4368383a12f51d6bfdd52bbd6fae939449d84f9a
3
+ metadata.gz: 72daa1a40816fc416f35d7929734f0fbf0bf6decf0cd80eb183e009c63b63b11
4
+ data.tar.gz: 4a9b7e1898f815c56266084f275de0c79f66f8666186a15dabdf34c89dc63f9f
5
5
  SHA512:
6
- metadata.gz: 39acd0a3f155791e49799a8ed3897ddb0e7ec7cfa341c21a59b4166c65a95595f06afa03b4460a27c345090473d20d98e2df1f6400fb1b3a4e66548142dd7ede
7
- data.tar.gz: 842989793bfb821af5c50bbba208fadc5ecff66da3201cd99b3e99b8b1c8f750545325306c1ed91367a84d25298956d56f4ff9a073b7d9c73fe863d26f94aadf
6
+ metadata.gz: 135d49db7ac28c1fde5e0484672e5faf33ee428e817f6ae46baefe8de14ab16513baddb38fd0891ea9908b0bff136be42c109beec5b9a8d01c80e33498505ee0
7
+ data.tar.gz: fe13333859733aadea0fed647ccab0bcdebe0667250d5e8c5fe9ec7f5bccd7a9d3218e21d50408eeac01752a28bf3f1b51cd71f9853a5a0048687ff1f80787de
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,28 @@ 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
+
33
55
  ## [1.0.12] - 2026-06-18
34
56
 
35
57
  - TAG: [v1.0.12][1.0.12t]
@@ -220,7 +242,9 @@ Please file a bug if you notice a violation of semantic versioning.
220
242
 
221
243
  - Initial release (@pboling)
222
244
 
223
- [Unreleased]: https://github.com/ruby-oauth/oauth-tty/compare/v1.0.12...HEAD
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
224
248
  [1.0.12]: https://github.com/ruby-oauth/oauth-tty/compare/v1.0.11...v1.0.12
225
249
  [1.0.12t]: https://github.com/ruby-oauth/oauth-tty/releases/tag/v1.0.12
226
250
  [1.0.11]: https://github.com/ruby-oauth/oauth-tty/compare/v1.0.10...v1.0.11
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:update
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 on Polar][🖇polar-img]][🖇polar] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi] [![Donate to my FLOSS efforts using Patreon][🖇patreon-img]][🖇patreon]
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,7 +10,7 @@
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 on Polar][🖇polar-img]][🖇polar] [![Donate at ko-fi.com][🖇kofi-img]][🖇kofi]
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
15
  <details markdown="1">
16
16
  <summary>👣 How will this project approach the September 2025 hostile takeover of RubyGems? 🚑️</summary>
@@ -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 4.0 Compat][💎ruby-4.0i]][🚎11-c-wf] [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
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] |
@@ -314,6 +314,10 @@ NOTE: [kettle-readme-backers][kettle-readme-backers] updates this list every day
314
314
 
315
315
  <!-- OPENCOLLECTIVE-ORGANIZATIONS:START -->
316
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)
317
321
  <!-- OPENCOLLECTIVE-ORGANIZATIONS:END -->
318
322
 
319
323
  [kettle-readme-backers]: https://github.com/ruby-oauth/oauth-tty/blob/main/bin/kettle-readme-backers
@@ -328,7 +332,7 @@ I’m developing a new library, [floss_funding][🖇floss-funding-gem], designed
328
332
 
329
333
  **[Floss-Funding.dev][🖇floss-funding.dev]: 👉️ No network calls. 👉️ No tracking. 👉️ No oversight. 👉️ Minimal crypto hashing. 💡 Easily disabled nags**
330
334
 
331
- [![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 efforts at ko-fi.com][🖇kofi-img]][🖇kofi] [![Donate to my FLOSS efforts using Patreon][🖇patreon-img]][🖇patreon]
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]
332
336
 
333
337
  ## 🔐 Security
334
338
 
@@ -471,12 +475,8 @@ Thanks for RTFM. ☺️
471
475
  [🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
472
476
  [🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
473
477
  [🖇sponsor]: https://github.com/sponsors/pboling
474
- [🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
475
- [🖇polar]: https://polar.sh/pboling
476
478
  [🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
477
479
  [🖇kofi]: https://ko-fi.com/pboling
478
- [🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
479
- [🖇patreon]: https://patreon.com/galtzo
480
480
  [🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
481
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
482
482
  [🖇buyme]: https://www.buymeacoffee.com/pboling
@@ -566,11 +566,13 @@ Thanks for RTFM. ☺️
566
566
  [🚎jruby-9.2-wf]: https://github.com/ruby-oauth/oauth-tty/actions/workflows/jruby-9.2.yml
567
567
  [🚎jruby-9.3-wf]: https://github.com/ruby-oauth/oauth-tty/actions/workflows/jruby-9.3.yml
568
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
569
570
  [🚎truby-22.3-wf]: https://github.com/ruby-oauth/oauth-tty/actions/workflows/truffleruby-22.3.yml
570
571
  [🚎truby-23.0-wf]: https://github.com/ruby-oauth/oauth-tty/actions/workflows/truffleruby-23.0.yml
571
572
  [🚎truby-23.1-wf]: https://github.com/ruby-oauth/oauth-tty/actions/workflows/truffleruby-23.1.yml
572
573
  [🚎truby-24.2-wf]: https://github.com/ruby-oauth/oauth-tty/actions/workflows/truffleruby-24.2.yml
573
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
574
576
  [🚎2-cov-wf]: https://github.com/ruby-oauth/oauth-tty/actions/workflows/coverage.yml
575
577
  [🚎2-cov-wfi]: https://github.com/ruby-oauth/oauth-tty/actions/workflows/coverage.yml/badge.svg
576
578
  [🚎3-hd-wf]: https://github.com/ruby-oauth/oauth-tty/actions/workflows/heads.yml
@@ -601,7 +603,6 @@ Thanks for RTFM. ☺️
601
603
  [💎ruby-3.2i]: https://img.shields.io/badge/Ruby-3.2-CC342D?style=for-the-badge&logo=ruby&logoColor=white
602
604
  [💎ruby-3.3i]: https://img.shields.io/badge/Ruby-3.3-CC342D?style=for-the-badge&logo=ruby&logoColor=white
603
605
  [💎ruby-3.4i]: https://img.shields.io/badge/Ruby-3.4-CC342D?style=for-the-badge&logo=ruby&logoColor=white
604
- [💎ruby-4.0i]: https://img.shields.io/badge/Ruby-4.0-CC342D?style=for-the-badge&logo=ruby&logoColor=white
605
606
  [💎ruby-c-i]: https://img.shields.io/badge/Ruby-current-CC342D?style=for-the-badge&logo=ruby&logoColor=green
606
607
  [💎ruby-headi]: https://img.shields.io/badge/Ruby-HEAD-CC342D?style=for-the-badge&logo=ruby&logoColor=blue
607
608
  [💎truby-22.3i]: https://img.shields.io/badge/Truffle_Ruby-22.3-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
@@ -609,10 +610,13 @@ Thanks for RTFM. ☺️
609
610
  [💎truby-23.1i]: https://img.shields.io/badge/Truffle_Ruby-23.1-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
610
611
  [💎truby-24.2i]: https://img.shields.io/badge/Truffle_Ruby-24.2-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
611
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
612
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
613
616
  [💎jruby-9.2i]: https://img.shields.io/badge/JRuby-9.2-FBE742?style=for-the-badge&logo=ruby&logoColor=red
614
617
  [💎jruby-9.3i]: https://img.shields.io/badge/JRuby-9.3-FBE742?style=for-the-badge&logo=ruby&logoColor=red
615
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
616
620
  [💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
617
621
  [💎jruby-headi]: https://img.shields.io/badge/JRuby-HEAD-FBE742?style=for-the-badge&logo=ruby&logoColor=blue
618
622
  [🤝gh-issues]: https://github.com/ruby-oauth/oauth-tty/issues
@@ -641,7 +645,7 @@ Thanks for RTFM. ☺️
641
645
  [📌gitmoji]: https://gitmoji.dev
642
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
643
647
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
644
- [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.311-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
648
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.312-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
645
649
  [🔐security]: https://github.com/ruby-oauth/oauth-tty/blob/main/SECURITY.md
646
650
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
647
651
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
@@ -671,5 +675,5 @@ Thanks for RTFM. ☺️
671
675
  | Homepage | https://github.com/ruby-oauth/oauth-tty |
672
676
  | Source | https://github.com/ruby-oauth/oauth-tty |
673
677
  | License | `MIT` |
674
- | Funding | https://github.com/sponsors/pboling, https://issuehunt.io/u/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/ruby-oauth, https://patreon.com/galtzo, https://polar.sh/pboling, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/oauth-tty, https://www.buymeacoffee.com/pboling |
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 |
675
679
  <!-- kettle-jem:metadata:end -->
@@ -3,7 +3,7 @@
3
3
  module OAuth
4
4
  module TTY
5
5
  module Version
6
- VERSION = "1.0.12"
6
+ VERSION = "1.0.13"
7
7
  end
8
8
  VERSION = Version::VERSION # Traditional Constant Location
9
9
  end
data.tar.gz.sig CHANGED
@@ -1,5 +1,3 @@
1
- �q�h��7`��Ѡ`�������G>���!�w��C��#���Dw)W0×�
2
- ��/���{ƫx���������/�tn�!{!��a����/�<����
3
- ��}����RSf ?�X��'���6R-+���%h���\�t+\�B�����̪|6ylOr����b"�=�d���v �
4
- � Ѝ��\����A)˾̢�[�{G3jVW�t�b,�*��)� �4;z�H�M
5
- �̋�d�Wb��B���yT6uIi�Hq��S�FC�j���J>��9�M��'*ٖ�O42?�I�յj���(�<�PwD��%�nY! l�s�ҽ
1
+ eKi�"�Æ�f�xR�/��H������J�ao�g�� ���>���u� 0����8uzEQK�~|wv6|��YU2��c���ev�@�$�e����92������ͫ͒��-�ȡ0����>��)m
2
+ ?f��j*ְZ�=nvq���>��7j�g�3j�3�����*o�at������CDM'+�l���i1�:��Rjq�4OD�F��ö�(���t��YA[� ҈^3()C@���]B?�Y*�:�z�Ÿ��H��:)�>=�}��8���V�
3
+ ��|� gTߑ��+�U
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.12
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.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.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.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.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.12
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.12
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.2'
108
+ version: '2.3'
109
109
  - - ">="
110
110
  - !ruby/object:Gem::Version
111
- version: 2.2.13
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.2'
118
+ version: '2.3'
119
119
  - - ">="
120
120
  - !ruby/object:Gem::Version
121
- version: 2.2.13
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.2
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.2
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.5
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.5
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.4
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.4
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.3
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.3
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.2
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.2
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://structuredmerge.org
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
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.12
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.10
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