fit-commit 1.0.1 → 1.0.2

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: 81b67790de7d999eae5047a8acb714c14257f91d
4
- data.tar.gz: 57e990996a4c9e9d704d483730cbc85ce2b46e65
3
+ metadata.gz: 7ccc74f4079555125fb1033643076ea209685441
4
+ data.tar.gz: 9380e10d806fba8ec20f3099e46d305566521179
5
5
  SHA512:
6
- metadata.gz: 621591bb43cd64e82dd41161c3375bf6bdabc1a3487899151e52837bbee44cbf149a030529d3a1129632c88609e75e9e5cd4ec01fa054b21e3240efbcf096e50
7
- data.tar.gz: abb255557aa5b523d4ee9fa21eb1a46dd48362013536f3d93dc54d850032589bcf56fbf76311d1a7c4db3287f1324ef1532e9d6dead1496eef718add794615ec
6
+ metadata.gz: f1eb3da26984367e4f6103d413530fee798c30accb2f091f991e3f47a8bcc81d26f0da5671df9cfcf8fc27deed8ece54ed2e47321c1bbb3a58eae8cc9bcbad77
7
+ data.tar.gz: 6ad581c5dff557d74f76f1e75b5e17308315af94ae28c1df89d1c727b29a0d52aa16b904f01e238758434218578fc95e7812c4cbd2ef97d82367239971a2b5b9
data/TODO.txt CHANGED
@@ -1 +1,2 @@
1
1
  - Configuration to disable validations.
2
+ - `fit-commit uninstall`
data/fit-commit.gemspec CHANGED
@@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
18
18
  gem.extra_rdoc_files = ["README.md"]
19
19
  gem.rdoc_options = ["--main", "README.md"]
20
20
 
21
- gem.post_install_message == <<-EOF
21
+ gem.post_install_message = <<-EOF
22
22
  Thank you for installing fit-commit!
23
23
  Install the hook in each git repo you want to scan using:
24
24
 
@@ -1,3 +1,3 @@
1
1
  module FitCommit
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
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: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Foley
@@ -95,7 +95,13 @@ homepage: https://github.com/m1foley/fit-commit
95
95
  licenses:
96
96
  - MIT
97
97
  metadata: {}
98
- post_install_message:
98
+ post_install_message: |2
99
+ Thank you for installing fit-commit!
100
+ Install the hook in each git repo you want to scan using:
101
+
102
+ > fit-commit install
103
+
104
+ Read more: https://github.com/m1foley/fit-commit#readme
99
105
  rdoc_options:
100
106
  - "--main"
101
107
  - README.md