gitscape 1.5.3 → 1.5.4

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.
Files changed (3) hide show
  1. data/bin/gitscape +1 -0
  2. data/lib/gitscape/version.rb +1 -1
  3. metadata +2 -2
data/bin/gitscape CHANGED
@@ -65,6 +65,7 @@ else
65
65
  hotfix_branch = ARGV[1]
66
66
  Gitscape::Base.new.hotfix_start hotfix_branch, options
67
67
  when "hotfix_finish"
68
+ hotfix_branch = ARGV[1]
68
69
  Gitscape::Base.new.hotfix_finish hotfix_branch, options
69
70
  when "release_start"
70
71
  Gitscape::Base.new.release_start options
@@ -1,3 +1,3 @@
1
1
  module Gitscape
2
- VERSION = '1.5.3'
2
+ VERSION = '1.5.4'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 5
8
- - 3
9
- version: 1.5.3
8
+ - 4
9
+ version: 1.5.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jon Botelho