capistrano

https://github.com/capistrano/capistrano

Ruby

A deployment automation tool built on Ruby, Rake, and SSH.

ThreeScale::Middleware::ExcludeMatcher.add_matchers

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:capistrano/capistrano.git

cd capistrano

open

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-ThreeScale--Middleware--ExcludeMatcher-add_matchers-for-pr


# Commit to git

git add git commit -m "better docs for ThreeScale::Middleware::ExcludeMatcher.add_matchers"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-ThreeScale--Middleware--ExcludeMatcher-add_matchers-for-pr

hub pull-request


# Celebrate!