No commit activity in last 3 years
No release in over 3 years
Simple Rake tasks that make life easier.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 0
>= 0
>= 0
 Project Readme

Rookie

Simple Rake tasks that make life easier.

Installation

Latest version:

gem install rookie

From source:

git clone git://github.com/matheusmoreira/rookie.git

Introduction

Putting this in your Rakefile:

require 'rookie'

Rookie::Tasks.new('simple.gemspec').define_tasks!

Gets you a whole set of nice commands to work with your gem. Run rake -T for details.