cpee 1.3.102 → 1.3.103

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/FEATURES +4 -2
  2. data/README +2 -2
  3. data/cpee.gemspec +1 -3
  4. metadata +2 -4
data/FEATURES CHANGED
@@ -16,8 +16,10 @@ CPEE Technical Details
16
16
  * Reuses an existing virtual machine for executing control flow
17
17
  * Supports BPEL and other languages through transformation to a directly
18
18
  executable DSL.
19
- * Has a core size of ~ 700 LOC.
20
- * Uses ~ 2 MiB of RAM per instance.
19
+ * The engine (named WEEL and available as a separate package) has a core size
20
+ of ~ 700 LOC.
21
+ * Uses ~ 2 MiB of RAM per instance (depending on storage backend and data
22
+ available in instance)
21
23
  * Can utilize multiple threads per instance.
22
24
  * Cold starts an instance in less than 50ms.
23
25
 
data/README CHANGED
@@ -1,7 +1,7 @@
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
5
5
 
6
6
  Searching for mem-leaks:
7
7
  valgrind --num-callers=50 --error-limit=no --partial-loads-ok=yes --undef-value-errors=no ./server.rb -v start
@@ -1,12 +1,10 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "cpee"
3
- s.version = "1.3.102"
3
+ s.version = "1.3.103"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3"
6
6
  s.summary = "Preliminary release of cloud process execution engine (cpee). If you just need workflow execution, without a rest/xmpp service exposing it, then use WEEL"
7
7
 
8
- s.description = "Preliminary release of cloud process execution engine (cpee). If you just need workflow execution, without a rest/xmpp service exposing it, then use WEEL"
9
-
10
8
  s.files = Dir['{example/**/*,server/**/*,lib/**/*,cockpit/**/*,contrib/logo*,contrib/Screen*}'] + %w(COPYING FEATURES INSTALL Rakefile cpee.gemspec README AUTHORS)
11
9
  s.require_path = 'lib'
12
10
  s.extra_rdoc_files = ['README']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cpee
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.102
4
+ version: 1.3.103
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -61,9 +61,7 @@ dependencies:
61
61
  - - ! '>='
62
62
  - !ruby/object:Gem::Version
63
63
  version: '0'
64
- description: Preliminary release of cloud process execution engine (cpee). If you
65
- just need workflow execution, without a rest/xmpp service exposing it, then use
66
- WEEL
64
+ description:
67
65
  email: juergen.mangler@gmail.com
68
66
  executables: []
69
67
  extensions: []