0.0
No commit activity in last 3 years
No release in over 3 years
(For use with yri or pry-doc.)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 0.8
 Project Readme

ruby-core-docs

Purpose

Automatically generates YARD documentation databases for MRI.

Usage

Follow these steps in order:

rake download

Downloads ruby source tarballs to rubies/. You can do this manually, if you like.

rake docs

Extracts each tarball to src/, generates YARD documentation, the moves the yard database to cache/<ruby-version> (eg: cache/2.1.1).

rake build

Builds a gem for each directory in cache/.

If you need to yank a gem and replace it, you can append a new number to the end of the gem version by passing a parameter to build: rake build[n]

eg: rake build[2] would produce ruby-core-docs-2.1.0.2.gem)

rake release

Send *.gem to kindgom come!!!