Skip to content

Commit 091c024

Browse files
committed
🔍️ Add Logos
1 parent 532c1d9 commit 091c024

File tree

4 files changed

+1037
-1
lines changed

4 files changed

+1037
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<p align="center">
2+
<a href="http://oauth.net/core/1.0/" target="_blank" rel="noopener">
3+
<img width="124px" src="https://github.com/oauth-xx/oauth-ruby/raw/main/docs/images/logo/Oauth_logo.svg?raw=true" alt="OAuth 1.0 Logo by Chris Messina, CC BY-SA 3.0, via Wikimedia Commons">
4+
</a>
5+
<a href="https://www.ruby-lang.org/" target="_blank" rel="noopener">
6+
<img width="124px" src="https://github.com/oauth-xx/oauth-ruby/raw/main/docs/images/logo/ruby-logo-198px.svg?raw=true" alt="Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5">
7+
</a>
8+
</p>
9+
110
# OAuth::TTY
211

312
A TTY Command Line Interface for interacting with OAuth 1.0 services.
@@ -32,7 +41,8 @@ For now, please see the tests for other usage.
3241

3342
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
3443

35-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
44+
To install this gem onto your local machine, run `bundle exec rake install`.
45+
To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
3646

3747
## Contributing
3848

docs/images/logo/Oauth_logo.svg

Lines changed: 61 additions & 0 deletions
Loading

docs/images/logo/README.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
The OAuth 1.0 Logo - Oauth_logo.svg
2+
3+
https://commons.wikimedia.org/wiki/File:Oauth_logo.svg
4+
5+
Chris Messina, CC BY-SA 3.0, via Wikimedia Commons
6+
7+
<https://creativecommons.org/licenses/by-sa/3.0
8+
9+
---
10+
11+
The Ruby Logo - ruby-logo-124px.jpeg (resized)
12+
13+
https://www.ruby-lang.org/en/about/logo/
14+
15+
Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5
16+
17+
https://creativecommons.org/licenses/by-sa/2.5

0 commit comments

Comments
 (0)