TicGit-ng 1.0.2.13 → 1.0.2.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,7 +29,7 @@ module TicGitNG
29
29
  if ARGV.length == 1 #ti assign
30
30
  tic_id=nil
31
31
  elsif ARGV.length == 2 #ti assign {ticid}
32
- tic_id=ARGV[2]
32
+ tic_id=ARGV[1]
33
33
  elsif ARGV.length == 3 #ti assign -u/-c {user/ticid}
34
34
  if options.user
35
35
  tic_id=nil
@@ -1,3 +1,3 @@
1
1
  module TicGitNG
2
- VERSION = '1.0.2.13'
2
+ VERSION = '1.0.2.14'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: TicGit-ng
3
3
  version: !ruby/object:Gem::Version
4
- hash: 77
4
+ hash: 75
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
9
  - 2
10
- - 13
11
- version: 1.0.2.13
10
+ - 14
11
+ version: 1.0.2.14
12
12
  platform: ruby
13
13
  authors:
14
14
  - Scott Chacon