@@ -44,11 +44,12 @@ OAuth 2.0 focuses on client developer simplicity while providing specific author
44
44
desktop applications, mobile phones, and living room devices.
45
45
This is a RubyGem for implementing OAuth 2.0 clients (not servers) in Ruby applications.
46
46
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 ] |
52
53
53
54
### Upgrading Runtime Gem Dependencies
54
55
@@ -71,26 +72,25 @@ covering the latest patch for each of the following minor versions:
71
72
* NOTE: This gem will still install on ruby v2.2, but vanilla GitHub Actions no longer supports testing against it, so YMMV.
72
73
* JRuby @ v9.2, v9.3, v9.4, v10.0, HEAD
73
74
* 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\* .
79
87
80
88
- This gem follows a _ strict & correct_ (according to the maintainer of SemVer; [ more info] [ sv-pub-api ] ) interpretation of SemVer.
81
89
- Dropping support for ** any** of the runtime dependency versions above will be a major version bump.
82
90
- If you aren't on one of the minor versions above, make getting there a priority.
83
- - You should upgrade this gem with confidence\* .
84
91
- You should upgrade the dependencies of this gem with confidence\* .
85
92
- Please do upgrade, and then, when it goes smooth as butter [ please sponsor me] [ 🖇sponsor ] . Thanks!
86
93
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
-
94
94
[ sv-pub-api ] : #-is-platform-support-part-of-the-public-api
95
95
96
96
\* MIT license; I am unable to make guarantees.
@@ -624,7 +624,7 @@ See [SECURITY.md][🔐security].
624
624
625
625
If you need some ideas of where to help, you could work on adding more code coverage,
626
626
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 ] ,
628
628
or use the gem and think about how it could be better.
629
629
630
630
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.
863
863
[ 💎jruby-9.4i ] : https://img.shields.io/badge/JRuby-9.4-FBE742?style=for-the-badge&logo=ruby&logoColor=red
864
864
[ 💎jruby-c-i ] : https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
865
865
[ 💎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/
868
873
[ 🤝contributing ] : CONTRIBUTING.md
869
874
[ 🔑codecov-g♻️ ] : https://codecov.io/gh/oauth-xx/oauth2/graphs/tree.svg?token=bNqSzNiuo2
870
875
[ 🖐contrib-rocks ] : https://contrib.rocks
0 commit comments