GitXplorerGitXplorer
s

pair-salad

public
3 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
67a3bcfea4adc9ef5d3d9d86bb044df73220663d

Bump version to 0.1.1

committed 12 years ago
Unverified
b2a8b7ae5b2e0e9d9b3261feb8312d97903e055f

Handle funny names

committed 12 years ago
Unverified
164188c64b83398dd76b1aca57bcb5e2fa6ab150

Bump version to 0.1.0

committed 12 years ago
Unverified
c6e30a0761844f6c1ef851b6b15d464741e5c3ee

Email address is now configurable; authors file format and name has changed

committed 12 years ago
Unverified
beb905561e718431b7c1eb4689ecacde5e6bcc1b

Update gemspec; hopefully fix include issues

committed 12 years ago
Unverified
2ac20095131a3b598a6c192fb5d6628f86af51ff

Bump version to 0.0.4

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