pre-commit 0.1.3 → 0.1.4

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.
@@ -28,7 +28,7 @@ class DebuggerCheck
28
28
  end
29
29
 
30
30
  def detected_bad_code?
31
- !system("git diff --cached -S debugger --quiet --exit-code")
31
+ !system("git diff --cached -Sdebugger --quiet --exit-code")
32
32
  end
33
33
 
34
34
  def instances_of_debugger_violations
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 3
9
- version: 0.1.3
8
+ - 4
9
+ version: 0.1.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Shajith Chacko, Josh Lubaway
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-02-02 00:00:00 -08:00
17
+ date: 2011-02-14 00:00:00 -08:00
18
18
  default_executable: pre-commit
19
19
  dependencies: []
20
20