cpee 2.1.20 → 2.1.21
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.
- checksums.yaml +4 -4
- data/cpee.gemspec +1 -1
- data/tools/cpee +0 -6
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8839bf4c3b0fcfe489e9fb864d202adabb6305f72ad925a00489749d9ec7ea09
|
|
4
|
+
data.tar.gz: 05060da7d58c1f726c3fd91abdac358a0c77c987ebce15acbe855fda9fe11d16
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f0e8f566d8602e4c04c55459ad06793858b87ebab75f22d7c52630d74c83f458fdc572625ccb2b45514b9c04eaedeae971e4c8ff28cb1c12ef3adb5cb8126e12
|
|
7
|
+
data.tar.gz: 4d34178f65a77dcb1c0a599ffae42c9493a4897d5fd852b1c594344cf4fada84a6cc14bb0448705991e54bf19ce915fc994044fcca2b9713f7cd1892281408e4
|
data/cpee.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "cpee"
|
|
3
|
-
s.version = "2.1.
|
|
3
|
+
s.version = "2.1.21"
|
|
4
4
|
s.platform = Gem::Platform::RUBY
|
|
5
5
|
s.license = "LGPL-3.0"
|
|
6
6
|
s.summary = "Preliminary release of cloud process execution engine (cpee.org). If you just need workflow execution, without a rest service exposing it, then use WEEL."
|
data/tools/cpee
CHANGED
|
@@ -117,12 +117,6 @@ elsif command == 'convert'
|
|
|
117
117
|
end
|
|
118
118
|
end rescue nil
|
|
119
119
|
doc.find('//x:handlerwrapper').delete_all!
|
|
120
|
-
doc.find('//x:start_url').each do |e|
|
|
121
|
-
e.text = 'https://cpee.org/flow/start/url/'
|
|
122
|
-
end rescue nil
|
|
123
|
-
doc.find('//x:start_git').each do |e|
|
|
124
|
-
e.text = 'https://cpee.org/flow/start/git/'
|
|
125
|
-
end rescue nil
|
|
126
120
|
doc.find('//d:finalize | //d:update | //d:prepare | //d:rescue').each do |e|
|
|
127
121
|
if e.parent.qname.name != 'code'
|
|
128
122
|
n = e.parent
|
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: 2.1.
|
|
4
|
+
version: 2.1.21
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juergen eTM Mangler
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: tools
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2021-10-
|
|
13
|
+
date: 2021-10-28 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: riddl
|