overcommit 0.6.1 → 0.6.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: 7c3cf160d0c937fd468fe3b7324ab79f9c567c2d
4
- data.tar.gz: 9e149912787db4bf6e259e7517f688fce95f14c6
3
+ metadata.gz: 71918eba0365e808f93d99e998125bde65250068
4
+ data.tar.gz: 1f44c67193e451b99db6297ae759a7b1bc6fa871
5
5
  SHA512:
6
- metadata.gz: 16a6eaf4ea1ce8f03bcdfd7bf7b331c2e5a8b2c6c2c896aa10bbae88864a588741806325aa1a4a60c29a3021ef41db7d1a0573bb9c5fa9f76db10e05bea349a8
7
- data.tar.gz: acf3efe320ede57d9d933f47b187e61c03a5e35646884da3f3fcfbc1f932dc3079d992b6016ba15128af301e27dd379c6aeae5f98829abd119f895902420eb88
6
+ metadata.gz: 3ffd93a8720739d8acbb86f9e0df55c314fe706f0be649c3d66bac58cc3bcf45690db70a48862eb4297bafc99d8fd2c702be9991082107d446beb211ac3f95ae
7
+ data.tar.gz: cc535627eb8fec824ddc27358e33ff29b78e0ff3e3d53c2aa79b7a251b3272d41f6c0270404f8ccd0aff0916c22c8355fe955a02d6e7b30d2ebdcb79826e0c41
@@ -100,7 +100,7 @@ module Overcommit
100
100
  end
101
101
 
102
102
  def print_report(output, format = :log)
103
- log.send(format, output) unless output.empty?
103
+ log.send(format, output) unless output.nil? || output.empty?
104
104
  end
105
105
 
106
106
  # Loads hooks that will be run.
@@ -1,4 +1,4 @@
1
1
  # Defines the gem version.
2
2
  module Overcommit
3
- VERSION = '0.6.1'
3
+ VERSION = '0.6.2'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: overcommit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Causes Engineering