weel 1.99.17 → 1.99.18

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.
Files changed (3) hide show
  1. data/lib/weel.rb +1 -1
  2. data/weel.gemspec +1 -1
  3. metadata +1 -1
@@ -211,7 +211,7 @@ class WEEL
211
211
 
212
212
  def callback(result); end
213
213
 
214
- def test_condition(mr,code); eval(code); end
214
+ def test_condition(mr,code); mr.instance_eval(code); end
215
215
  def manipulate(mr,code,result=nil,status=nil); mr.instance_eval(code); end
216
216
  end # }}}
217
217
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "weel"
3
- s.version = "1.99.17"
3
+ s.version = "1.99.18"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3"
6
6
  s.summary = "Preliminary release of the Workflow Execution Engine Library (WEEL)"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: weel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.99.17
4
+ version: 1.99.18
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: