git-commit-autouser 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/git_commit_autouser/config.rb +2 -2
- data/lib/git_commit_autouser/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2670e53e5407a1820582f6843f45d7e4a2f9ab89
|
4
|
+
data.tar.gz: 807765fc3f48b2349ffdb2ab90c36e36df294b41
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f1637e472970d91f41ede1a987f8c533816e7157663416feb41106bec0892d0cfbc0bdd88191a789d54a4da838540bac7583592315b3b7d29bae2a348459aa70
|
7
|
+
data.tar.gz: 3e0887e341d7df8605d695e45f0eb318e3774e93df49c18111715bcea19761f8489e9ee4c002930cf35eb4fd2a6620a61961e7a6e8aeecbc39a90a8899b15a9e
|
@@ -18,8 +18,8 @@ module GitCommitAutouser
|
|
18
18
|
u.url_regexp = Regexp.new(c["url-regexp"])
|
19
19
|
u.name = c["name"]
|
20
20
|
u.email = c["email"]
|
21
|
-
if c["
|
22
|
-
u.hub_config = File.expand_path(c["
|
21
|
+
if c["hub-config"]
|
22
|
+
u.hub_config = File.expand_path(c["hub-config"])
|
23
23
|
end
|
24
24
|
end
|
25
25
|
end
|