cpee 1.3.103 → 1.3.104
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/cpee.gemspec +4 -2
- metadata +3 -3
data/cpee.gemspec
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "cpee"
|
|
3
|
-
s.version = "1.3.
|
|
3
|
+
s.version = "1.3.104"
|
|
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 = "see http://cpee.org"
|
|
9
|
+
|
|
8
10
|
s.files = Dir['{example/**/*,server/**/*,lib/**/*,cockpit/**/*,contrib/logo*,contrib/Screen*}'] + %w(COPYING FEATURES INSTALL Rakefile cpee.gemspec README AUTHORS)
|
|
9
11
|
s.require_path = 'lib'
|
|
10
12
|
s.extra_rdoc_files = ['README']
|
|
@@ -14,7 +16,7 @@ Gem::Specification.new do |s|
|
|
|
14
16
|
|
|
15
17
|
s.authors = ['Juergen eTM Mangler','Ralph Vigne','Gerhard Stuermer']
|
|
16
18
|
s.email = 'juergen.mangler@gmail.com'
|
|
17
|
-
s.homepage = 'http://
|
|
19
|
+
s.homepage = 'http://cpee.org/'
|
|
18
20
|
|
|
19
21
|
s.add_runtime_dependency 'riddl'
|
|
20
22
|
s.add_runtime_dependency 'weel'
|
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.
|
|
4
|
+
version: 1.3.104
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -61,7 +61,7 @@ dependencies:
|
|
|
61
61
|
- - ! '>='
|
|
62
62
|
- !ruby/object:Gem::Version
|
|
63
63
|
version: '0'
|
|
64
|
-
description:
|
|
64
|
+
description: see http://cpee.org
|
|
65
65
|
email: juergen.mangler@gmail.com
|
|
66
66
|
executables: []
|
|
67
67
|
extensions: []
|
|
@@ -348,7 +348,7 @@ files:
|
|
|
348
348
|
- test/load.rb
|
|
349
349
|
- test/testset.xml
|
|
350
350
|
- test/delete.rb
|
|
351
|
-
homepage: http://
|
|
351
|
+
homepage: http://cpee.org/
|
|
352
352
|
licenses:
|
|
353
353
|
- LGPL-3
|
|
354
354
|
post_install_message:
|