weel 1.99.16 → 1.99.17

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/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(code); eval(code); end
214
+ def test_condition(mr,code); 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.16"
3
+ s.version = "1.99.17"
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.16
4
+ version: 1.99.17
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: