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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +10 -1
- data/README.md +11 -8
- data/lib/oauth/tty/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +6 -6
- 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: 6339876eceda1fbcac3b591460559ea5df2654bc8fc20bf9346caabe7cc7567d
|
|
4
|
+
data.tar.gz: e29d5246db1e4b302dfc88dd4368383a12f51d6bfdd52bbd6fae939449d84f9a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
-
|
|
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
|
|
|
@@ -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">
|
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.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.
|
|
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.
|
|
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.
|
|
470
|
-
changelog_uri: https://github.com/ruby-oauth/oauth-tty/blob/v1.0.
|
|
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.
|
|
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
|