No commit activity in last 3 years
No release in over 3 years
A gem plugin that cleverly installs rdoc and ri for the latest versions of already installed gems
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

AtodeYomu

Installs rdoc and ri for latest versions of already installed gems only if the docs are not installed yet.

gem atode_yomu rails

or

gem atode_yomu --all

maybe only "atode" will be enough

Recommended Usage:

Put the following line to your ~/.gemrc to skip installing the docs for gem by default.

gem: --no-rdoc --no-ri

You can install these docs at any time by running this plugin command (gem atode --all). This may save much of your time on daily gem installing and updating.

Installation:

gem sources -a http://gems.github.com
gem install amatsuda-atode_yomu

Requirements:

Use rubygems 1.3.2 or higher.

What's Atode?:

"atode" means "later" in Japanese.

Akira Matsuda