GitXplorerGitXplorer
s

pair-salad

public
3 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
69d84cb6cf014f9f6638918bea3f946fb23ba99a

Add lib directory to load path

committed 12 years ago
Unverified
f5743c58c122d52036b484fcf0474eef5dee96f7

Bump version to 0.0.3

committed 12 years ago
Unverified
e6c057811dbcf9abd3ad82649b0cfc64f63c80cd

Add rvmrc; use different debugger

committed 12 years ago
Unverified
1fc75d329af6bc56fcc8b2d0bec8f0a72f077995

Fix require path

committed 12 years ago
Unverified
ade635bc54c33ddaad6c19c3c5eedd7450239b89

Add travis.ci image

committed 12 years ago
Unverified
f51a0e1b1526d65e2fa0bec0ee435bd1ceafd31f

Update readme

committed 12 years ago

README

The README file for this repository.

Build Status

Installation

Add this line to your application's Gemfile:

gem 'pair-salad'

And then execute:

$ bundle

Or install it yourself as:

$ gem install pair-salad

Usage

Add a .pair file to your project root.

email: engineers@streamsend.com
authors:
  - ck Clark Kent
  - bw Bruce Wayne
  - pp Peter Parker

Run pair command with authors' initials.

$ pair ck bw

When you're done pairing run the pair command with no initials.

$ pair

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request