weel 1.2.3 → 1.2.5
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.
- data/README +2 -2
- data/example/SimpleHandlerWrapper.rb +14 -0
- data/example/SimpleWorkflow.rb +14 -0
- data/example/runme.rb +14 -0
- data/lib/weel.rb +14 -0
- data/weel.gemspec +3 -3
- metadata +4 -4
data/README
CHANGED
@@ -1,3 +1,17 @@
|
|
1
|
+
# This file is part of WEEL.
|
2
|
+
#
|
3
|
+
# WEEL is free software: you can redistribute it and/or modify it under the terms
|
4
|
+
# of the GNU General Public License as published by the Free Software Foundation,
|
5
|
+
# either version 3 of the License, or (at your option) any later version.
|
6
|
+
#
|
7
|
+
# WEEL is distributed in the hope that it will be useful, but WITHOUT ANY
|
8
|
+
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
9
|
+
# PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
10
|
+
#
|
11
|
+
# You should have received a copy of the GNU General Public License along with
|
12
|
+
# WEEL (file COPYING in the main directory). If not, see
|
13
|
+
# <http://www.gnu.org/licenses/>.
|
14
|
+
|
1
15
|
require "pp"
|
2
16
|
|
3
17
|
class SimpleHandlerWrapper < WEEL::HandlerWrapperBase
|
data/example/SimpleWorkflow.rb
CHANGED
@@ -1,3 +1,17 @@
|
|
1
|
+
# This file is part of WEEL.
|
2
|
+
#
|
3
|
+
# WEEL is free software: you can redistribute it and/or modify it under the terms
|
4
|
+
# of the GNU General Public License as published by the Free Software Foundation,
|
5
|
+
# either version 3 of the License, or (at your option) any later version.
|
6
|
+
#
|
7
|
+
# WEEL is distributed in the hope that it will be useful, but WITHOUT ANY
|
8
|
+
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
9
|
+
# PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
10
|
+
#
|
11
|
+
# You should have received a copy of the GNU General Public License along with
|
12
|
+
# WEEL (file COPYING in the main directory). If not, see
|
13
|
+
# <http://www.gnu.org/licenses/>.
|
14
|
+
|
1
15
|
require ::File.dirname(__FILE__) + '/../lib/weel'
|
2
16
|
require ::File.dirname(__FILE__) + '/SimpleHandlerWrapper'
|
3
17
|
|
data/example/runme.rb
CHANGED
@@ -1,4 +1,18 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
|
+
# This file is part of WEEL.
|
3
|
+
#
|
4
|
+
# WEEL is free software: you can redistribute it and/or modify it under the terms
|
5
|
+
# of the GNU General Public License as published by the Free Software Foundation,
|
6
|
+
# either version 3 of the License, or (at your option) any later version.
|
7
|
+
#
|
8
|
+
# WEEL is distributed in the hope that it will be useful, but WITHOUT ANY
|
9
|
+
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
10
|
+
# PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
11
|
+
#
|
12
|
+
# You should have received a copy of the GNU General Public License along with
|
13
|
+
# WEEL (file COPYING in the main directory). If not, see
|
14
|
+
# <http://www.gnu.org/licenses/>.
|
15
|
+
|
2
16
|
require ::File.dirname(__FILE__) + '/SimpleWorkflow'
|
3
17
|
|
4
18
|
t = SimpleWorkflow.new
|
data/lib/weel.rb
CHANGED
@@ -1,3 +1,17 @@
|
|
1
|
+
# This file is part of WEEL.
|
2
|
+
#
|
3
|
+
# WEEL is free software: you can redistribute it and/or modify it under the terms
|
4
|
+
# of the GNU General Public License as published by the Free Software Foundation,
|
5
|
+
# either version 3 of the License, or (at your option) any later version.
|
6
|
+
#
|
7
|
+
# WEEL is distributed in the hope that it will be useful, but WITHOUT ANY
|
8
|
+
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
9
|
+
# PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
10
|
+
#
|
11
|
+
# You should have received a copy of the GNU General Public License along with
|
12
|
+
# WEEL (file COPYING in the main directory). If not, see
|
13
|
+
# <http://www.gnu.org/licenses/>.
|
14
|
+
|
1
15
|
require 'thread'
|
2
16
|
|
3
17
|
# OMG!111! strings have to be emptied
|
data/weel.gemspec
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "weel"
|
3
|
-
s.version = "1.2.
|
3
|
+
s.version = "1.2.5"
|
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)"
|
7
7
|
|
8
|
-
s.description = "
|
8
|
+
s.description = "see http://cpee.org"
|
9
9
|
|
10
10
|
s.required_ruby_version = '>=1.9.3'
|
11
11
|
|
@@ -16,5 +16,5 @@ Gem::Specification.new do |s|
|
|
16
16
|
|
17
17
|
s.authors = ['Juergen eTM Mangler','Gerhard Stuermer']
|
18
18
|
s.email = 'juergen.mangler@gmail.com'
|
19
|
-
s.homepage = 'http://cpee.org'
|
19
|
+
s.homepage = 'http://cpee.org/'
|
20
20
|
end
|
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.2.
|
4
|
+
version: 1.2.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,9 +10,9 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-06-
|
13
|
+
date: 2013-06-27 00:00:00.000000000 Z
|
14
14
|
dependencies: []
|
15
|
-
description:
|
15
|
+
description: see http://cpee.org
|
16
16
|
email: juergen.mangler@gmail.com
|
17
17
|
executables: []
|
18
18
|
extensions: []
|
@@ -62,7 +62,7 @@ files:
|
|
62
62
|
- test/wfp_adv_branching/tc_localsynchronizingmerge.rb
|
63
63
|
- test/complex/tc_generalsynchonizingmerge_loopsearch.rb
|
64
64
|
- test/complex/tc_parallel_stop.rb
|
65
|
-
homepage: http://cpee.org
|
65
|
+
homepage: http://cpee.org/
|
66
66
|
licenses:
|
67
67
|
- LGPL-3
|
68
68
|
post_install_message:
|