cpee 1.3.151 → 1.3.152
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/lib/cpee/controller.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: e899a082b8d6c5fbea2e1967c60aa4869ab51b40
|
4
|
+
data.tar.gz: da32f08d62191f645a60ec18fb870faed7c279fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 167ac5e92dc07428f77d2402bb913ecaeeacf2e54177698eaad4adcef3db7d10ad75707ff4478475a1585320cfb572747d7be31110ffd0d0d853f6b4d2bb1dd2
|
7
|
+
data.tar.gz: bc78e736bf4c5695b47b717fd02a22764f346decca66d0facea78b702a8bc88b50c543afaf98e0b1b9a0700ebef27ce0b51c9280225a532fe89b1b4e735cfa7e
|
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.152"
|
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"
|
data/lib/cpee/controller.rb
CHANGED
@@ -287,7 +287,7 @@ module CPEE
|
|
287
287
|
end #}}}
|
288
288
|
def unserialize_state! #{{{
|
289
289
|
state = @properties.data.find("string(/p:properties/p:state)")
|
290
|
-
if call_vote("properties/state/change", :instance => @id, :
|
290
|
+
if call_vote("properties/state/change", :instance => @id, :info => info, :state => state)
|
291
291
|
case state
|
292
292
|
when 'stopping'
|
293
293
|
stop
|
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.152
|
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-
|
13
|
+
date: 2014-09-03 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: riddl
|