git-lint 3.0.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c2059ee0fcb8ba35c1b7a5954889073194ecdab5fa9083010801501c1db599fb
4
- data.tar.gz: ae17d7f572abbab27c8f7cd3e71524574019aa5923d4a9c1aad95116dc73af50
3
+ metadata.gz: 7886097132bf6a5627c526ea9bfcdda2a0df4d539e3f2acda8ba812a058398cb
4
+ data.tar.gz: 0adf2e810efbc502f22f91a4914637fd6de9baa72fb7aeda7b17d00c321e31e1
5
5
  SHA512:
6
- metadata.gz: f888c4f9de1657f80d0686799763e1d6e4aaa104afadf62f792e6cc843cf4944a24af87ebb64c3a43aa485f598619d7415b66dc57afb1573e737e8b000beb73d
7
- data.tar.gz: b0f06b649c9808095c2b8ce1ff401e3571c3656bb14c5c048e5327e4b3c1cfdf1dc174b370ad71442737f614baa6169a02042631edd8a1c43ead0a10429344de
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
- == Versioning
1008
+ == link:https://www.alchemists.io/policies/license[License]
1009
1009
 
1010
- Read link:https://semver.org[Semantic Versioning] for details. Briefly, it means:
1010
+ == link:https://www.alchemists.io/policies/security[Security]
1011
1011
 
1012
- * Major (X.y.z) - Incremented for any backwards incompatible public API changes.
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
- == Code of Conduct
1014
+ == link:https://www.alchemists.io/policies/contributions[Contributions]
1017
1015
 
1018
- Please note that this project is released with a link:CODE_OF_CONDUCT.adoc[CODE OF CONDUCT]. By
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
- == Contributions
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
 
@@ -56,7 +56,7 @@ module Git
56
56
 
57
57
  def add_version
58
58
  client.on "-v", "--version", "Show gem version." do
59
- configuration.merge! action_version: Identity::VERSION_LABEL
59
+ configuration.merge! action_version: true
60
60
  end
61
61
  end
62
62
 
@@ -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: String => version then logger.info version
37
+ in action_version: true then logger.info Identity::VERSION_LABEL
38
38
  else usage
39
39
  end
40
40
  end
@@ -6,7 +6,7 @@ module Git
6
6
  module Identity
7
7
  NAME = "git-lint"
8
8
  LABEL = "Git Lint"
9
- VERSION = "3.0.0"
9
+ VERSION = "3.0.1"
10
10
  VERSION_LABEL = "#{LABEL} #{VERSION}".freeze
11
11
  SUMMARY = "A command line interface for linting Git commits."
12
12
  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: 3.0.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: 2021-12-27 00:00:00.000000000 Z
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/changes.html
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.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