gitscape 1.5.2.1 → 1.5.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -49,7 +49,7 @@ class Gitscape::Base
49
49
  end
50
50
 
51
51
  def current_branch_name
52
- toRet = `git status --porcelain -b`.scan(/## (.*)/).flatten[0]
52
+ toRet = `git branch`.scan(/\* (.*)$/).flatten[0]
53
53
  toRet
54
54
  end
55
55
 
@@ -1,3 +1,3 @@
1
1
  module Gitscape
2
- VERSION = '1.5.2.1'
2
+ VERSION = '1.5.3'
3
3
  end
metadata CHANGED
@@ -5,9 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 5
8
- - 2
9
- - 1
10
- version: 1.5.2.1
8
+ - 3
9
+ version: 1.5.3
11
10
  platform: ruby
12
11
  authors:
13
12
  - Jon Botelho