gitlab_git 7.2.13 → 7.2.14

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: 952e2863d141545939ecfef1aea77a91c4bfbdf3
4
- data.tar.gz: 3a37e09ab8b050825f5700a419a90f8c742c8d13
3
+ metadata.gz: 22bc4c47e1a258187a410d36f3c2dffe0f3050d7
4
+ data.tar.gz: 37d23dc67e7a89e6278bb346a2359ce8619cd2f5
5
5
  SHA512:
6
- metadata.gz: 46f3cb2c2039e4dad740fdb5fa9b4b3b4e25887d06bf40d4112c6304f4ba9bd980ab096dd9172f97fe6af303058a8622051ef148115776d90c4338493ae66152
7
- data.tar.gz: 8615e089a40d3a29f0011048e8089ef27e5fdfc88c8af75ff923ae2677ce2fbb75c914fc331ef2cddf88a88721548e31b41bffff9d48dbddfd34ac2bbd443e81
6
+ metadata.gz: ec01d372f387f67a5e6df8f19262414f05590edc671e8615b85b92cfb04de7cccad3bd7bfb0eaf1ecb944730c61b2cb811a41574aaef5410f89c6b954bec713b
7
+ data.tar.gz: a059436ab41194d430a1a1f7a5ef0a79ca04c91d90a77aa72a9c6adcff4193e72e0f8d75d456ae968f8d977ff7074577caa1276237c7ea3e6b5552be21e9ed07
data/VERSION CHANGED
@@ -1 +1 @@
1
- 7.2.13
1
+ 7.2.14
@@ -842,11 +842,12 @@ module Gitlab
842
842
  next unless results[current]
843
843
  match_data = txt.match(/(\w+)\s*=\s*(.*)/)
844
844
  next unless match_data
845
- results[current][match_data[1]] = match_data[2]
845
+ target = match_data[2].chomp
846
+ results[current][match_data[1]] = target
846
847
 
847
848
  if match_data[1] == "path"
848
849
  begin
849
- results[current]["id"] = blob_content(commit, match_data[2])
850
+ results[current]["id"] = blob_content(commit, target)
850
851
  rescue InvalidBlobName
851
852
  results.delete(current)
852
853
  end
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.2.13
4
+ version: 7.2.14
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-08-13 00:00:00.000000000 Z
11
+ date: 2015-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gitlab-linguist