Skip to content

Commit 464468c

Browse files
committed
✨ Add CodeBerg as an ethical mirror
- https://codeberg.org/oauth-xx/oauth2
1 parent a985ea1 commit 464468c

File tree

1 file changed

+26
-21
lines changed

1 file changed

+26
-21
lines changed

README.md

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,12 @@ OAuth 2.0 focuses on client developer simplicity while providing specific author
4444
desktop applications, mobile phones, and living room devices.
4545
This is a RubyGem for implementing OAuth 2.0 clients (not servers) in Ruby applications.
4646

47-
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI | Discussions |
48-
|-----------------------------------------------|----------------|--------|-----|------|----------------|-------------|
49-
| 🧪 [oauth-xx/oauth2 on GitLab][📜src-gl] | The Truth | 💚 | 💚 | 💚 | 🏀 Tiny Matrix ||
50-
| 🐙 [oauth-xx/oauth2 on GitHub][📜src-gh] | A Dirty Mirror | 💚 | 💚 || 💯 Full Matrix ||
51-
| 🤼 [OAuth Ruby Google Group][⛳gg-discussions] | "Active" ||||| 💚 |
47+
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI | Discussions |
48+
|-----------------------------------------------|-------------------------------------------|-------------------|------------------|--------------|----------------|-----------------------|
49+
| 🧪 [oauth-xx/oauth2 on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜wiki] | 🏀 Tiny Matrix ||
50+
| 🧊 [oauth-xx/oauth2 on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) || [💚][🤝cb-pulls] || ⭕️ No Matrix ||
51+
| 🐙 [oauth-xx/oauth2 on GitHub][📜src-gh] | A Dirty Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] || 💯 Full Matrix ||
52+
| 🤼 [OAuth Ruby Google Group][⛳gg-discussions] | "Active" ||||| [💚][⛳gg-discussions] |
5253

5354
### Upgrading Runtime Gem Dependencies
5455

@@ -71,26 +72,25 @@ covering the latest patch for each of the following minor versions:
7172
* NOTE: This gem will still install on ruby v2.2, but vanilla GitHub Actions no longer supports testing against it, so YMMV.
7273
* JRuby @ v9.2, v9.3, v9.4, v10.0, HEAD
7374
* TruffleRuby @ v23.1, v23.2, HEAD
74-
* gem `faraday` @ v0, v1, v2, HEAD
75-
* gem `jwt` @ v1, v2, v3, HEAD
76-
* gem `logger` @ v1.2, v1.5, v1.7, HEAD
77-
* gem `multi_xml` @ v0.5, v0.6, v0.7, HEAD
78-
* gem `rack` @ v1.2, v1.6, v2, v3, HEAD
75+
* gem `faraday` @ v0, v1, v2, HEAD ⏩️ [lostisland/faraday](https://github.com/lostisland/faraday)
76+
* gem `jwt` @ v1, v2, v3, HEAD ⏩️ [lostisland/faraday](https://github.com/lostisland/faraday)
77+
* gem `logger` @ v1.2, v1.5, v1.7, HEAD ⏩️ [jwt/ruby-jwt](https://github.com/jwt/ruby-jwt)
78+
* gem `multi_xml` @ v0.5, v0.6, v0.7, HEAD ⏩️ [sferik/multi_xml](https://github.com/sferik/multi_xml)
79+
* gem `rack` @ v1.2, v1.6, v2, v3, HEAD ⏩️ [rack/rack](https://github.com/rack/rack)
80+
* gem `snaky_hash` @v2, HEAD ⏩️ [oauth-xx/snaky_hash](https://gitlab.com/oauth-xx/snaky_hash)
81+
* gem `version_gem` - @v1, HEAD ⏩️ [oauth-xx/version_gem](https://gitlab.com/oauth-xx/version_gem)
82+
83+
The last two were extracted from this gem. They are part of the `oauth-xx` org,
84+
and are developed in tight collaboration with this gem.
85+
86+
#### You should upgrade this gem with confidence\*.
7987

8088
- This gem follows a _strict & correct_ (according to the maintainer of SemVer; [more info][sv-pub-api]) interpretation of SemVer.
8189
- Dropping support for **any** of the runtime dependency versions above will be a major version bump.
8290
- If you aren't on one of the minor versions above, make getting there a priority.
83-
- You should upgrade this gem with confidence\*.
8491
- You should upgrade the dependencies of this gem with confidence\*.
8592
- Please do upgrade, and then, when it goes smooth as butter [please sponsor me][🖇sponsor]. Thanks!
8693

87-
If you are thinking, "that list is missing two runtime dependencies", you are correct!
88-
Both of them were extracted from this gem. They are part of the `oauth-xx` org,
89-
and are developed in tight collaboration with this gem, so not much more needs to be said about them.
90-
91-
* gem `snaky_hash` - https://gitlab.com/oauth-xx/snaky_hash
92-
* gem `version_gem` - https://gitlab.com/oauth-xx/version_gem
93-
9494
[sv-pub-api]: #-is-platform-support-part-of-the-public-api
9595

9696
\* MIT license; I am unable to make guarantees.
@@ -624,7 +624,7 @@ See [SECURITY.md][🔐security].
624624

625625
If you need some ideas of where to help, you could work on adding more code coverage,
626626
or if it is already 💯 (see [below](#code-coverage)) check TODOs (see [below](#todos)),
627-
or check [issues][🤝issues], or [PRs][🤝pulls],
627+
or check [issues][🤝gh-issues], or [PRs][🤝gh-pulls],
628628
or use the gem and think about how it could be better.
629629

630630
We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
@@ -863,8 +863,13 @@ or one of the others at the head of this README.
863863
[💎jruby-9.4i]: https://img.shields.io/badge/JRuby-9.4-FBE742?style=for-the-badge&logo=ruby&logoColor=red
864864
[💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
865865
[💎jruby-headi]: https://img.shields.io/badge/JRuby-HEAD-FBE742?style=for-the-badge&logo=ruby&logoColor=blue
866-
[🤝issues]: https://github.com/oauth-xx/oauth2/issues
867-
[🤝pulls]: https://github.com/oauth-xx/oauth2/pulls
866+
[🤝gh-issues]: https://github.com/oauth-xx/oauth2/issues
867+
[🤝gh-pulls]: https://github.com/oauth-xx/oauth2/pulls
868+
[🤝gl-issues]: https://gitlab.com/oauth-xx/oauth2/-/issues
869+
[🤝gl-pulls]: https://gitlab.com/oauth-xx/oauth2/-/merge_requests
870+
[🤝cb-issues]: https://codeberg.org/oauth-xx/oauth2/issues
871+
[🤝cb-pulls]: https://codeberg.org/oauth-xx/oauth2/pulls
872+
[🤝cb-donate]: https://donate.codeberg.org/
868873
[🤝contributing]: CONTRIBUTING.md
869874
[🔑codecov-g♻️]: https://codecov.io/gh/oauth-xx/oauth2/graphs/tree.svg?token=bNqSzNiuo2
870875
[🖐contrib-rocks]: https://contrib.rocks

0 commit comments

Comments
 (0)