webmat-git_remote_branch 0.2.3 → 0.2.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/TODO +1 -0
  2. data/lib/git_remote_branch.rb +1 -1
  3. metadata +1 -1
data/TODO CHANGED
@@ -1,4 +1,5 @@
1
1
  - tests :-)
2
+ - displaying help shouldn't need grb to execute in a git working dir...
2
3
  - better exit status behavior
3
4
  - Add verification if remote delete didn't work
4
5
  - New functionality:
@@ -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: webmat-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