Sha256: c082bae25f59a17c0ebb4e3f631492cc1523368802975050b372d62fb51062a7

Contents?: true

Size: 1.36 KB

Versions: 4

Compression:

Stored size: 1.36 KB

Contents

# ore-tasks

* [Source](http://github.com/ruby-ore/ore-tasks)
* [Issues](http://github.com/ruby-ore/ore-tasks/issues)
* [Email](mailto:postmodern.mod3 at gmail.com)
* IRC: irc.freenode.net #ruby-ore

## 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 jumping right into your code.
* **Does not** automatically modify or commit changes to your code.

## Requirements

* [ore-core](http://github.com/ruby-ore/ore-core) ~> 0.1.3

## Install

    $ gem install ore-tasks

## Examples

    require 'ore/tasks'
    Ore::Tasks.new

## 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 install:deps     # Installs dependencies of the 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
    rake version          # Displays the current version

## Copyright

Copyright (c) 2010-2011 Hal Brodigan

See {file:LICENSE.txt} for details.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ore-tasks-0.4.4 README.md
ore-tasks-0.4.3 README.md
ore-tasks-0.4.2 README.md
ore-tasks-0.4.1 README.md