git-lint 3.0.0 → 3.0.1
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
- checksums.yaml.gz.sig +0 -0
- data/README.adoc +6 -24
- data/lib/git/lint/cli/parsers/core.rb +1 -1
- data/lib/git/lint/cli/shell.rb +1 -1
- data/lib/git/lint/identity.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +4 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7886097132bf6a5627c526ea9bfcdda2a0df4d539e3f2acda8ba812a058398cb
|
|
4
|
+
data.tar.gz: 0adf2e810efbc502f22f91a4914637fd6de9baa72fb7aeda7b17d00c321e31e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb14bca2ba5e986a95c3c67047fd3d48edfc89399444ef38a4b584954e9e563e25058632f2eaddee6262d5cbdb9304404c1c0a05b8882f0d6c98ee6b5e8b1378
|
|
7
|
+
data.tar.gz: 34717c32571e3da9d4361413a4f16eb945b2d369f57dfbe36f2f875f6615471a8ca07ae42a7a5caf54507bdd2df568b4b258be08539e994145d3e94ce655b68e
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/README.adoc
CHANGED
|
@@ -1005,35 +1005,17 @@ To test, run:
|
|
|
1005
1005
|
bundle exec rake
|
|
1006
1006
|
----
|
|
1007
1007
|
|
|
1008
|
-
==
|
|
1008
|
+
== link:https://www.alchemists.io/policies/license[License]
|
|
1009
1009
|
|
|
1010
|
-
|
|
1010
|
+
== link:https://www.alchemists.io/policies/security[Security]
|
|
1011
1011
|
|
|
1012
|
-
|
|
1013
|
-
* Minor (x.Y.z) - Incremented for new, backwards compatible, public API enhancements/fixes.
|
|
1014
|
-
* Patch (x.y.Z) - Incremented for small, backwards compatible, bug fixes.
|
|
1012
|
+
== link:https://www.alchemists.io/policies/code_of_conduct[Code of Conduct]
|
|
1015
1013
|
|
|
1016
|
-
==
|
|
1014
|
+
== link:https://www.alchemists.io/policies/contributions[Contributions]
|
|
1017
1015
|
|
|
1018
|
-
|
|
1019
|
-
participating in this project you agree to abide by its terms.
|
|
1016
|
+
== link:https://www.alchemists.io/projects/git-lint/versions[Versions]
|
|
1020
1017
|
|
|
1021
|
-
==
|
|
1022
|
-
|
|
1023
|
-
Read link:CONTRIBUTING.adoc[CONTRIBUTING] for details.
|
|
1024
|
-
|
|
1025
|
-
== Community
|
|
1026
|
-
|
|
1027
|
-
Feel free to link:https://www.alchemists.io/community[join the commmunity] for discussions related
|
|
1028
|
-
to this project and much more.
|
|
1029
|
-
|
|
1030
|
-
== License
|
|
1031
|
-
|
|
1032
|
-
Read link:LICENSE.adoc[LICENSE] for details.
|
|
1033
|
-
|
|
1034
|
-
== Changes
|
|
1035
|
-
|
|
1036
|
-
Read link:CHANGES.adoc[CHANGES] for details.
|
|
1018
|
+
== link:https://www.alchemists.io/community[Community]
|
|
1037
1019
|
|
|
1038
1020
|
== Credits
|
|
1039
1021
|
|
data/lib/git/lint/cli/shell.rb
CHANGED
|
@@ -34,7 +34,7 @@ module Git
|
|
|
34
34
|
in action_analyze: true, analyze_sha: String => sha then analyze_commit sha
|
|
35
35
|
in action_config: Symbol => action then config action
|
|
36
36
|
in action_hook: Pathname => path then hook path
|
|
37
|
-
in action_version:
|
|
37
|
+
in action_version: true then logger.info Identity::VERSION_LABEL
|
|
38
38
|
else usage
|
|
39
39
|
end
|
|
40
40
|
end
|
data/lib/git/lint/identity.rb
CHANGED
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: 3.0.
|
|
4
|
+
version: 3.0.1
|
|
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:
|
|
31
|
+
date: 2022-01-01 00:00:00.000000000 Z
|
|
32
32
|
dependencies:
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: dry-container
|
|
@@ -193,7 +193,7 @@ licenses:
|
|
|
193
193
|
- Hippocratic-3.0
|
|
194
194
|
metadata:
|
|
195
195
|
bug_tracker_uri: https://github.com/bkuhlmann/git-lint/issues
|
|
196
|
-
changelog_uri: https://www.alchemists.io/projects/git-lint/
|
|
196
|
+
changelog_uri: https://www.alchemists.io/projects/git-lint/versions
|
|
197
197
|
documentation_uri: https://www.alchemists.io/projects/git-lint
|
|
198
198
|
rubygems_mfa_required: 'true'
|
|
199
199
|
source_code_uri: https://github.com/bkuhlmann/git-lint
|
|
@@ -212,7 +212,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
212
212
|
- !ruby/object:Gem::Version
|
|
213
213
|
version: '0'
|
|
214
214
|
requirements: []
|
|
215
|
-
rubygems_version: 3.3.
|
|
215
|
+
rubygems_version: 3.3.4
|
|
216
216
|
signing_key:
|
|
217
217
|
specification_version: 4
|
|
218
218
|
summary: A command line interface for linting Git commits.
|
metadata.gz.sig
CHANGED
|
Binary file
|