ggsm 1.8.4 → 1.8.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4c53cbac2bf8780ac4be8c1266438730bfe9b6ae
4
- data.tar.gz: 6ae89e3da3194a3e2388e96d29d4ce1549fe8881
3
+ metadata.gz: b8c33a9dea49e9c1ea75d460b5c88319cd218585
4
+ data.tar.gz: c42c5835dfcf5271681f87f0e10b4c7a4a70ce91
5
5
  SHA512:
6
- metadata.gz: 26bd98b57243675d6d2b886d144816f64a421f2518a6c2b5f756fecc3c6303eb538b7eca0f6bf75a53be19c3081c620ef06052b898172e7002d50dbcd2345244
7
- data.tar.gz: 755cfebcc47bb508fdc0451b4bf3c04040031df9fd0f65cd951491e8d0a4217339da2b3b7c9ba7d5a0c3b81bbd6f290dbd4a43aa5cc4c102548cd207d7e48e42
6
+ metadata.gz: 4774dcea138c72d5aa5a9facea144d0fe21a47b866c5e7981f9149b57f4f3d93bc4712813d120218454127520582bf838991d48ff328b1db3341343a0c551783
7
+ data.tar.gz: b330e57cffeb4c68784bddefc77d0beecd1f084f20786efcfcfa115a27fd91ff08e886fa95fdb0ddbe65d9d92f7bd530b60361e9bc32fe20196d79d129a6ecb9
@@ -79,7 +79,7 @@ module GGSM
79
79
  current_branch_head_commit = get_head_commit("origin/#{@@current_branch}").chomp
80
80
 
81
81
  if current_branch_head_commit!="origin/#{@@current_branch}" && # 判断远程分支是否存在
82
- current_branch_head_commit != get_head_commit("origin/#{@@target_branch}")
82
+ get_head_commit("origin/#{@@current_branch}") != get_head_commit("origin/#{@@target_branch}")
83
83
  # origin git@git.souche.com:Destiny_Android/Destiny_Android.git (push)
84
84
  # origin http://git.souche.com/Destiny_Android/Mine.git (push)
85
85
  result = `git remote -v | grep push`
data/lib/ggsm/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module GGSM
2
- VERSION = '1.8.4'
2
+ VERSION = '1.8.5'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ggsm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.4
4
+ version: 1.8.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - YoKey
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-04 00:00:00.000000000 Z
11
+ date: 2017-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler