therubymug-hitch 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/README.rdoc +21 -5
  2. data/Rakefile +2 -1
  3. metadata +12 -3
data/README.rdoc CHANGED
@@ -1,4 +1,4 @@
1
- hitch
1
+ = hitch
2
2
  by Rogelio J. Samour
3
3
  http://therubymug.com
4
4
 
@@ -8,25 +8,41 @@ Hitch allows developers to be properly credited when Pair Programming and using
8
8
 
9
9
  == FEATURES/PROBLEMS:
10
10
 
11
- * General Awesomeness
11
+ * Persists pair(s) between different terminal instances.
12
+ * Creates a unique email address for the pair. (e.g. dev+leshill+therubymug@hashrocket.com) This provides the ability to create a Gravatar for the pair.
12
13
 
13
14
  == SYNOPSIS:
14
15
 
15
- hitch tpope
16
+ - First, create your hitchrc by running:
17
+ - hitchrc
18
+ - To pair with leshill:
19
+ - hitch leshill
20
+ - To see a list of available pairs:
21
+ - hitch -i
22
+ - To clear pair info:
23
+ - unhitch
24
+ - Creating a Gravatar for your pair:
25
+ - Once I've hitched with my pair. (e.g. hitch leshill) I have now created a unique email: dev+leshill+therubymug@hashrocket.com
26
+ - Then, I go to gravatar.com. Add an image to that particular email address and I'm done.
16
27
 
17
28
  == REQUIREMENTS:
18
29
 
19
- * Git, RubyGems
30
+ * Git, HighLine
20
31
 
21
32
  == INSTALL:
22
33
 
23
34
  * sudo gem install therubymug-hitch
24
35
 
36
+ == ACKNOWLEDGEMENTS:
37
+
38
+ * Les Hill - Refactoring.
39
+ * Tim Pope - Original idea.
40
+
25
41
  == LICENSE:
26
42
 
27
43
  (The MIT License)
28
44
 
29
- Copyright (c) 2008 Rogelio J. Samour
45
+ Copyright (c) 2009 Rogelio J. Samour
30
46
 
31
47
  Permission is hereby granted, free of charge, to any person obtaining
32
48
  a copy of this software and associated documentation files (the
data/Rakefile CHANGED
@@ -32,7 +32,7 @@ require 'fileutils'
32
32
 
33
33
  spec = Gem::Specification.new do |s|
34
34
  s.name = %q{hitch}
35
- s.version = "0.0.1"
35
+ s.version = "0.0.2"
36
36
  s.summary = %q{Hitch allows developers to be properly credited when Pair Programming and using Git.}
37
37
  s.email = %q{ro@hashrocket.com}
38
38
  s.homepage = %q{http://github.com/therubymug/hitch}
@@ -41,6 +41,7 @@ spec = Gem::Specification.new do |s|
41
41
  s.files = %w( README.rdoc Rakefile ) + Dir["{bin,lib}/**/*"].sort
42
42
  s.extra_rdoc_files = ["README.rdoc"]
43
43
  s.executables = ["hitch", "unhitch", "hitchrc"]
44
+ s.add_dependency('highline', '>= 1.5.0')
44
45
  end
45
46
 
46
47
  desc "Generate the static gemspec required for github"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: therubymug-hitch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rogelio Samour
@@ -12,8 +12,17 @@ cert_chain: []
12
12
 
13
13
  date: 2009-04-20 00:00:00 -07:00
14
14
  default_executable:
15
- dependencies: []
16
-
15
+ dependencies:
16
+ - !ruby/object:Gem::Dependency
17
+ name: highline
18
+ type: :runtime
19
+ version_requirement:
20
+ version_requirements: !ruby/object:Gem::Requirement
21
+ requirements:
22
+ - - ">="
23
+ - !ruby/object:Gem::Version
24
+ version: 1.5.0
25
+ version:
17
26
  description:
18
27
  email: ro@hashrocket.com
19
28
  executables: