cpee 1.5.23 → 1.5.24
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/instantiation.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c202a4a42d4e886fa9899514f6e4490943276739bc9ca61196f2e8c5a407ef3f
|
4
|
+
data.tar.gz: 3b07b85f227d87aef3ffd78a5afd2b975f20cc7ebf15bf8ca416f5443e2e0de8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 39bc0af5d72254412377b210c14aa1b8929b40cd74be68f442e6aa0184fbaf89fed360433a47d1458ce3a6feef721b30e931007dc3db58006d85a2930e32d5f1
|
7
|
+
data.tar.gz: 3a1eb0511449d32b1d275d0a5648d194a252b09d371e2d619b78d9e9753c5c744c33cd44015c807382107873e5f48a537a371fa0a0e83f869abdad892d0b69ca
|
data/cpee.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "cpee"
|
3
|
-
s.version = "1.5.
|
3
|
+
s.version = "1.5.24"
|
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). If you just need workflow execution, without a rest/xmpp service exposing it, then use WEEL"
|
data/lib/cpee/instantiation.rb
CHANGED