test-loop 3.0.1 → 3.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/test-loop +2 -2
  2. metadata +3 -3
data/bin/test-loop CHANGED
@@ -36,7 +36,7 @@ begin
36
36
 
37
37
  (@reabsorb_file_globs ||= []).
38
38
  concat(@overhead_file_globs).
39
- push(config_file, 'config/*.{rb,yml}').uniq!
39
+ push(config_file, 'config/*.{rb,yml}', 'Gemfile').uniq!
40
40
 
41
41
  (@source_file_to_test_file_mapping ||= {}).merge!(
42
42
  # source files that correspond to test files
@@ -98,7 +98,7 @@ begin
98
98
  rescue Interrupt
99
99
  # user wants to quit the loop
100
100
 
101
- rescue StandardError, LoadError, SyntaxError => error
101
+ rescue Exception => error
102
102
  puts error.inspect, error.backtrace
103
103
  sleep 1 and exec(*process_invocation_vector)
104
104
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 3
7
7
  - 0
8
- - 1
9
- version: 3.0.1
8
+ - 2
9
+ version: 3.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Suraj N. Kurapati
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-01-05 00:00:00 -08:00
17
+ date: 2011-01-11 00:00:00 -08:00
18
18
  default_executable:
19
19
  dependencies: []
20
20