fit-commit 3.6.0 → 3.6.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
  SHA1:
3
- metadata.gz: 4e1a1edf188e51f1a7a23442f5c71766d4d5db95
4
- data.tar.gz: 5d0296b196712920a785a136578436c1f75c3ecb
3
+ metadata.gz: d7b6b6417a4cc091b9681f2639a969f8998e7ba7
4
+ data.tar.gz: cf9dca92994bcf0dda079569a9374a718fcb6e26
5
5
  SHA512:
6
- metadata.gz: e5bd80bb0262db06c49fff2942887dfe0a758f04946a65564a2e80f3b33d2d95b796c3bdb73685a5f1fa49f3e85cdf8a12a4e723d7a08c712dfc494af94f9ad2
7
- data.tar.gz: 607cfaf5708bb74c11ebe32d4db494329f14b05748d183336e597ffba9581bfb8d48289748fbe2b2d5b076a0097032194d2427063bdc28b8cb3a074fa5f17e9c
6
+ metadata.gz: 54101457555ac15af13acfeb1f855f26436423b740ce1c59a6531d31d93c8dfef72d33cbebe2bc31f2ee9d66e57f3baba4e43796334ada91b6ef8f94f2699ff1
7
+ data.tar.gz: d2459fbb6d8b0b4a23d3a9faa68ffa0b81835cc997e79b45769d7b0abc69d88f2682a4af91dc3ad58a5a40c1c25efc5f8e710b49a3616254625ed5f9a9a41299
data/README.md CHANGED
@@ -39,7 +39,7 @@ This creates a `.git/hooks/commit-msg` script which will automatically check you
39
39
  * **Tense**: Message must use imperative present tense: "Fix bug" and not "Fixed bug" or "Fixes bug."
40
40
  * **Subject Period**: Do not end your subject line with a period.
41
41
  * **Capitalize Subject**: Begin all subject lines with a capital letter.
42
- * **Frat House**: No frat house commit messages in shared branches.
42
+ * **Frat House**: No offensive content.
43
43
  * **WIP**: Do not commit WIPs to shared branches (disabled by default)
44
44
 
45
45
  ## Configuration
@@ -6,7 +6,7 @@ module FitCommit
6
6
  class Frathouse < Base
7
7
  def validate_line(lineno, text)
8
8
  if Swearjar.default.profane?(text)
9
- add_error(lineno, "No frat house commit messages in shared branches.")
9
+ add_error(lineno, "No frat house commit messages.")
10
10
  end
11
11
  end
12
12
  end
@@ -1,3 +1,3 @@
1
1
  module FitCommit
2
- VERSION = "3.6.0"
2
+ VERSION = "3.6.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fit-commit
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.6.0
4
+ version: 3.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Foley