resat 0.7.2 → 0.7.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/engine.rb +1 -1
  2. data/lib/resat.rb +1 -1
  3. metadata +2 -2
@@ -41,10 +41,10 @@ module Resat
41
41
  elsif File.file?(target)
42
42
  files = [target]
43
43
  else
44
+ @failures[target] ||= []
44
45
  @failures[target] << "Invalid taget #{target}: Not a directory, nor a file"
45
46
  return
46
47
  end
47
- @failures[target] ||= []
48
48
  schemasdir = @options.schemasdir || Config::DEFAULT_SCHEMA_DIR
49
49
  files.each do |file|
50
50
  runner = ScenarioRunner.new(file, schemasdir, @options.config,
@@ -3,7 +3,7 @@
3
3
  #
4
4
 
5
5
  module Resat
6
- VERSION = '0.7.2'
6
+ VERSION = '0.7.3'
7
7
  end
8
8
 
9
9
  require File.join(File.dirname(__FILE__), 'engine')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Raphael Simon
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-12-04 00:00:00 -08:00
12
+ date: 2009-12-07 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency