fit-commit 1.0.3 → 1.0.4

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: 69ce3bcb41b32e1b53c4cdff6d0ef9ddb3d6dfc8
4
- data.tar.gz: 2c1a03e456dbfb94118f38abb653a2845374bfb6
3
+ metadata.gz: fc0ee20864af1d5897f6a95b15fd48797a9d4a83
4
+ data.tar.gz: f137d29e46b54334095ee14692b04b56eb4e2ae1
5
5
  SHA512:
6
- metadata.gz: 41a1ac820528660998b1ba671e5ee8dfc14c798667ef9b6e1f1aa69b57bc19f0b23161b9eababd676c5608f99b0e5c814493d60235121d18a15056de8efae0b9
7
- data.tar.gz: 0ad55a79b0b34e4b05ff5e166a82d272719d8cd5530d18f058496845fa889391c9c83096c9288b89491025a24a656e1366cb8c1c4b02845d34ee21f34fd5bc88
6
+ metadata.gz: 9460b650128c5bcec64f036d79486620ffb42f1f6b00aabafe889e46c417a5e8ce8c44cdfd65b0111d27d232993e0d6de5fe29f82c144517c4fafa66cdfb64f4
7
+ data.tar.gz: 186974a720c91adfc51b4e9eeb43dabc565ed18d478fd58a364f7932774ce8657e942fed3a3eec5aa172b3351882ee3f7ce1d7b9adc62b6dfa2ff48495f90da3
@@ -1,3 +1,3 @@
1
1
  module FitCommit
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
@@ -12,9 +12,10 @@ fi
12
12
  export COMMIT_MESSAGE_PATH=$1
13
13
 
14
14
  if (! [[ "$COMMIT_MESSAGE_PATH" ]] ); then
15
- >&2 echo 'fit-commit: WARNING: Skipping checks because the Git hook was not passed the'
16
- >&2 echo 'fit-commit: commit message file path. This is usually `.git/COMMIT_EDITMSG`.'
17
- >&2 echo 'fit-commit: Please submit a bug report with the project.'
15
+ >&2 echo "fit-commit: WARNING: Skipping checks because the Git hook was not passed the"
16
+ >&2 echo "fit-commit: commit message file path. This is usually \`.git/COMMIT_EDITMSG\`."
17
+ >&2 echo "fit-commit: This hook was called via: $0 $*"
18
+ >&2 echo "fit-commit: Please submit a bug report with the project."
18
19
  exit 0
19
20
  fi
20
21
 
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: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Foley