pre-commit 0.1.14 → 0.1.15

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.
@@ -19,7 +19,7 @@ class PreCommit
19
19
  errors = []
20
20
 
21
21
  js_files.each do |file|
22
- error_list = run_check(file)
22
+ error_list = Array(run_check(file))
23
23
  error_list.each { |error_object| errors << display_error(error_object, file) }
24
24
  end
25
25
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: pre-commit
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.14
5
+ version: 0.1.15
6
6
  platform: ruby
7
7
  authors:
8
8
  - Shajith Chacko, Josh Lubaway