capita_git 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/capita_git/cli.rb +1 -1
- data/lib/capita_git/version.rb +1 -1
- metadata +25 -18
data/lib/capita_git/cli.rb
CHANGED
@@ -165,7 +165,7 @@ module CapitaGit
|
|
165
165
|
def install_autocomplete
|
166
166
|
root = File.expand_path("../../", __FILE__)
|
167
167
|
system "cp #{root}/bash_completion.txt ~/.gitc_completion"
|
168
|
-
system "if grep -q 'gitc_completion' ~/.bashrc; then echo 'Done'; else echo '. .gitc_completion' >> ~/.bashrc; . ~/.gitc_completion; fi"
|
168
|
+
system "if grep -q 'gitc_completion' ~/.bashrc; then echo 'Done'; else echo -e '\n. .gitc_completion' >> ~/.bashrc; . ~/.gitc_completion; fi"
|
169
169
|
end
|
170
170
|
|
171
171
|
desc "publish", "Published a local branch to origin"
|
data/lib/capita_git/version.rb
CHANGED
metadata
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capita_git
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
4
|
+
hash: 21
|
5
|
+
prerelease:
|
5
6
|
segments:
|
6
7
|
- 0
|
7
8
|
- 1
|
8
|
-
-
|
9
|
-
version: 0.1.
|
9
|
+
- 7
|
10
|
+
version: 0.1.7
|
10
11
|
platform: ruby
|
11
12
|
authors:
|
12
13
|
- Sebastian Georgi
|
@@ -15,7 +16,7 @@ autorequire:
|
|
15
16
|
bindir: bin
|
16
17
|
cert_chain: []
|
17
18
|
|
18
|
-
date: 2011-
|
19
|
+
date: 2011-06-07 00:00:00 +02:00
|
19
20
|
default_executable:
|
20
21
|
dependencies:
|
21
22
|
- !ruby/object:Gem::Dependency
|
@@ -26,6 +27,7 @@ dependencies:
|
|
26
27
|
requirements:
|
27
28
|
- - ">="
|
28
29
|
- !ruby/object:Gem::Version
|
30
|
+
hash: 21
|
29
31
|
segments:
|
30
32
|
- 1
|
31
33
|
- 2
|
@@ -41,6 +43,7 @@ dependencies:
|
|
41
43
|
requirements:
|
42
44
|
- - ">="
|
43
45
|
- !ruby/object:Gem::Version
|
46
|
+
hash: 43
|
44
47
|
segments:
|
45
48
|
- 0
|
46
49
|
- 14
|
@@ -56,6 +59,7 @@ dependencies:
|
|
56
59
|
requirements:
|
57
60
|
- - ">="
|
58
61
|
- !ruby/object:Gem::Version
|
62
|
+
hash: 5
|
59
63
|
segments:
|
60
64
|
- 0
|
61
65
|
- 7
|
@@ -71,6 +75,7 @@ dependencies:
|
|
71
75
|
requirements:
|
72
76
|
- - ">="
|
73
77
|
- !ruby/object:Gem::Version
|
78
|
+
hash: 35
|
74
79
|
segments:
|
75
80
|
- 2
|
76
81
|
- 11
|
@@ -86,6 +91,7 @@ dependencies:
|
|
86
91
|
requirements:
|
87
92
|
- - ">="
|
88
93
|
- !ruby/object:Gem::Version
|
94
|
+
hash: 3
|
89
95
|
segments:
|
90
96
|
- 0
|
91
97
|
version: "0"
|
@@ -99,6 +105,7 @@ dependencies:
|
|
99
105
|
requirements:
|
100
106
|
- - ">="
|
101
107
|
- !ruby/object:Gem::Version
|
108
|
+
hash: 3
|
102
109
|
segments:
|
103
110
|
- 0
|
104
111
|
version: "0"
|
@@ -138,20 +145,20 @@ files:
|
|
138
145
|
- test/cli_test.rb
|
139
146
|
- test/shoulda_macros.rb
|
140
147
|
- test/test_helper.rb
|
141
|
-
- lib/capita_git/man/gitc
|
142
|
-
- lib/capita_git/man/gitc-backport
|
143
|
-
- lib/capita_git/man/gitc-backport.txt
|
144
|
-
- lib/capita_git/man/gitc-check
|
145
|
-
- lib/capita_git/man/gitc-check.txt
|
146
148
|
- lib/capita_git/man/gitc-close
|
147
|
-
- lib/capita_git/man/gitc
|
149
|
+
- lib/capita_git/man/gitc
|
148
150
|
- lib/capita_git/man/gitc-create
|
149
|
-
- lib/capita_git/man/gitc-create.txt
|
150
151
|
- lib/capita_git/man/gitc-install_autocomplete
|
151
|
-
- lib/capita_git/man/gitc-install_autocomplete.txt
|
152
|
-
- lib/capita_git/man/gitc-update
|
153
152
|
- lib/capita_git/man/gitc-update.txt
|
153
|
+
- lib/capita_git/man/gitc-create.txt
|
154
|
+
- lib/capita_git/man/gitc-close.txt
|
155
|
+
- lib/capita_git/man/gitc-check.txt
|
156
|
+
- lib/capita_git/man/gitc-check
|
157
|
+
- lib/capita_git/man/gitc-backport
|
158
|
+
- lib/capita_git/man/gitc-install_autocomplete.txt
|
154
159
|
- lib/capita_git/man/gitc.txt
|
160
|
+
- lib/capita_git/man/gitc-update
|
161
|
+
- lib/capita_git/man/gitc-backport.txt
|
155
162
|
has_rdoc: true
|
156
163
|
homepage: https://github.com/capita/capita_git
|
157
164
|
licenses: []
|
@@ -166,6 +173,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
166
173
|
requirements:
|
167
174
|
- - ">="
|
168
175
|
- !ruby/object:Gem::Version
|
176
|
+
hash: 3
|
169
177
|
segments:
|
170
178
|
- 0
|
171
179
|
version: "0"
|
@@ -174,17 +182,16 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
174
182
|
requirements:
|
175
183
|
- - ">="
|
176
184
|
- !ruby/object:Gem::Version
|
185
|
+
hash: 3
|
177
186
|
segments:
|
178
187
|
- 0
|
179
188
|
version: "0"
|
180
189
|
requirements: []
|
181
190
|
|
182
191
|
rubyforge_project: capita_git
|
183
|
-
rubygems_version: 1.
|
192
|
+
rubygems_version: 1.5.0
|
184
193
|
signing_key:
|
185
194
|
specification_version: 3
|
186
195
|
summary: Git-automation tool for quick handling of common patterns for feature and fix branches
|
187
|
-
test_files:
|
188
|
-
|
189
|
-
- test/shoulda_macros.rb
|
190
|
-
- test/test_helper.rb
|
196
|
+
test_files: []
|
197
|
+
|