pullermann 1.0.5 → 1.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/pullermann/pullermann.rb +1 -1
- metadata +2 -2
@@ -176,7 +176,7 @@ class Pullermann
|
|
176
176
|
# FIXME: Use cheetah to pipe to @log.debug instead of that /dev/null hack.
|
177
177
|
@log.info 'Switching back to original branch.'
|
178
178
|
# FIXME: For branches other than master, remember the original branch.
|
179
|
-
`git
|
179
|
+
`git checkout master &> /dev/null`
|
180
180
|
end
|
181
181
|
|
182
182
|
# Analyze old comment to see whether it was a successful or a failing one.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pullermann
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.6
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2012-06-
|
14
|
+
date: 2012-06-22 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: octokit
|