Comprehensive changelog of Ruby Programming Language
This site is dedicated to history of Ruby language evolution. Basically, it is just the same information that each Ruby version’s NEWS file contains, just in more readable and informative manner.
Also duplicated on Contributing page of teh site.
The repo gladly accepts contributions!
Things you need to know, as of now:
_src/<version>.md
;rake
in the main folder, or separate tasks (visible with rake -T
):
bundle exec rake toc
(create TOC in _data/book.yml
)bundle exec rake contents
(postprocesses ./_src/<version>.md
→./<version>.md
adding some nicer formatting not available in pure Markdown);jekyll serve
to preview the site locally.The main things to do, currently: