File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ git repository's commit messages.
29
29
--since=<sn> Log since XY ago
30
30
--until=<un> Log until XY ago
31
31
--config=<file> Config file path
32
+
33
+ Readme:
34
+ https://github.com/arzzen/git-keyword-stats
32
35
33
36
34
37
# Example Output
Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ Options:
29
29
--until=<un> Log until XY ago
30
30
--config=<file> Config file path
31
31
32
+ Readme:
33
+ https://github.com/arzzen/git-keyword-stats
34
+
32
35
DOCOPT
33
36
begin
34
37
options = Docopt ::docopt doc
Original file line number Diff line number Diff line change 3
3
4
4
Gem ::Specification . new do |s |
5
5
s . name = 'git-keyword-stats'
6
- s . version = "1.0.2 "
6
+ s . version = "1.0.3 "
7
7
s . date = Time . now . strftime ( '%Y-%m-%d' )
8
8
9
9
s . authors = [ 'James Pearson' , 'Lukas Mestan' ]
You can’t perform that action at this time.
0 commit comments