Skip to content

Commit

Permalink
Add rake as development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
iain committed Apr 5, 2012
1 parent 036859d commit a8d42c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
22 changes: 4 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Capistrano::Blaze

Because Capistrano::Campfire had to many dependencies and a hard setup, this is
my attempt at making it easier.
[![Build Status](https://secure.travis-ci.org/iain/capistrano-blaze.png?branch=master)](http://travis-ci.org/iain/capistrano-blaze)

This gem has no runtime dependencies and should just work right out of the box.
All you need to do is to provide your Campfire credentials.
This tiny gem notifies you on Campfire when you use Capistrano. The only
thing you have to configure is your Campfire credentials, the proper hooks are
automatically added.

## Installation

Expand All @@ -14,20 +14,6 @@ Add this line to your application's Gemfile:
gem 'capistrano-blaze', :require => false
```

And then execute:

``` shell
$ bundle
```

Or install it yourself as:

``` shell
$ gem install capistrano-blaze
```

## Usage

Add to your `config/deploy.rb`:

``` ruby
Expand Down
1 change: 1 addition & 0 deletions capistrano-blaze.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ Gem::Specification.new do |gem|

gem.add_development_dependency "rspec", "~> 2.9"
gem.add_development_dependency "webmock", "~> 1.8.4"
gem.add_development_dependency "rake", "~> 0.9.2"
end

0 comments on commit a8d42c9

Please sign in to comment.