cpee 1.5.23 → 1.5.24

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e5e9584caee6942d8f515280c3bf13caa8a4d3501cfafa21a4623263cf726383
4
- data.tar.gz: 5b375c52cabc71c8ee94bbe91d8217137df751afe72ff92b5ffe51232f0a66ff
3
+ metadata.gz: c202a4a42d4e886fa9899514f6e4490943276739bc9ca61196f2e8c5a407ef3f
4
+ data.tar.gz: 3b07b85f227d87aef3ffd78a5afd2b975f20cc7ebf15bf8ca416f5443e2e0de8
5
5
  SHA512:
6
- metadata.gz: 0a363fef15c715703a0a5f8d4b8c4aab4e6a4df459d397bd6f3105fd5580358a2436be252bee90387972e0e507a5f5c0400a280383c86f06726d215927a414fa
7
- data.tar.gz: 6fd9ec23641fde22d363cc6f5b0b621a2bfa81f5336981fbc83cef2cc2148abdaa4e74c8f4220537f8acdf6629137491e414092a26bb4226a5d5a0351678fa49
6
+ metadata.gz: 39bc0af5d72254412377b210c14aa1b8929b40cd74be68f442e6aa0184fbaf89fed360433a47d1458ce3a6feef721b30e931007dc3db58006d85a2930e32d5f1
7
+ data.tar.gz: 3a1eb0511449d32b1d275d0a5648d194a252b09d371e2d619b78d9e9753c5c744c33cd44015c807382107873e5f48a537a371fa0a0e83f869abdad892d0b69ca
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "cpee"
3
- s.version = "1.5.23"
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"
@@ -304,7 +304,7 @@ module CPEE
304
304
  key = @r.last
305
305
  cb, condition, instance, uuid, instance_url = cblist.lrange(key,0,-1)
306
306
 
307
- cpee = cb.gsub(/\d+\/callbacks.*/,'')
307
+ cpee = File.dirname(instance_url)
308
308
 
309
309
  orisend = {
310
310
  'CPEE-INSTANCE' => instance,
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.5.23
4
+ version: 1.5.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen eTM Mangler