gitlab_git 10.4.5 → 10.4.6

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: 659c37feceb510d64d5999ef89652c7d49248bd3
4
- data.tar.gz: 6445e200d34d60898efa5ecc5f89e81894c7634b
3
+ metadata.gz: 88ca93647d3ec3b901eb406d48f7a0a82a117b73
4
+ data.tar.gz: e7c4a680134fecdd2c8fe43fc38b5d214737ac8c
5
5
  SHA512:
6
- metadata.gz: 81e7070a409ceb25c1fba13092e7969fe504a301a5bc6524578bc75cfaeb5490e43a8be4adb4454744a33137350b702a6ea5519f163d9024172ccc4cb8f1fa36
7
- data.tar.gz: 7d3ed29ffcf88e9232322f89c53e6d3d16d10cf60b7ede1c6fec227dd5509b0844d987a0d1452af6bc09f988c0c04c096fbb0adc5ed3f8a04fb2905cc9b5cb0b
6
+ metadata.gz: b305657df19fa137a7396a0752d05e9a501ca87fa8a7290e51e37b610ed4f50e3c06e869377d50e241d15fe8dcf61024ca25445d5e3bc0f2cba9a0f6fb12cad0
7
+ data.tar.gz: 0c9017062c70470954b1142313e3efe0cdcdebd36f12231029539a4e91b86ffb842cf138804e59e6e1531a0cde8fb0e20167f86439b809af7176583d7cdbeb0c
data/VERSION CHANGED
@@ -1 +1 @@
1
- 10.4.5
1
+ 10.4.6
@@ -287,15 +287,18 @@ module Gitlab
287
287
  end
288
288
 
289
289
  def init_from_rugged(commit)
290
+ author = commit.author
291
+ committer = commit.committer
292
+
290
293
  @raw_commit = commit
291
294
  @id = commit.oid
292
295
  @message = commit.message
293
- @authored_date = commit.author[:time]
294
- @committed_date = commit.committer[:time]
295
- @author_name = commit.author[:name]
296
- @author_email = commit.author[:email]
297
- @committer_name = commit.committer[:name]
298
- @committer_email = commit.committer[:email]
296
+ @authored_date = author[:time]
297
+ @committed_date = committer[:time]
298
+ @author_name = author[:name]
299
+ @author_email = author[:email]
300
+ @committer_name = committer[:name]
301
+ @committer_email = committer[:email]
299
302
  @parent_ids = commit.parents.map(&:oid)
300
303
  end
301
304
 
@@ -3,6 +3,7 @@ require_relative 'encoding_helper'
3
3
  require_relative 'path_helper'
4
4
  require 'forwardable'
5
5
  require 'tempfile'
6
+ require 'forwardable'
6
7
  require "rubygems/package"
7
8
 
8
9
  module Gitlab
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: 10.4.5
4
+ version: 10.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitriy Zaporozhets
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-05 00:00:00.000000000 Z
11
+ date: 2016-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: github-linguist
@@ -125,9 +125,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  version: '0'
126
126
  requirements: []
127
127
  rubyforge_project:
128
- rubygems_version: 2.5.1
128
+ rubygems_version: 2.4.8
129
129
  signing_key:
130
130
  specification_version: 4
131
131
  summary: Gitlab::Git library
132
132
  test_files: []
133
- has_rdoc: