resat 0.7.1 → 0.7.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/resat +1 -1
  2. data/lib/resat.rb +1 -1
  3. metadata +2 -2
data/bin/resat CHANGED
@@ -74,7 +74,7 @@ module Resat
74
74
  @options.failonerror = false
75
75
  @options.variables = {}
76
76
  @options.config = nil
77
- @options.schemasdir = File.join(File.dirname(THIS_FILE), 'schemas')
77
+ @options.schemasdir = File.expand_path(File.join(File.dirname(THIS_FILE), '..', 'schemas'))
78
78
  @options.loglevel = "info"
79
79
  @options.logfile = "/tmp/resat.log"
80
80
  @options.dry_run = false
@@ -3,7 +3,7 @@
3
3
  #
4
4
 
5
5
  module Resat
6
- VERSION = '0.7.1'
6
+ VERSION = '0.7.2'
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.1
4
+ version: 0.7.2
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-03 00:00:00 -08:00
12
+ date: 2009-12-04 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency