TicGit-ng 1.0.1.2 → 1.0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -284,7 +284,7 @@ module TicGitNG
284
284
  remote_branches=@git.branches.remote.map{|b|
285
285
  b.full.gsub('remotes/', '')[Regexp.new("^#{Regexp.escape(repo)}/.*")]
286
286
  }.compact
287
- remote_branches.include?('ticgit-ng') ? r_ticgit='ticgit-ng' : r_ticgit='ticgit'
287
+ remote_branches.include?("#{repo}/ticgit-ng") ? r_ticgit='ticgit-ng' : r_ticgit='ticgit'
288
288
  in_branch(false) do
289
289
  repo_g=git.remote(repo)
290
290
  git.pull(repo_g, repo+'/'+r_ticgit)
@@ -1,3 +1,3 @@
1
1
  module TicGitNG
2
- VERSION = '1.0.1.2'
2
+ VERSION = '1.0.1.3'
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: 95
4
+ hash: 93
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
9
  - 1
10
- - 2
11
- version: 1.0.1.2
10
+ - 3
11
+ version: 1.0.1.3
12
12
  platform: ruby
13
13
  authors:
14
14
  - Scott Chacon
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-03-02 00:00:00 -05:00
20
+ date: 2011-03-03 00:00:00 -05:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency