|
1 | 1 | # Ruby OAuth
|
2 | 2 |
|
| 3 | +**NOTE** |
| 4 | + |
| 5 | +This README, on branch `v0.5-maintenance`, targets 0.5.x series releases. For later releases please see the `msater` branch README. |
| 6 | + |
3 | 7 | ## Status
|
4 | 8 |
|
5 | 9 | | Project | Ruby Oauth |
|
@@ -43,11 +47,11 @@ Targeted ruby compatibility is non-EOL versions of Ruby, currently 2.6, 2.7, and
|
43 | 47 | 3.0. Ruby is limited to 2.0+ in the gemspec, and this may change while the gem is
|
44 | 48 | still at version 0.x. The `master` branch currently targets 0.6.x releases.
|
45 | 49 |
|
46 |
| -| Ruby OAuth Version | Officially Supported Rubies | Unofficially Supported Rubies | |
47 |
| -|--------------------- | ------------------------------------------- | ----------------------------- | |
48 |
| -| 0.7.x (hypothetical) | 2.7, 3.0, 3.1 | 2.6 | |
49 |
| -| 0.6.x | 2.6, 2.7, 3.0 | 2.3, 2.4, 2.5 | |
50 |
| -| 0.5.x | 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0 | | |
| 50 | +| Ruby OAuth Version | Maintenance Branch | Officially Supported Rubies | Unofficially Supported Rubies | |
| 51 | +|--------------------- | ------------------ | ------------------------------------------- | ----------------------------- | |
| 52 | +| 0.7.x (hypothetical) | N/A | 2.7, 3.0, 3.1 | 2.6 | |
| 53 | +| 0.6.x | `master` | 2.6, 2.7, 3.0 | 2.3, 2.4, 2.5 | |
| 54 | +| 0.5.x | `v0.5-maintenance` | 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0 | | |
51 | 55 |
|
52 | 56 | NOTE: 0.5.7 is anticipated as last release of the 0.5.x series.
|
53 | 57 |
|
|
0 commit comments