gitlab_git 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/gitlab_git.rb +9 -9
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ebc1cee0bc0da6849ff4478d3cee6b2fa682bd5
|
4
|
+
data.tar.gz: e8045557695439ad9bcbee5c995f1f7d849980e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0b92618fc978892b8aa0151aa92cc0cd8bda29c606ec2fc8d073df306fc42be37752a09cce9b52415780ffa4cdf00f7e63417990aa5311a9c0673ee96786b102
|
7
|
+
data.tar.gz: d8e5aaefc1720e67e118a663e4ee6a905d3df356a60533f91d89be136f6161f6318c308759d2a3cb5f6a7fc562c20e75d79dc20c0fb91b32ea8a76e5179062e0
|
data/lib/gitlab_git.rb
CHANGED
@@ -6,12 +6,12 @@ require 'linguist'
|
|
6
6
|
require 'active_support/core_ext/hash/keys'
|
7
7
|
|
8
8
|
# Gitlab::Git
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
9
|
+
require_relative "gitlab_git/popen"
|
10
|
+
require_relative "gitlab_git/blame"
|
11
|
+
require_relative "gitlab_git/blob"
|
12
|
+
require_relative "gitlab_git/commit"
|
13
|
+
require_relative "gitlab_git/compare"
|
14
|
+
require_relative "gitlab_git/diff"
|
15
|
+
require_relative "gitlab_git/repository"
|
16
|
+
require_relative "gitlab_git/stats"
|
17
|
+
require_relative "gitlab_git/tree"
|
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: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dmitriy Zaporozhets
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-04-
|
11
|
+
date: 2013-04-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: github-linguist
|