TicGit-ng 1.0.1 → 1.0.1.2
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.
- data/README.mkd +2 -0
- data/lib/ticgit-ng/base.rb +1 -1
- data/lib/ticgit-ng/version.rb +1 -1
- metadata +4 -3
data/README.mkd
CHANGED
|
@@ -395,6 +395,8 @@ This will create a pkg/ directory, which will contain a newly created ticgit-ng
|
|
|
395
395
|
|
|
396
396
|
More information on developing TicGit-ng and collaborating with other TicGit-ng developers at [here](https://github.com/jeffWelling/ticgit/wiki/Development)
|
|
397
397
|
|
|
398
|
+
More information on developing TicGit-ng and collaborating with other TicGit-ng developers at [here](https://github.com/jeffWelling/ticgit/wiki/Development)
|
|
399
|
+
|
|
398
400
|
### Alternatives ###
|
|
399
401
|
|
|
400
402
|
ditz
|
data/lib/ticgit-ng/base.rb
CHANGED
|
@@ -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
|
-
|
|
287
|
+
remote_branches.include?('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)
|
data/lib/ticgit-ng/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: TicGit-ng
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 95
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
9
|
- 1
|
|
10
|
-
|
|
10
|
+
- 2
|
|
11
|
+
version: 1.0.1.2
|
|
11
12
|
platform: ruby
|
|
12
13
|
authors:
|
|
13
14
|
- Scott Chacon
|
|
@@ -16,7 +17,7 @@ autorequire:
|
|
|
16
17
|
bindir: bin
|
|
17
18
|
cert_chain: []
|
|
18
19
|
|
|
19
|
-
date: 2011-02
|
|
20
|
+
date: 2011-03-02 00:00:00 -05:00
|
|
20
21
|
default_executable:
|
|
21
22
|
dependencies:
|
|
22
23
|
- !ruby/object:Gem::Dependency
|