Skip to content

Commit

Permalink
Call define_tasks! in example.
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusmoreira committed Jan 20, 2012
1 parent 256842e commit a55d469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Putting this in your `Rakefile`:

require 'rookie'

Rookie::Tasks.new 'simple.gemspec'
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.

0 comments on commit a55d469

Please sign in to comment.