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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/git-headlines.rb +1 -1
  3. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2b0c5862fefde0cb4f1bf45fd06d8612300469ff7bf4821c725b6af1f40215fb
4
- data.tar.gz: 332a9a8a35b1f1c299c89e552d63710e6176ac2b6a7a30e450892478d3a194d4
3
+ metadata.gz: '070691db8cfa2fefff8d43f6332fb2c7170340ac25e75a6dcafa8e88f00ef21f'
4
+ data.tar.gz: 201ec271c4759de749418ff91ab5b96fcc5ae2225ab01b2c8cbd8055b08fc269
5
5
  SHA512:
6
- metadata.gz: a0243e987536a963d4aa7abf531ad465720249ca2e2325a6f48ebcb01b2e382575bff001b98734cec2f05ebf8992ae27befc939bca1bd9a1dbbe551056bcfc5d
7
- data.tar.gz: 21f695e0459d597001bf056eb453ccfd7ebf70bf19a79351d43e4fd99cc11d8f7a05edadb4da41682ccebeee5ddbcf3c1cfb9d246030bbf298e4cd701f1a21ae
6
+ metadata.gz: ac9f98d70ac2704d1b38e1ab497874069ce500d5573b052eeb6eb334b2c1edb663913992996df3b5dd0f766925eb78a227f9834c1d321f01c2c4683fdb8070f7
7
+ data.tar.gz: c6ba81d33eb41a58d2acb02b7105db5c04d6a4a92bf6f74e3dd65b51670e527f0d5fa0b2d135f76331af76909207c39f8d9693e1207637dcae9cc40c126bec33
data/lib/git-headlines.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'slop'
2
2
  require 'byebug'
3
3
 
4
- VERSION = '0.0.2'
4
+ VERSION = '0.0.3'
5
5
 
6
6
  class HeadLines
7
7
  def initialize
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.2
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