git-topic 0.2.3.2 → 0.2.3.3
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.
- data/VERSION.yml +1 -1
- data/bin/git-topic-completion +1 -2
- metadata +3 -3
data/VERSION.yml
CHANGED
data/bin/git-topic-completion
CHANGED
|
@@ -26,9 +26,8 @@ module GitTopic::Completion
|
|
|
26
26
|
|
|
27
27
|
def my_reject_review_and_all_wip_branches
|
|
28
28
|
branches.map do |b|
|
|
29
|
-
b =~ %r{^(wip)/#{user}/(.*)} ||
|
|
30
29
|
b =~ %r{^remotes/origin/(rejected)/#{user}/(.*)} ||
|
|
31
|
-
b =~ %r{^remotes/origin/(review)/#{user}/(.*)}
|
|
30
|
+
b =~ %r{^remotes/origin/(review)/#{user}/(.*)} ||
|
|
32
31
|
b =~ %r{^remotes/origin/(wip)/(\S*?)/(.*)}
|
|
33
32
|
suggestion = [$1,($2 unless $2 == user), $3].compact.join("/")
|
|
34
33
|
suggestion unless suggestion.strip.empty?
|
metadata
CHANGED
|
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
|
|
|
6
6
|
- 0
|
|
7
7
|
- 2
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.3.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.2.3.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- David J. Hamilton
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-07-
|
|
18
|
+
date: 2010-07-30 00:00:00 -07:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|