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.
Files changed (3) hide show
  1. data/README.md +14 -4
  2. data/bin/pair +1 -1
  3. metadata +3 -3
data/README.md CHANGED
@@ -1,6 +1,4 @@
1
- # Pair::Salad
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
- TODO: Write usage instructions here
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
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- require "lib/pair_salad_runner"
3
+ require "pair_salad_runner"
4
4
 
5
5
  PairSaladRunner.new.run(ARGV)
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.2
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-24 00:00:00.000000000 Z
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: ruby-debug
31
+ name: debugger
32
32
  requirement: !ruby/object:Gem::Requirement
33
33
  none: false
34
34
  requirements: