From b6720bfb1ea7a6cea7abb56ab8c9e59c897804de Mon Sep 17 00:00:00 2001 From: Marek Kowalcze Date: Sun, 5 Nov 2023 21:19:13 +0100 Subject: [PATCH] update the "New Ruby version" steps --- README.md | 10 +++++----- docs/docs/timeline.md | 2 +- docs/docs/versions-all.md | 2 +- docs/docs/versions-latest.md | 2 +- lib/templates/README.md.erb | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ab00bdb..9025105 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Intro * See full version of this project on https://rubychangelog.com/ -* This page was last updated on 2023-09-19 via `rake md` task +* This page was last updated on 2023-11-05 via `rake md` task ## Ruby changelog @@ -51,7 +51,7 @@ * :gear: Compaction GC ### Ruby 2.6 - * :lock: **EOL** 2022-04-12 + * :lock: **EOL** 2022-04-13 * Implementations: [MRI 2.6.10](https://www.ruby-lang.org/en/news/2022/04/12/ruby-2-6-10-released/) * :new: endless ranges (1..) * :new: Enumerable#chain @@ -61,7 +61,7 @@ * :gear: Bundler is installed as a default gem ### Ruby 2.5 - * :lock: **EOL** 2021-03-31 + * :lock: **EOL** 2021-04-06 * Implementations: [MRI 2.5.9](https://www.ruby-lang.org/en/news/2021/04/05/ruby-2-5-9-released/), [JRuby 9.2.0.0](https://www.jruby.org/2018/05/24/jruby-9-2-0-0) * :new: yield_self * :new: rescue in blocks @@ -74,7 +74,7 @@ * :arrows_counterclockwise: Reverse order of backtrace (oldest call first) :test_tube: ### Ruby 2.4 - * :lock: **EOL** 2020-03-31 + * :lock: **EOL** 2020-04-01 * Implementations: [MRI 2.4.10](https://www.ruby-lang.org/en/news/2020/03/31/ruby-2-4-10-released/) * :new: Enumerable#sum * :new: Integer#digits @@ -154,6 +154,6 @@ Open http://localhost:4000/ 1. Compare [Ruby releases](https://www.ruby-lang.org/en/downloads/releases/) page with [ruby_versions.json](https://github.com/kowal/ruby-changelog/blob/master/data/ruby_versions.json) if there are new Ruby versions. - update ruby_versions.json with new versions details 2. Update latest info about CVE - run `rake fetch:cve` -3. Regenerate all artifacts - `rake doc html md` +3. Regenerate all artifacts - `rake doc readme` 4. Verify - `bundle exec yield` and on mkdocs 5. Commit & publish diff --git a/docs/docs/timeline.md b/docs/docs/timeline.md index 6c651ba..92ae9d2 100644 --- a/docs/docs/timeline.md +++ b/docs/docs/timeline.md @@ -24,4 +24,4 @@ ---- -(Last updated on 2023-10-02 10:54:12 +0200) +(Last updated on 2023-11-05 21:18:28 +0100) diff --git a/docs/docs/versions-all.md b/docs/docs/versions-all.md index 31a7e90..8dc4630 100644 --- a/docs/docs/versions-all.md +++ b/docs/docs/versions-all.md @@ -579,4 +579,4 @@ ---- -(Last updated on 2023-10-02 10:54:12 +0200) +(Last updated on 2023-11-05 21:18:28 +0100) diff --git a/docs/docs/versions-latest.md b/docs/docs/versions-latest.md index ddb7965..8db1fc6 100644 --- a/docs/docs/versions-latest.md +++ b/docs/docs/versions-latest.md @@ -346,4 +346,4 @@ This will be reversed again in Ruby 3.0.0 ---- -(Last updated on 2023-10-02 10:54:12 +0200) +(Last updated on 2023-11-05 21:18:28 +0100) diff --git a/lib/templates/README.md.erb b/lib/templates/README.md.erb index d8d7b64..134ecd9 100644 --- a/lib/templates/README.md.erb +++ b/lib/templates/README.md.erb @@ -62,6 +62,6 @@ Open http://localhost:4000/ 1. Compare [Ruby releases](https://www.ruby-lang.org/en/downloads/releases/) page with [ruby_versions.json](https://github.com/kowal/ruby-changelog/blob/master/data/ruby_versions.json) if there are new Ruby versions. - update ruby_versions.json with new versions details 2. Update latest info about CVE - run `rake fetch:cve` -3. Regenerate all artifacts - `rake doc html md` +3. Regenerate all artifacts - `rake doc readme` 4. Verify - `bundle exec yield` and on mkdocs 5. Commit & publish