gitlab_git 7.0.0.rc13 → 7.0.0.rc14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/gitlab_git/blame.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f3cf5080130d02af367a03688fd7532df357b2b8
|
4
|
+
data.tar.gz: 4ff124240753faadb7c136936920463e0544afcb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c4fdac70760182bb518663fd0c9382cdfa77316363444238bb403efe9828fd7e1f95e568c0b3b0ac9c23a23ad76fb1173295acd63e727665365f4864a8782f60
|
7
|
+
data.tar.gz: 0e357a87c45dd3ad9a186c371f72ae5c7b2385c910d9680d465763aefe477dc7ddeeacfc0247dd8a72d4d568f4bc059c71feb8e82e680459ec67082720ec09f4
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
7.0.0.
|
1
|
+
7.0.0.rc14
|
data/lib/gitlab_git/blame.rb
CHANGED
@@ -4,7 +4,7 @@ module Gitlab
|
|
4
4
|
|
5
5
|
def initialize(repository, sha, path)
|
6
6
|
@repo = repository.rugged
|
7
|
-
@blame = Rugged::Blame.new(@repo, path)
|
7
|
+
@blame = Rugged::Blame.new(@repo, path, { :newest_commit => sha })
|
8
8
|
@blob = @repo.blob_at(sha, path)
|
9
9
|
@lines = @blob.content.split("\n")
|
10
10
|
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.0.0.
|
4
|
+
version: 7.0.0.rc14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dmitriy Zaporozhets
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-01-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gitlab-linguist
|
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
108
108
|
version: 1.3.1
|
109
109
|
requirements: []
|
110
110
|
rubyforge_project:
|
111
|
-
rubygems_version: 2.
|
111
|
+
rubygems_version: 2.4.3
|
112
112
|
signing_key:
|
113
113
|
specification_version: 4
|
114
114
|
summary: Gitlab::Git library
|