weel 1.99.10 → 1.99.11

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 +2 -2
  2. data/weel.gemspec +1 -1
  3. metadata +1 -1
@@ -242,8 +242,8 @@ class WEEL
242
242
  !@q.empty?
243
243
  end
244
244
  end
245
- def continue(what=nil)
246
- @q.push what
245
+ def continue(*args)
246
+ @q.push(args.length <= 1 ? args[0] : args)
247
247
  end
248
248
  def clear
249
249
  @q.clear
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "weel"
3
- s.version = "1.99.10"
3
+ s.version = "1.99.11"
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.10
4
+ version: 1.99.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: