gitlab_git 7.1.8 → 7.1.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 99396c6aaf92fbdf99414c8d5b2a9de2aecf3dbc
4
- data.tar.gz: c616b82b92ce22b1ccdd5ddf321e432b3e8e2d44
3
+ metadata.gz: b1a60ba36fe426b15352fa6b00d21c7d51267ff0
4
+ data.tar.gz: 340cf0a4dd103cc15b0cd78a32116ffb7bf22419
5
5
  SHA512:
6
- metadata.gz: 428ab48b680078fadaf19078b35bec67582f66bcd15b0c2e4d01624c026da80b36f2f0b8b75e95a0f7774c727fe59af2ff5df7c9ea641c4a28fb1aeba6b4b11e
7
- data.tar.gz: fe7c5b8eff0024bbb9b05bee65d009113efcbab2da5a9e9fe824de131a6475afcf6c1b56581a8e26312021de886bad99380fb9c4aa5169ba950ff049ec37b08a
6
+ metadata.gz: 6fac11c60f8d1fd2ef0cd61a9b320f56aaed593766353c31e7c3529d6ac65f8d18100d5b8ce9be8038b0dbcd2386a2de6bd1784550c36e721c0fdcc281d32060
7
+ data.tar.gz: d32bb7ab2116124f4e51cf4809672a1d746b18fb3803394698ba9cf7e5ba042ba84623bcaf1194b2624d433713e595314c92621e7d700232667a218eedef7fc5
data/VERSION CHANGED
@@ -1 +1 @@
1
- 7.1.8
1
+ 7.1.9
@@ -19,7 +19,7 @@ module Gitlab
19
19
  @cmd_status = wait_thr.value.exitstatus
20
20
  end
21
21
 
22
- return @cmd_output, @cmd_status
22
+ [@cmd_output, @cmd_status]
23
23
  end
24
24
  end
25
25
  end
@@ -786,6 +786,7 @@ module Gitlab
786
786
  else
787
787
  next unless results[current]
788
788
  match_data = txt.match(/(\w+)\s*=\s*(.*)/)
789
+ next unless match_data
789
790
  results[current][match_data[1]] = match_data[2]
790
791
 
791
792
  if match_data[1] == "path"
@@ -853,7 +854,7 @@ module Gitlab
853
854
 
854
855
  if commit.parents.empty?
855
856
  # This is the root commit, return true if it has +path+ in its tree
856
- return entry != nil
857
+ return !entry.nil?
857
858
  end
858
859
 
859
860
  num_treesame = 0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab_git
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.1.8
4
+ version: 7.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitriy Zaporozhets
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-07 00:00:00.000000000 Z
11
+ date: 2015-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gitlab-linguist