git_find_committer 0.1.4 → 0.1.5

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: 1a84a44db737f9f0bacf39d65c36072b19cc61b5
4
- data.tar.gz: 9c1c48e406be0af4cdd09cc406d7ade74b39ad60
3
+ metadata.gz: 83d612009d0cb10a48e4d6e00a75c5fe1eb2a6c9
4
+ data.tar.gz: a801f3c79a21af9d57f794a8083f71f28e7d69f0
5
5
  SHA512:
6
- metadata.gz: 54e2c82fe38aa365dbf5e6a51c1006b40b7a42c15a26d41653deccaec92f75c13059c7b719951546023debe255ba84452d804b11b664b8b10fa20e350f963d72
7
- data.tar.gz: 5c395320d23e5d92899bd6ec4cc946c1521fcba933ea450d5d8afbb7d48774c608158ce099c0267a654ae5876df97d4c4319623b2095ee4a5893f75418d22419
6
+ metadata.gz: 39af8981d8db9d7380a76ba15a92cfc5ab769843dfaf58e5330b02f19eda7ae847a6ea6eef85e57ecad55a6003b6c9f150b77f91ff743e4025f798a95a8ded2d
7
+ data.tar.gz: cd5240a95a51b295dfb155d66a9f0a96bdcc6d9ad64a7d11bc5a7c037640ee226a3a8cea1c416c03e683dee145a78615d663f561967b1bfccc26aa9761bee657
data/README.md CHANGED
@@ -2,7 +2,12 @@
2
2
 
3
3
  [![CircleCI](https://circleci.com/gh/shoyan/git_find_committer/tree/master.svg?style=svg)](https://circleci.com/gh/shoyan/git_find_committer/tree/master)
4
4
 
5
- The GitFindCommitter is a tool to find the committers as a target the modified file. As the name, look for the committers from the commit history of Git. For example, if you modify the hoge.rb and fuga.rb in fix branch. GitFindCommitter looks for a committer to target the hoge.rb and fuga.rb.
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
 
@@ -14,7 +14,7 @@ module GitFindCommitter
14
14
  end
15
15
 
16
16
  def pull_master
17
- `git pull origin master`
17
+ `cd #{@config.tmp_repo_path} && git pull origin master`
18
18
  self
19
19
  end
20
20
 
@@ -1,3 +1,3 @@
1
1
  module GitFindCommitter
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
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
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-10-24 00:00:00.000000000 Z
11
+ date: 2016-12-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler