git-headlines 0.0.2 → 0.0.3
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/lib/git-headlines.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '070691db8cfa2fefff8d43f6332fb2c7170340ac25e75a6dcafa8e88f00ef21f'
|
4
|
+
data.tar.gz: 201ec271c4759de749418ff91ab5b96fcc5ae2225ab01b2c8cbd8055b08fc269
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac9f98d70ac2704d1b38e1ab497874069ce500d5573b052eeb6eb334b2c1edb663913992996df3b5dd0f766925eb78a227f9834c1d321f01c2c4683fdb8070f7
|
7
|
+
data.tar.gz: c6ba81d33eb41a58d2acb02b7105db5c04d6a4a92bf6f74e3dd65b51670e527f0d5fa0b2d135f76331af76909207c39f8d9693e1207637dcae9cc40c126bec33
|
data/lib/git-headlines.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: git-headlines
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- vikdotdev
|
@@ -10,7 +10,8 @@ bindir: bin
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2019-12-14 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
13
|
+
description: Gem exposes `githl` binary that allows to perform line count / contributor
|
14
|
+
at current HEAD. Running on dirty working tree will produce git errors.
|
14
15
|
email: vikdotdev@gmail.com
|
15
16
|
executables:
|
16
17
|
- githl
|