git_agent 0.0.1 → 0.0.2
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 +2 -2
- data/bin/check_repo +0 -3
- data/lib/git_agent/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: d1bcd658d1e6069a9e308e0486cc29b96fab346c
|
4
|
+
data.tar.gz: 4e1a9d8a07feca793154908d786a9b27493f89e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b48df9f793b9e5f6ebf61e055d74c02b4a70e15ead8d22cdfc806a1920c42d343db40939c0d7828932d7dae80f7f8ed783a97f3e8e7f74fd2ae6d86f05dc06e
|
7
|
+
data.tar.gz: 19c3c9cd6a3121a3e22f8cb8a5299706885f84fcc1b7cc9de8e238680935659aad3a6f15b1d503723ca79ec9f2e95a4ab457c402171ef05886b46ee98f9d0846
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# GitAgent
|
2
2
|
|
3
|
-
|
3
|
+
Command line utility tool to minitor git repository. If it finds new commits, it will send you an email to notify the changes.
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
|
@@ -18,7 +18,7 @@ Or install it yourself as:
|
|
18
18
|
|
19
19
|
## Usage
|
20
20
|
|
21
|
-
|
21
|
+
check_repo -t git@github.com:ungsophy/git_agent.git -s foo@gmail.com -p 123123 -r bar@gmail.com -h https://github.com/ungsophy/git_agent
|
22
22
|
|
23
23
|
## Contributing
|
24
24
|
|
data/bin/check_repo
CHANGED
data/lib/git_agent/version.rb
CHANGED