git-lint 2.3.2 → 2.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2738d9812647c24090cf0465db57379709af0fd64c9c8aa474f7d68c2f7896f5
4
- data.tar.gz: f258c1a530ce3faf4f115feb2a108d021f09959eda092be58d92b75b8b5862d6
3
+ metadata.gz: 5ba6ef01971e64eb6557ab96a40ce3d654d1e5c67a6342e914fe23aff07ada79
4
+ data.tar.gz: 539ea126e206e06212b59a86349313c3e491854d3516d7f5fc27885551caf162
5
5
  SHA512:
6
- metadata.gz: 44551a125b11785cdadbb3d65e63c049e2a513704ebef7f21419c95b21c396ac8f2193bd7f2bf35d4f30469789236b793a3cd1f2a3554efc715b0ebcaa4621e4
7
- data.tar.gz: d6f8299c1c864fe7cfde0a692119b3bab8f1450ce89df534b76ac3c84d31cb54576cc2a45f300fdb8afd3cdfbd539f029aab88967e0bc7184ec9a4a0c8a01396
6
+ metadata.gz: 79e10c0fcc9b911744b29c978222db93e31ecb2e26a449d45ad7754c8a7cd2eb0bf39902b68689c01d434b7cc1938283ba33d1936611bdd447c62f0fa4e5dbf3
7
+ data.tar.gz: 2aa2cbd29e4c78718fe00cff4598dec1801dc8f784f8628bf13333480d9895512ab0c64841dcd01a850cfacf369d7d26f2d2ba15c27507de460323e565fa8d4f
checksums.yaml.gz.sig CHANGED
Binary file
data/README.adoc CHANGED
@@ -18,8 +18,11 @@ image::https://travis-ci.org/bkuhlmann/git-lint.svg?branch=main[Travis CI Status
18
18
  [link=https://app.netlify.com/sites/git-lint/deploys]
19
19
  image::https://api.netlify.com/api/v1/badges/7e23b422-3412-4e7f-b654-65c0417a0b1f/deploy-status[Netlify CI Status]
20
20
 
21
- A command line interface for linting Git commits. Ensures you maintain a clean, easy to read,
22
- debuggable, and maintainable project history.
21
+ Git Lint is a command line interface for linting Git commits by ensuring you maintain a clean, easy
22
+ to read, debuggable, and maintainable project history. Having a consistent commit history leads to
23
+ improved code reviews and is a perfect companion to tools like
24
+ link:https://www.alchemists.io/projects/milestoner[Milestoner] for versioning and producing
25
+ automated release notes of your deploys.
23
26
 
24
27
  toc::[]
25
28
 
@@ -902,8 +905,9 @@ worth considering:
902
905
  Submodules can accomplish.
903
906
  * Avoid using link:https://git-lfs.github.com[Git LFS] for tracking binary artifacts/resources.
904
907
  These files are not meant for version control and lead to large repositories that are time
905
- consuming to clone/deploy. Use storage managers, like link:https://aws.amazon.com/s3[Amazon S3]
906
- for example, that are better suited for binary assets that don't change often.
908
+ consuming to clone/deploy. Use storage managers, like link:https://aws.amazon.com/s3[Amazon S3] or
909
+ link:https://lakefs.io[LakeFS] for example, that are better suited for binary assets that don't
910
+ change often.
907
911
 
908
912
  === Security
909
913
 
@@ -6,8 +6,8 @@ module Git
6
6
  module Identity
7
7
  NAME = "git-lint"
8
8
  LABEL = "Git Lint"
9
- VERSION = "2.3.2"
10
- VERSION_LABEL = "#{LABEL} #{VERSION}"
9
+ VERSION = "2.3.3"
10
+ VERSION_LABEL = "#{LABEL} #{VERSION}".freeze
11
11
  end
12
12
  end
13
13
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-lint
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.2
4
+ version: 2.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
@@ -28,7 +28,7 @@ cert_chain:
28
28
  lkHilIrX69jq8wMPpBhlaw2mRmeSL50Wv5u6xVBvOHhXFSP1crXM95vfLhLyRYod
29
29
  W2A=
30
30
  -----END CERTIFICATE-----
31
- date: 2021-08-09 00:00:00.000000000 Z
31
+ date: 2021-09-06 00:00:00.000000000 Z
32
32
  dependencies:
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: git_plus
@@ -186,7 +186,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
186
186
  - !ruby/object:Gem::Version
187
187
  version: '0'
188
188
  requirements: []
189
- rubygems_version: 3.2.25
189
+ rubygems_version: 3.2.27
190
190
  signing_key:
191
191
  specification_version: 4
192
192
  summary: A command line interface for linting Git commits.
metadata.gz.sig CHANGED
Binary file