weel 1.2.3 → 1.2.5

Sign up to get free protection for your applications and to get access to all the features.
data/README CHANGED
@@ -1,4 +1,4 @@
1
- All code in this package is provided under the LGPL license.
1
+ All code in this package is provided under the LGPL-3 license.
2
2
  Please read the file COPYING.
3
3
 
4
- Tested for MRI >= 1.8.7 (including 1.9.2 and 1.9.3)
4
+ Tested for MRI >= 1.9.3
@@ -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
@@ -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
 
@@ -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
@@ -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
@@ -1,11 +1,11 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "weel"
3
- s.version = "1.2.3"
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 = "Workflow Execution Engine Library (WEEL)"
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.3
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-25 00:00:00.000000000 Z
13
+ date: 2013-06-27 00:00:00.000000000 Z
14
14
  dependencies: []
15
- description: Workflow Execution Engine Library (WEEL)
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: