overcommit-jeygeethanmedia 0.53.1 → 0.53.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5da4259a1cb1af1c2e56198efddd0a7a26ed94d685fa4ac74bc65b30529e4c2d
4
- data.tar.gz: 4e2d5af70a255d390c6f5b9eac408aefbd7737270b9c6723050acf3ca71e7890
3
+ metadata.gz: cbff14ecbf5c9fbd02bb48393c2c19dbff03a4ec53415937eb6b0d97a21e557c
4
+ data.tar.gz: 11292359deef9b0159d8a91408274c0f053aea7622453d971a4efbf4ab2ad3cf
5
5
  SHA512:
6
- metadata.gz: e8b77bd2169b55446f30e726f9be3cf35f24b475a70b1f38c97e7d9567a980f90e46577b72b4b665db1c42c25c66b50f41d9e3becac012136cce75215264e887
7
- data.tar.gz: 37b94701d16881a6e9def35719c97f1b23181310d62c5d286d9610a508f746ef94f8456ef9e32970e1cdb5a369e212a928b6ea188f584891720ec5c35f42a019
6
+ metadata.gz: 8744a1938e81c2c83ad6c27598d983ef0a3dfe7f623b3efd064e966f5a030b11ff08c5a2f13e7e1508e9090eb16a2993dd62e470b7963a03354194b8b3faa6eb
7
+ data.tar.gz: 13ec376ea67ace0b612624299914684ed0f17ac42e40302e9ae5ea2086664bf9bc60552b570691566aca2c024d8907b5290aa75cf8d16d3a19a6447da7c52a19
@@ -256,6 +256,8 @@ module Overcommit::Hook
256
256
  # @param hook_return_value [Symbol, Array<Symbol,String>, Array<Message>]
257
257
  # @return [Array<Symbol,String>] tuple of status and output
258
258
  def process_hook_return_value(hook_return_value)
259
+ puts "hey"
260
+ byebug
259
261
  if hook_return_value.is_a?(Array) &&
260
262
  (hook_return_value.first.is_a?(Message) || hook_return_value.empty?)
261
263
  # Process messages into a status and output
@@ -94,6 +94,8 @@ module Overcommit
94
94
  end
95
95
 
96
96
  def print_result(hook, status, output) # rubocop:disable Metrics/CyclomaticComplexity
97
+ log.success "hey1"
98
+ byebug
97
99
  case status
98
100
  when :pass
99
101
  log.success 'OK' unless @config['quiet'] || hook.quiet?
@@ -2,5 +2,5 @@
2
2
 
3
3
  # Defines the gem version.
4
4
  module Overcommit
5
- VERSION = '0.53.1'
5
+ VERSION = '0.53.1.1'
6
6
  end
@@ -44,7 +44,7 @@ end
44
44
  # rubocop:enable Style/RescueModifier
45
45
 
46
46
  begin
47
- require 'overcommit'
47
+ require 'overcommit-jeygeethanmedia'
48
48
  rescue LoadError
49
49
  if gemfile
50
50
  puts 'You have specified the `gemfile` option in your Overcommit ' \
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: overcommit-jeygeethanmedia
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.53.1
4
+ version: 0.53.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shane da Silva
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-27 00:00:00.000000000 Z
11
+ date: 2020-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: childprocess