gitlab_git 7.2.16 → 7.2.17

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: daa2d5438dd2a2e2959f534bd5c10db4242e33f6
4
- data.tar.gz: 248b1adaf97a74b3063c8a166339863f1edd3f69
3
+ metadata.gz: 58b8aec1553a439911be1cd941d2b75d47560de2
4
+ data.tar.gz: 457518a82b5af18498f8d8d98967f88ad91e2979
5
5
  SHA512:
6
- metadata.gz: 1ff703e1846f8f4a809d68513e8094c6b4d60df7640aa8f0200420dde9699ad54ce0b7e8f8abb7ac2dee62fcbf487651c29d5a1cedef22223f45f8a207e90475
7
- data.tar.gz: 6fabf32d8fe88839448ce2999def99dc7f2e408523b30d3bfe4c288a8c1b5f4bbd26f0e02eceff99219aa23a3493f4f47cc50e7c442d83d87c031fc84b09d2c7
6
+ metadata.gz: ca462fb56f9c1dcde3629b60373d7803f568bdd22c43a86db8ae85808c7678857fe4a9af9690e6f080f694b54cda033cd41dff06577addc0114d82bab7544ec4
7
+ data.tar.gz: 6781c2579a1ca4b46423b5160980ff7f00bcf4a12f151a8206ac55bb9d2f7f7e6775cae0a94f1ebd6e89e909b81ddda491cca4969466901d8e810b4f3156391e
data/VERSION CHANGED
@@ -1 +1 @@
1
- 7.2.16
1
+ 7.2.17
data/lib/gitlab_git.rb CHANGED
@@ -3,6 +3,7 @@ require 'ostruct'
3
3
  require 'fileutils'
4
4
  require 'linguist'
5
5
  require 'active_support/core_ext/hash/keys'
6
+ require 'active_support/core_ext/object/blank'
6
7
  require 'active_support/core_ext/object/try'
7
8
  require 'rugged'
8
9
  require "charlock_holmes"
@@ -293,7 +293,7 @@ module Gitlab
293
293
  cmd += %W(--follow) if options[:follow]
294
294
  cmd += %W(--no-merges) if options[:skip_merges]
295
295
  cmd += [sha]
296
- cmd += %W(-- #{options[:path]}) if options[:path]
296
+ cmd += %W(-- #{options[:path]}) if options[:path].present?
297
297
 
298
298
  raw_output = IO.popen(cmd) {|io| io.read }
299
299
 
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.16
4
+ version: 7.2.17
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-09-29 00:00:00.000000000 Z
11
+ date: 2015-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gitlab-linguist