mynewsdesk-git-pair 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/README.markdown +5 -5
- data/lib/git-pair/command.rb +2 -2
- data/lib/git-pair/version.rb +1 -1
- data/mynewsdesk-git-pair.gemspec +1 -1
- metadata +6 -5
data/Gemfile.lock
CHANGED
data/README.markdown
CHANGED
@@ -7,7 +7,7 @@ more than one author.
|
|
7
7
|
|
8
8
|
Install the gem:
|
9
9
|
|
10
|
-
gem install
|
10
|
+
gem install mynewsdesk-git-pair
|
11
11
|
|
12
12
|
And here's how to use it!
|
13
13
|
|
@@ -29,15 +29,15 @@ And here's how to use it!
|
|
29
29
|
|
30
30
|
|
31
31
|
Switching authors:
|
32
|
-
git pair aa [bb] Where AA and BB are any
|
33
|
-
author
|
32
|
+
git pair aa [bb] Where AA and BB are any initials or first/last name
|
33
|
+
of an author. You can specify one or more authors.
|
34
34
|
|
35
35
|
Current config:
|
36
36
|
Author list: Adam McCrea
|
37
37
|
Jon Distad
|
38
38
|
|
39
39
|
Current author: Jon Distad + Adam McCrea
|
40
|
-
Current email: devs+jd+am@
|
40
|
+
Current email: devs+jd+am@mynewsdesk.com
|
41
41
|
|
42
42
|
## How does it work?
|
43
43
|
|
@@ -48,7 +48,7 @@ from the global configuration along with the developer abbreviations.
|
|
48
48
|
|
49
49
|
## About this version
|
50
50
|
|
51
|
-
This was forked from http://github.com/
|
51
|
+
This was forked from http://github.com/mynewsdesk/git-pair, which its turn
|
52
52
|
was forked from http://github.com/chrisk/git-pair. Many thanks to
|
53
53
|
Chris Kampmeier for the original version. Jon Distad and Ehren Murdick's
|
54
54
|
version added the --reset option and did a great job refactoring the code.
|
data/lib/git-pair/command.rb
CHANGED
@@ -35,8 +35,8 @@ module GitPair
|
|
35
35
|
|
36
36
|
opts.separator ' '
|
37
37
|
opts.separator highlight('Switching authors:')
|
38
|
-
opts.separator ' git pair aa [bb] Where AA and BB are any
|
39
|
-
opts.separator ' '*37 + 'author
|
38
|
+
opts.separator ' git pair aa [bb] Where AA and BB are any initials or first/last name'
|
39
|
+
opts.separator ' '*37 + 'of an author. You can specify one or more authors.'
|
40
40
|
|
41
41
|
opts.separator ' '
|
42
42
|
opts.separator highlight('Current config:')
|
data/lib/git-pair/version.rb
CHANGED
data/mynewsdesk-git-pair.gemspec
CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
|
|
6
6
|
s.name = "mynewsdesk-git-pair"
|
7
7
|
s.version = Git::Pair::VERSION
|
8
8
|
s.platform = Gem::Platform::RUBY
|
9
|
-
s.authors = ["Chris Kampmeier", "Adam McCrea", "Jon Distad", "ingemar"]
|
9
|
+
s.authors = ["Chris Kampmeier", "Adam McCrea", "Jon Distad", "ingemar", "Jonas Forsberg"]
|
10
10
|
s.email = "dev@mynewsdesk.com"
|
11
11
|
s.homepage = "http://github.com/mynewsdesk/git-pair"
|
12
12
|
s.summary = "Configure git to commit as more than one author"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mynewsdesk-git-pair
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,6 +9,7 @@ authors:
|
|
9
9
|
- Adam McCrea
|
10
10
|
- Jon Distad
|
11
11
|
- ingemar
|
12
|
+
- Jonas Forsberg
|
12
13
|
autorequire:
|
13
14
|
bindir: bin
|
14
15
|
cert_chain: []
|
@@ -16,7 +17,7 @@ date: 2012-03-20 00:00:00.000000000Z
|
|
16
17
|
dependencies:
|
17
18
|
- !ruby/object:Gem::Dependency
|
18
19
|
name: cucumber
|
19
|
-
requirement: &
|
20
|
+
requirement: &70236222094780 !ruby/object:Gem::Requirement
|
20
21
|
none: false
|
21
22
|
requirements:
|
22
23
|
- - ~>
|
@@ -24,10 +25,10 @@ dependencies:
|
|
24
25
|
version: '1.0'
|
25
26
|
type: :development
|
26
27
|
prerelease: false
|
27
|
-
version_requirements: *
|
28
|
+
version_requirements: *70236222094780
|
28
29
|
- !ruby/object:Gem::Dependency
|
29
30
|
name: rspec
|
30
|
-
requirement: &
|
31
|
+
requirement: &70236222094000 !ruby/object:Gem::Requirement
|
31
32
|
none: false
|
32
33
|
requirements:
|
33
34
|
- - ~>
|
@@ -35,7 +36,7 @@ dependencies:
|
|
35
36
|
version: 2.6.0
|
36
37
|
type: :development
|
37
38
|
prerelease: false
|
38
|
-
version_requirements: *
|
39
|
+
version_requirements: *70236222094000
|
39
40
|
description: A git porcelain for pair programming. Changes git-config's user.name
|
40
41
|
and user.email settings so you can commit as more than one author.
|
41
42
|
email: dev@mynewsdesk.com
|