git-lint 1.0.0 → 1.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: 4ea240069467c66adef23372741330ebd90180d3099cceb9c096ae9575eb4475
4
- data.tar.gz: 8bec2e0c1d7348ee5af25a11641c8bd02d3773c055151c52252a69d5c2706daf
3
+ metadata.gz: 41ebd28b9de6a2091463ebd909561803347a03806d4766b8f89427654e05f360
4
+ data.tar.gz: b361484f8086fd3e26a7e56ee7777a95efef5e721df3ea2d5a9b558834a67df2
5
5
  SHA512:
6
- metadata.gz: 33c49480b58f1e6b44d4246f8306b8d9ba0ce68ca4cc059fe19a403a1d08fd50370f45a917eba39dbe5bf664d1377d044c20155b86c763307bdbd725d1bb95da
7
- data.tar.gz: 598eb09a297689e9a930c01f46062fe9587fff7df02b430d74b69c9bd59af3e876a27e855b8d04cef3b4aec4ac8738a242797894a098c0bfcf28ee4a576d16c3
6
+ metadata.gz: 8c94de6e225fa83c24130ed0e8128d9ee9ca9aa9fdc2b5852d2055a637e9e57ab8dc410842a8921fb1b0ca0e6aa6d1570d582fe57d509518d30e41dd7098d5f5
7
+ data.tar.gz: 474f3f1c1755a9745cf44813ed5ebfea9befe656426d27c2004508a416235378b2cfd7f49358829efb9862224d3faa12d5fad618ddb81fed3532b534910d238e
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -2,7 +2,7 @@
2
2
  :toclevels: 5
3
3
  :figure-caption!:
4
4
 
5
- :git_rebase_workflow_link: link:https://www.alchemists.io/articles/git_commit_anatomy[Git Rebase Workflow]
5
+ :git_rebase_workflow_link: link:https://www.alchemists.io/articles/git_rebase[Git Rebase Workflow]
6
6
 
7
7
  = Git Lint
8
8
 
@@ -14,12 +14,12 @@ image::https://circleci.com/gh/bkuhlmann/git-lint.svg?style=svg[Circle CI Status
14
14
  [link=https://travis-ci.org/bkuhlmann/git-lint]
15
15
  image::https://travis-ci.org/bkuhlmann/git-lint.svg?branch=master[Travis CI Status]
16
16
  [link=https://app.netlify.com/sites/git-lint/deploys]
17
- image::https://api.netlify.com/api/v1/badges/d4a15c9c-46ba-49db-9f31-33f389ee3259/deploy-status[Netlify CI Status]
17
+ image::https://api.netlify.com/api/v1/badges/7e23b422-3412-4e7f-b654-65c0417a0b1f/deploy-status[Netlify CI Status]
18
18
 
19
19
  A command line interface for linting Git commits. Ensures you maintain a clean, easy to read,
20
20
  debuggable, and maintainable project history.
21
21
 
22
- *Git Lint is the offical port of the original Git Cop project that avoids references to violence or
22
+ *Git Lint is the official port of the original Git Cop project that avoids references to violence or
23
23
  violent terminology that might make anyone feel unwelcome. The name change was necessary in order to
24
24
  better support the link:https://blacklivesmatter.com[Black Lives Matter] and
25
25
  link:https://8cantwait.org[Defund Police] movements.*
@@ -37,11 +37,11 @@ toc::[]
37
37
  == Screencasts
38
38
 
39
39
  [link=https://www.alchemists.io/screencasts/git_lint]
40
- image::https://www.alchemists.io/images/screencasts/git_lint/cover-original.png[Screencast,role=focal_point]
40
+ image::https://www.alchemists.io/images/screencasts/git_lint/cover.svg[Screencast,600,240,role=focal_point]
41
41
 
42
42
  == Requirements
43
43
 
44
- . link:https://www.ruby-lang.org[Ruby 2.7.0] (or higher)
44
+ . link:https://www.ruby-lang.org[Ruby]
45
45
 
46
46
  == Setup
47
47
 
@@ -849,7 +849,7 @@ worth considering:
849
849
 
850
850
  === General
851
851
 
852
- * Use a {git_rebase_workflow_link} instead of a Git merge workflow.
852
+ * Use a {git_rebase_workflow_link} instead of a Git Merge Workflow.
853
853
  * Use `git commit --amend` when fixing a previous commit, addressing code review feedback, etc.
854
854
  * Use `git commit --fixup` when fixing an earlier commit, addressing code review feedback, etc., and
855
855
  don't need to modify the original commit message.
@@ -6,7 +6,7 @@ module Git
6
6
  module Identity
7
7
  NAME = "git-lint"
8
8
  LABEL = "Git Lint"
9
- VERSION = "1.0.0"
9
+ VERSION = "1.0.1"
10
10
  VERSION_LABEL = "#{LABEL} #{VERSION}"
11
11
  end
12
12
  end
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: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
@@ -28,7 +28,7 @@ cert_chain:
28
28
  2XV8FRa7/JimI07sPLC13eLY3xd/aYTi85Z782KIA4j0G8XEEWAX0ouBhlXPocZv
29
29
  QWc=
30
30
  -----END CERTIFICATE-----
31
- date: 2020-06-13 00:00:00.000000000 Z
31
+ date: 2020-07-23 00:00:00.000000000 Z
32
32
  dependencies:
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: pastel
@@ -106,14 +106,14 @@ dependencies:
106
106
  requirements:
107
107
  - - "~>"
108
108
  - !ruby/object:Gem::Version
109
- version: '14.0'
109
+ version: '14.2'
110
110
  type: :development
111
111
  prerelease: false
112
112
  version_requirements: !ruby/object:Gem::Requirement
113
113
  requirements:
114
114
  - - "~>"
115
115
  - !ruby/object:Gem::Version
116
- version: '14.0'
116
+ version: '14.2'
117
117
  - !ruby/object:Gem::Dependency
118
118
  name: guard-rspec
119
119
  requirement: !ruby/object:Gem::Requirement
metadata.gz.sig CHANGED
Binary file