0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Ruby on ETags is a tool to help a developer keep TAGS file up to date.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.3.2
~> 0.10.0
~> 2.3.0
~> 0.11.6

Runtime

~> 1.0.0
~> 0.8.7
~> 0.14.6
~> 0.7
 Project Readme

Ruby on ETags¶ ↑

Ruby on ETags is a set of rake tasks to help a developer keep TAGS file up to date.

Installation¶ ↑

gem install ruby_on_etags

Usage¶ ↑

To build TAGS file which includes definitions of your project modules, all dependecies gems and ruby version you use, run the following:

roetags build

This task maintain cache to avoid building tags for static files like gems or ruby sources.

Also, you can use the following task to build TAGS everytime you change something in the project:

roetags watch

Maintainers¶ ↑

Bugs and Feedback¶ ↑

If you discover any bugs, please create an issue on GitHub.

github.com/hron/ruby_on_etags/issues

License¶ ↑

MIT License. Copyright 2010 Aleksei Gusev.