You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Works with JRuby |[![JRuby 9.1 Compat][💎jruby-9.1i]][🚎10-j-wf][![JRuby 9.2 Compat][💎jruby-9.2i]][🚎10-j-wf][![JRuby 9.3 Compat][💎jruby-9.3i]][🚎10-j-wf][![JRuby 9.4 Compat][💎jruby-c-i]][🚎11-c-wf][![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf]|
73
+
| Works with JRuby |[![JRuby 9.1 Compat][💎jruby-9.1i]][🚎10-j-wf][![JRuby 9.2 Compat][💎jruby-9.2i]][🚎10-j-wf][![JRuby 9.3 Compat][💎jruby-9.3i]][🚎10-j-wf][![JRuby 9.4 Compat][💎jruby-9.4i]][🚎10-j-wf][![JRuby 10.0 Compat][💎jruby-c-i]][🚎11-c-wf][![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf]|
74
74
| Works with Truffle Ruby |[![Truffle Ruby 22.3 Compat][💎truby-22.3i]][🚎9-t-wf][![Truffle Ruby 23.0 Compat][💎truby-23.0i]][🚎9-t-wf][![Truffle Ruby 23.1 Compat][💎truby-23.1i]][🚎9-t-wf][![Truffle Ruby 24.1 Compat][💎truby-c-i]][🚎11-c-wf][![Truffle Ruby HEAD Compat][💎truby-headi]][🚎3-hd-wf]|
75
75
| Works with MRI Ruby 3 |[![Ruby 3.0 Compat][💎ruby-3.0i]][🚎4-lg-wf][![Ruby 3.1 Compat][💎ruby-3.1i]][🚎6-s-wf][![Ruby 3.2 Compat][💎ruby-3.2i]][🚎6-s-wf][![Ruby 3.3 Compat][💎ruby-3.3i]][🚎6-s-wf][![Ruby 3.4 Compat][💎ruby-c-i]][🚎11-c-wf][![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
76
-
| Works with MRI Ruby 2 |[![Ruby 2.2 Compat][💎ruby-2.2i]][🚎8-ho-wf][![Ruby 2.3 Compat][💎ruby-2.3i]][🚎1-an-wf][![Ruby 2.4 Compat][💎ruby-2.4i]][🚎1-an-wf][![Ruby 2.5 Compat][💎ruby-2.5i]][🚎1-an-wf][![Ruby 2.6 Compat][💎ruby-2.6i]][🚎7-us-wf][![Ruby 2.7 Compat][💎ruby-2.7i]][🚎7-us-wf]|
76
+
| Works with MRI Ruby 2 |[![Ruby 2.3 Compat][💎ruby-2.3i]][🚎1-an-wf][![Ruby 2.4 Compat][💎ruby-2.4i]][🚎1-an-wf][![Ruby 2.5 Compat][💎ruby-2.5i]][🚎1-an-wf][![Ruby 2.6 Compat][💎ruby-2.6i]][🚎7-us-wf][![Ruby 2.7 Compat][💎ruby-2.7i]][🚎7-us-wf]|
77
77
| Source |[![Source on GitLab.com][📜src-gl-img]][📜src-gl][![Source on Github.com][📜src-gh-img]][📜src-gh][![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc]|
78
78
| Documentation |[![Current release on RubyDoc.info][📜docs-cr-rd-img]][🚎yard-current][![HEAD on RubyDoc.info][📜docs-head-rd-img]][🚎yard-head][![BDFL Blog][🚂bdfl-blog-img]][🚂bdfl-blog][![Wiki][📜wiki-img]][📜wiki]|
# This would be %i[epoch major minor patch pre] for epoch version schemes
314
357
expect(described_class.to_h.keys).to(match_array(%i[major minor patch pre]))
315
358
expect(described_class.to_a).to(be_a(Array))
316
359
end
@@ -364,7 +407,8 @@ This Library adheres to [![Epoch Semantic Versioning][📌semver-img]][📌semve
364
407
Violations of this scheme should be reported as bugs.
365
408
Specifically, if a minor or patch version is released that breaks backward compatibility,
366
409
a new version should be immediately released that restores compatibility.
367
-
Breaking changes to the public API, including dropping a supported platform (i.e. minor version of Ruby), will only be introduced with new major versions.
410
+
Breaking changes to the public API, including dropping a supported platform (i.e. minor version of Ruby),
411
+
will only be introduced with new major versions.
368
412
Epoch will only be bumped if there are dramatic changes, and that is not expected to happen ever.
369
413
370
414
### 📌 Is "Platform Support" part of the public API?
@@ -475,10 +519,10 @@ or one of the others at the head of this README.
0 commit comments