Skip to content

Commit 5c49a7d

Browse files
committed
Update README to specify new gems (rugged and language_sniffer)
1 parent de8e981 commit 5c49a7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
## Functions
2323

24-
This gem will analyze every commit within a git repository using `git log` and [mojombo/grit](https://github.com/mojombo/grit). The following author statistics in relation to the git repository are collected and displayed:
24+
This gem will analyze every commit within a git repository using `git log` and [libgit2/rugged](https://github.com/libgit2/rugged). The following author statistics in relation to the git repository are collected and displayed:
2525

2626
* Total number of commits
2727
* Total number of merge commits
@@ -32,7 +32,7 @@ This gem will analyze every commit within a git repository using `git log` and [
3232
* Total file renames
3333
* Total file copies
3434

35-
This gem also uses [github/linguist](https://github.com/github/linguist) to determine the language of each individual file within commits. This augments the reported statistics by breaking down the author's statistics by languages.
35+
This gem also uses [grosser/language_sniffer](https://github.com/grosser/language_sniffer) to determine the language of each individual file within commits. This augments the reported statistics by breaking down the author's statistics by languages.
3636

3737
This gem also has the ability to save the acquired data into a JSON file (in either a compressed or pretty format). If a saved file is present for the repository you can use the gem to load the data from the file, thus saving time for re-displaying the statistics using a different set of display flags (what statistic to sort on, number of authors to show, consider merges, etc...). In the event that a repository updates with new commits the gem allows you to update the saved file with the new commits.
3838

0 commit comments

Comments
 (0)