To run the development rake tasks, you need bundler installed.

Before you push any changes, run the RSpec suite:

  $ rake spec

To build a new version of the gem:

  $ rake build

To push the new version to Rubygems:

  $ rake release
  
(http://rubygems.org/gems/commander)