git_find_committer 0.1.4 → 0.1.5
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 +4 -4
- data/README.md +6 -1
- data/lib/git_find_committer/repository.rb +1 -1
- data/lib/git_find_committer/version.rb +1 -1
- 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: 83d612009d0cb10a48e4d6e00a75c5fe1eb2a6c9
|
|
4
|
+
data.tar.gz: a801f3c79a21af9d57f794a8083f71f28e7d69f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 39af8981d8db9d7380a76ba15a92cfc5ab769843dfaf58e5330b02f19eda7ae847a6ea6eef85e57ecad55a6003b6c9f150b77f91ff743e4025f798a95a8ded2d
|
|
7
|
+
data.tar.gz: cd5240a95a51b295dfb155d66a9f0a96bdcc6d9ad64a7d11bc5a7c037640ee226a3a8cea1c416c03e683dee145a78615d663f561967b1bfccc26aa9761bee657
|
data/README.md
CHANGED
|
@@ -2,7 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://circleci.com/gh/shoyan/git_find_committer/tree/master)
|
|
4
4
|
|
|
5
|
-
The
|
|
5
|
+
The git_find_commiter is a tool to seek committers from the commit history of git.
|
|
6
|
+
This tool will help the code review your team.
|
|
7
|
+
|
|
8
|
+
In Japanese.
|
|
9
|
+
|
|
10
|
+
* http://48n.jp/blog/2016/07/25/introduce-to-git-find-committer/
|
|
6
11
|
|
|
7
12
|
## Installation
|
|
8
13
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: git_find_committer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shohei Yamasaki
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-12-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|