pair-salad 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +14 -4
- data/bin/pair +1 -1
- metadata +3 -3
data/README.md
CHANGED
@@ -1,6 +1,4 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
TODO: Write a gem description
|
1
|
+
[![Build Status](https://travis-ci.org/salbertson/pair-salad.png)](https://travis-ci.org/salbertson/pair-salad)
|
4
2
|
|
5
3
|
## Installation
|
6
4
|
|
@@ -18,7 +16,19 @@ Or install it yourself as:
|
|
18
16
|
|
19
17
|
## Usage
|
20
18
|
|
21
|
-
|
19
|
+
Add a .authors file to your project root.
|
20
|
+
|
21
|
+
ck Clark Kent
|
22
|
+
bw Bruce Wayne
|
23
|
+
pp Peter Parker
|
24
|
+
|
25
|
+
Run pair command with authors' initials.
|
26
|
+
|
27
|
+
$ pair ck bw
|
28
|
+
|
29
|
+
When you're done pairing run the pair command with no initials.
|
30
|
+
|
31
|
+
$ pair
|
22
32
|
|
23
33
|
## Contributing
|
24
34
|
|
data/bin/pair
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pair-salad
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-10-
|
12
|
+
date: 2012-10-29 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rspec
|
@@ -28,7 +28,7 @@ dependencies:
|
|
28
28
|
- !ruby/object:Gem::Version
|
29
29
|
version: '0'
|
30
30
|
- !ruby/object:Gem::Dependency
|
31
|
-
name:
|
31
|
+
name: debugger
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|
33
33
|
none: false
|
34
34
|
requirements:
|