Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sonots committed Jan 12, 2013
1 parent 0af89c2 commit 96b2ac6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Expand Up @@ -4,11 +4,9 @@ testing ruby: 1.9.3; Capistrano: > 2.0

## About capistrano-colorized-stream

capistrano-colorized-stream adds a feature to append colorized hostnames at the head of each line for the capistrano's `stream` method.
capistrano-colorized-stream adds a feature to append colorized hostnames at the head of each line for the [capistrano](https://github.com/capistrano/capistrano)'s `stream` method.

[Capistrano](https://github.com/capistrano/capistrano) is a utility and framework for executing commands in parallel on multiple remote machines, via SSH.

With this gem, it enables you to watch logs on multiple deploying hosts in one view with a colored hostname like [foreman](https://github.com/ddollar/foreman), for example.
With this gem, it enables you to watch logs on multiple deploying hosts concurrently with colored hostnames like [foreman](https://github.com/ddollar/foreman), for example.

## USAGE

Expand Down
2 changes: 1 addition & 1 deletion capistrano-colorized-stream.gemspec
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |gem|
gem.authors = %w(Naotoshi Seo)
gem.email = %w(sonots@gmail.com)
gem.homepage = 'https://github.com/sonots/capistrano-colorized-stream'
gem.summary = 'enables to watch logs on multiple deploying hosts in one view with a colored hostname at the head of each line'
gem.summary = 'enables to watch logs on multiple deploying hosts concurrently with colored hostnames'
gem.description = gem.summary

gem.rubyforge_project = "capistrano-colorized-stream"
Expand Down

0 comments on commit 96b2ac6

Please sign in to comment.