Skip to content

Commit 4b6152a

Browse files
committed
♻️ Refactor to OAuth::TTY
- Backwards compatible with OAuth::CLI namespace
1 parent 05c05fb commit 4b6152a

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
### Added
1818
- Initial release
1919

20-
[Unreleased]: https://gitlab.com/pboling/oauth-cli/-/compare/v1.0.0...main
21-
[1.0.0]: https://gitlab.com/pboling/oauth-cli/-/releases/tag/v1.0.0
20+
[Unreleased]: https://gitlab.com/oauth-xx/oauth-tty/-/compare/v1.0.0...main
21+
[1.0.0]: https://gitlab.com/oauth-xx/oauth-tty/-/releases/tag/v1.0.0

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Contributing
22

3-
Bug reports and pull requests are welcome on GitLab at [https://gitlab.com/pboling/oauth-cli/][source]. This project is
3+
Bug reports and pull requests are welcome on GitLab at [https://gitlab.com/oauth-xx/oauth-tty/][source]. This project is
44
intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to
55
the [code of conduct][conduct].
66

@@ -16,8 +16,8 @@ Made with [contributors-img][contrib-rocks].
1616

1717
[comment]: <> (Following links are used by README, CONTRIBUTING, Homepage)
1818

19-
[conduct]: https://gitlab.com/pboling/oauth-cli/-/blob/main/CODE_OF_CONDUCT.md
20-
[contributors]: https://gitlab.com/pboling/oauth-cli/-/graphs/main
19+
[conduct]: https://gitlab.com/oauth-xx/oauth-tty/-/blob/main/CODE_OF_CONDUCT.md
20+
[contributors]: https://gitlab.com/oauth-xx/oauth-tty/-/graphs/main
2121
[mailinglist]: http://groups.google.com/group/oauth-ruby
22-
[source]: https://gitlab.com/pboling/oauth-cli/-/tree/main
22+
[source]: https://gitlab.com/oauth-xx/oauth-tty/-/tree/main
2323
[contrib-rocks]: https://contrib.rocks

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OAuth::TTY
22

3-
A Command Line Interface for interacting with OAuth 1.0 services.
3+
A TTY Command Line Interface for interacting with OAuth 1.0 services.
44

55
This library was written originally by [Thiago Pinto](https://github.com/thiagopintodev) in 2016 and bundled with the oauth gem.
66
It was extracted into a separate library by [Peter Boling](https://railsbling.com) in 2022 as part of the move to a stable version 1.0 for the oauth gem.
@@ -9,11 +9,11 @@ It was extracted into a separate library by [Peter Boling](https://railsbling.co
99

1010
Install the gem and add to the application's Gemfile by executing:
1111

12-
$ bundle add oauth-cli
12+
$ bundle add oauth-tty
1313

1414
If bundler is not being used to manage dependencies, install the gem by executing:
1515

16-
$ gem install oauth-cli
16+
$ gem install oauth-tty
1717

1818
## Usage
1919

@@ -27,12 +27,12 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
2727

2828
## Contributing
2929

30-
Bug reports and pull requests are welcome on GitHub at https://gitlab.com/pboling/oauth-cli/-/issues. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://gitlab.com/pboling/oauth-cli/-/blob/main/CODE_OF_CONDUCT.md).
30+
Bug reports and pull requests are welcome on GitHub at https://gitlab.com/oauth-xx/oauth-tty/-/issues. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://gitlab.com/oauth-xx/oauth-tty/-/blob/main/CODE_OF_CONDUCT.md).
3131

3232
## License
3333

3434
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
3535

3636
## Code of Conduct
3737

38-
Everyone interacting in the OAuth::CLI project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://gitlab.com/pboling/oauth-cli/-/blob/main/CODE_OF_CONDUCT.md).
38+
Everyone interacting in the OAuth::CLI project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://gitlab.com/oauth-xx/oauth-tty/-/blob/main/CODE_OF_CONDUCT.md).

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Tidelift will coordinate the fix and disclosure.
1919

2020
Available as part of the Tidelift Subscription.
2121

22-
The maintainers of oauth-cli and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source packages you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact packages you use. [Learn more.](https://tidelift.com/subscription/pkg/rubygems-oauth?utm_source=rubygems-oauth&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)
22+
The maintainers of oauth-tty and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source packages you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact packages you use. [Learn more.](https://tidelift.com/subscription/pkg/rubygems-oauth?utm_source=rubygems-oauth&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)

0 commit comments

Comments
 (0)