gitscape 1.5.2.1 → 1.5.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.
@@ -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