resat 0.7.7 → 0.7.8

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/resat.rb +1 -1
  2. data/lib/variables.rb +1 -0
  3. metadata +1 -1
@@ -3,7 +3,7 @@
3
3
  #
4
4
 
5
5
  module Resat
6
- VERSION = '0.7.7'
6
+ VERSION = '0.7.8'
7
7
  end
8
8
 
9
9
  require File.join(File.dirname(__FILE__), 'engine')
@@ -15,6 +15,7 @@ module Resat
15
15
  def initialize
16
16
  @@exported = Hash.new unless defined? @@exported
17
17
  @vars = @@exported.dup
18
+ @marked_for_save = []
18
19
  end
19
20
 
20
21
  # Replace occurrences of environment variables in +raw+ with their value
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.7
4
+ version: 0.7.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Raphael Simon