Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 22 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,25 @@ Please file a bug if you notice a violation of semantic versioning.

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [1.0.6] - 2025-09-21

- TAG: [v1.0.6][1.0.6t]
- COVERAGE: 100.00% -- 296/296 lines in 10 files
- BRANCH COVERAGE: 96.55% -- 28/29 branches in 10 files
- 11.43% documented

### Added

- (dev) kettle-dev v1.1.16 (@pboling)
- (docs) more documentation (@Aboling0, @pboling)
- (docs) Deployed documentation site for HEAD (@Aboling0)
Expand All @@ -36,8 +55,6 @@ Please file a bug if you notice a violation of semantic versioning.
- (test) migrated test suite to RSpec (@pboling)
- (test) ignore Ruby warnings coming from other libs (@pboling)

### Deprecated

### Removed

- (test) minitest (@pboling)
Expand All @@ -48,8 +65,6 @@ Please file a bug if you notice a violation of semantic versioning.
- Use Shellwords for proper tokenization
- Verified options file loading and CLI flag precedence

### Security

## [1.0.5] - 2022-09-20

- TAG: [v1.0.5][1.0.5t]
Expand Down Expand Up @@ -109,7 +124,9 @@ Please file a bug if you notice a violation of semantic versioning.

- Initial release (@pboling)

[Unreleased]: https://gitlab.com/ruby-oauth/oauth-tty/-/compare/v1.0.5...main
[Unreleased]: https://github.com/ruby-oauth/oauth-tty/compare/v1.0.6...HEAD
[1.0.6]: https://github.com/ruby-oauth/oauth-tty/compare/v1.0.5...v1.0.6
[1.0.6t]: https://github.com/ruby-oauth/oauth-tty/releases/tag/v1.0.6
[1.0.5]: https://gitlab.com/ruby-oauth/oauth-tty/-/compare/v1.0.4...v1.0.5
[1.0.5t]: https://gitlab.com/ruby-oauth/oauth-tty/-/releases/tag/v1.0.5
[1.0.4]: https://gitlab.com/ruby-oauth/oauth-tty/-/compare/v1.0.3...v1.0.4
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GIT
PATH
remote: .
specs:
oauth-tty (1.0.5)
oauth-tty (1.0.6)
version_gem (~> 1.1, >= 1.1.9)

GEM
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@
OAuth 1.0a is an industry-standard protocol for authorization.
It is an update to the original OAuth 1.0 protocol, and is used by many popular services.

This is a RubyGem for implementing OAuth 1.0 or 1.0a _clients_ and _servers_ in Ruby applications.
See the sibling `oauth2` gem for OAuth 2.0, 2.1, & OIDC clients in Ruby.
This RubyGem provides a CLI for OAuth 1.0 or 1.0a _clients_ and _servers_ in Ruby applications.

All dependencies of this gem are signed, so it can be installed with a `HighSecurity` profile.

* [OAuth 1.0 Spec][oauth1-spec]
* [oauth gem][sibling-gem] for OAuth 1.0 / 1.0a client and server implementations in Ruby.
* [oauth sibling gem][sibling-gem] for OAuth 1.0 / 1.0a client and server implementations in Ruby.
* [oauth2 sibling gem][sibling2-gem] for OAuth 2.0 / 2.1, & OIDC client implementations in Ruby.

[oauth1-spec]: http://oauth.net/core/1.0/
Expand Down Expand Up @@ -449,14 +448,17 @@ See [LICENSE.txt][📄license] for the official [Copyright Notice][📄copyright

<ul>
<li>
Copyright (c) 2023, 2025 Peter H. Boling, of
Copyright (c) 2021-2022, 2025 Peter H. Boling, of
<a href="https://discord.gg/3qme4XHNKN">
Galtzo.com
<picture>
<img src="https://logos.galtzo.com/assets/images/galtzo-floss/avatar-128px-blank.svg" alt="Galtzo.com Logo (Wordless) by Aboling0, CC BY-SA 4.0" width="24">
</picture>
</a>, and oauth-tty contributors.
</li>
<li>
2016-2017 Thiago Pinto
</li>
</ul>

## 🤑 A request for help
Expand Down
144 changes: 144 additions & 0 deletions docs/OAuth.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Module: OAuth

&mdash; Documentation by YARD 0.9.37

</title>

<link rel="stylesheet" href="css/style.css" type="text/css" />

<link rel="stylesheet" href="css/common.css" type="text/css" />

<script type="text/javascript">
pathId = "OAuth";
relpath = '';
</script>


<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>

<script type="text/javascript" charset="utf-8" src="js/app.js"></script>


</head>
<body>
<div class="nav_wrap">
<iframe id="nav" src="class_list.html?1"></iframe>
<div id="resizer"></div>
</div>

<div id="main" tabindex="-1">
<div id="header">
<div id="menu">

<a href="_index.html">Index (O)</a> &raquo;


<span class="title">OAuth</span>

</div>

<div id="search">

<a class="full_list_link" id="class_list_link"
href="class_list.html">

<svg width="24" height="24">
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
</svg>
</a>

</div>
<div class="clear"></div>
</div>

<div id="content"><h1>Module: OAuth



</h1>
<div class="box_info">











<dl>
<dt>Defined in:</dt>
<dd>lib/oauth/tty.rb<span class="defines">,<br />
lib/oauth/tty/cli.rb,<br /> lib/oauth/tty/command.rb,<br /> lib/oauth/tty/version.rb,<br /> lib/oauth/tty/commands/help_command.rb,<br /> lib/oauth/tty/commands/sign_command.rb,<br /> lib/oauth/tty/commands/query_command.rb,<br /> lib/oauth/tty/commands/version_command.rb,<br /> lib/oauth/tty/commands/authorize_command.rb</span>
</dd>
</dl>

</div>

<h2>Defined Under Namespace</h2>
<p class="children">


<strong class="modules">Modules:</strong> <span class='object_link'><a href="OAuth/TTY.html" title="OAuth::TTY (module)">TTY</a></span>




</p>


<h2>
Constant Summary
<small><a href="#" class="constants_summary_toggle">collapse</a></small>
</h2>

<dl class="constants">

<dt id="CLI-constant" class="">CLI =
<div class="docstring">
<div class="discussion">
<p>Backwards compatibility hack.<br />
TODO: Remove with April 2023 release of 2.0 release of oauth gem</p>


</div>
</div>
<div class="tags">


</div>
</dt>
<dd><pre class="code"><span class='const'>OAuth</span><span class='op'>::</span><span class='const'><span class='object_link'><a href="OAuth/TTY.html" title="OAuth::TTY (module)">TTY</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="OAuth/TTY/CLI.html" title="OAuth::TTY::CLI (class)">CLI</a></span></span></pre></dd>

</dl>










</div>

<div id="footer">
Generated on Sun Sep 21 01:04:15 2025 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.4.5).
</div>

</div>
</body>
</html>
129 changes: 129 additions & 0 deletions docs/OAuth/TTY.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Module: OAuth::TTY

&mdash; Documentation by YARD 0.9.37

</title>

<link rel="stylesheet" href="../css/style.css" type="text/css" />

<link rel="stylesheet" href="../css/common.css" type="text/css" />

<script type="text/javascript">
pathId = "OAuth::TTY";
relpath = '../';
</script>


<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>

<script type="text/javascript" charset="utf-8" src="../js/app.js"></script>


</head>
<body>
<div class="nav_wrap">
<iframe id="nav" src="../class_list.html?1"></iframe>
<div id="resizer"></div>
</div>

<div id="main" tabindex="-1">
<div id="header">
<div id="menu">

<a href="../_index.html">Index (T)</a> &raquo;
<span class='title'><span class='object_link'><a href="../OAuth.html" title="OAuth (module)">OAuth</a></span></span>
&raquo;
<span class="title">TTY</span>

</div>

<div id="search">

<a class="full_list_link" id="class_list_link"
href="../class_list.html">

<svg width="24" height="24">
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
</svg>
</a>

</div>
<div class="clear"></div>
</div>

<div id="content"><h1>Module: OAuth::TTY



</h1>
<div class="box_info">











<dl>
<dt>Defined in:</dt>
<dd>lib/oauth/tty.rb<span class="defines">,<br />
lib/oauth/tty/cli.rb,<br /> lib/oauth/tty/command.rb,<br /> lib/oauth/tty/version.rb,<br /> lib/oauth/tty/commands/help_command.rb,<br /> lib/oauth/tty/commands/sign_command.rb,<br /> lib/oauth/tty/commands/query_command.rb,<br /> lib/oauth/tty/commands/version_command.rb,<br /> lib/oauth/tty/commands/authorize_command.rb</span>
</dd>
</dl>

</div>

<h2>Overview</h2><div class="docstring">
<div class="discussion">
<p>The namespace of this gem</p>


</div>
</div>
<div class="tags">


</div><h2>Defined Under Namespace</h2>
<p class="children">


<strong class="modules">Modules:</strong> <span class='object_link'><a href="TTY/Commands.html" title="OAuth::TTY::Commands (module)">Commands</a></span>, <span class='object_link'><a href="TTY/Version.html" title="OAuth::TTY::Version (module)">Version</a></span>



<strong class="classes">Classes:</strong> <span class='object_link'><a href="TTY/CLI.html" title="OAuth::TTY::CLI (class)">CLI</a></span>, <span class='object_link'><a href="TTY/Command.html" title="OAuth::TTY::Command (class)">Command</a></span>


</p>









</div>

<div id="footer">
Generated on Sun Sep 21 01:04:15 2025 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.4.5).
</div>

</div>
</body>
</html>
Loading
Loading