cpee 1.3.172 → 1.3.173
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/cpee.gemspec +1 -1
- data/server/handlerwrappers/default.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 634af027b5d421c3970d9b0a4c9ca41dd7e591f4
|
4
|
+
data.tar.gz: c7f933eb5da1e8caca0840f04e8261c6ddc87943
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 46c1fe5f626db906f673df9ff082c15ab03aae33fc79ad1feb4b2a873cf804f97b54d50c403b726d8399891c4058377dd2a14eee3f0ff6a79bbbcc58f758cd4b
|
7
|
+
data.tar.gz: 898e37f45da9d133ddcf0c10392c347ab88832387873a314892a85b679a7ddcb230ab3f7c7c382425762c624d45bbef1831b7bb2e567d216ce4abe69feeebb2a
|
data/cpee.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "cpee"
|
3
|
-
s.version = "1.3.
|
3
|
+
s.version = "1.3.173"
|
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"
|
@@ -134,7 +134,7 @@ class DefaultHandlerWrapper < WEEL::HandlerWrapperBase
|
|
134
134
|
@controller.call_vote("running/syncing_before", :endpoint => @handler_endpoint, :instance => @controller.instance, :activity => @handler_position)
|
135
135
|
end # }}}
|
136
136
|
|
137
|
-
def
|
137
|
+
def simplify_result(result)
|
138
138
|
if result.length == 1
|
139
139
|
if result[0].is_a? Riddl::Parameter::Simple
|
140
140
|
result = result[0]
|
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.173
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juergen eTM Mangler
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2014-12-
|
13
|
+
date: 2014-12-17 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: riddl
|