# ore-tasks * [Source](http://github.com/postmodern/ore-tasks) * [Issues](http://github.com/postmodern/ore-tasks/issues) * IRC: irc.freenode.net #ruby-ore * Postmodern (postmodern.mod3 at gmail.com) ## Description Ore Tasks provides simple Rake tasks for managing and releasing a RubyGem project. ## Features * Provides tasks to build, install and push Gems to [rubygems.org](http://rubygems.org/). * Provides optional Git tasks. * Provides the `console` task for digging right into your code. * **Does not** automatically make changes or add commits to the repository. ## Examples require 'ore/tasks' Ore::Tasks.new ## Install $ gem install ore-tasks ## Synopsis rake build # Only builds a Gem rake console[script] # Start IRB with all runtime dependencies loaded rake gem # Alias to the 'build' task rake install # Builds and installs a Gem rake push # Builds and pushes a Gem rake release # Builds and Pushes a new Gem / Build, Tags and Pushe... rake tag # Tags a release and pushes the tag ## Copyright Copyright (c) 2010 Hal Brodigan See {file:LICENSE.txt} for details.