git_remote_branch 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/git_remote_branch.rb +1 -1
  2. metadata +1 -1
@@ -7,7 +7,7 @@ $LOAD_PATH.unshift( grb_app_root + '/lib' )
7
7
  require 'param_reader'
8
8
 
9
9
  module GitRemoteBranch
10
- VERSION = '0.2.2'
10
+ VERSION = '0.2.4'
11
11
 
12
12
  COMMANDS = {
13
13
  :create => {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git_remote_branch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mathieu Martin