cpee-instantiation 1.0.23 → 1.0.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: 04d532584a3d397d4732080f033da4cb3a98b97c6ea996e63b2644eee50af5bb
4
- data.tar.gz: 8103a8b314fee21e4ebdff6b38c78e039ea5bf9d91a57490c8ab9a843c427de6
3
+ metadata.gz: 2b92cd471892d3eef55e68e3684b33cdeab451ca7844cc381a220fe10dd62e7a
4
+ data.tar.gz: bb7ac9554eb9226c37c77937da6f32afe9b21187db9bef9a2b8460c90b03d086
5
5
  SHA512:
6
- metadata.gz: 9efda290608c350efe378435557d616cd275b6ad1371a87a5a19b565e827c400684c6013b91bebbd0761dfb4747da7faf4ef9486923d32487b3df79a8abfda69
7
- data.tar.gz: f1aa5d80335eedfebb7d04d540229d28eeaad8b0a73b37ddda56d7224d4e416272e796e7bd2e254283d2132728d4973fe5ce41ea318a1c1e08dab94422353e2c
6
+ metadata.gz: ea47cf96378fbd39c8661a7c1e5054d193a662deac7626e80777ebedbf8eb41520a17c734167581d9257946073cf6cc8b1d3efde4f1b895fff51d44c9768cbbe
7
+ data.tar.gz: fcf4c3d6c298531f2cad59d75b4144cd618d17597f32bde9f52ae88959a120ce3d3c2873495a30cb76771b1554ca33fdf0c06bd0c10fa2863f37933b6ce61547
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "cpee-instantiation"
3
- s.version = "1.0.23"
3
+ s.version = "1.0.24"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3.0"
6
6
  s.summary = "Subprocess instantiation service for the cloud process execution engine (cpee.org)"
@@ -327,6 +327,7 @@ class InstantiateXML < Riddl::Implementation #{{{
327
327
  if @p[0].value =~ /^wait/
328
328
  @headers << Riddl::Header.new('CPEE-CALLBACK','true')
329
329
  end
330
+ @headers << Riddl::Header.new('CPEE-INSTANTIATION',JSON::generate(send))
330
331
  Riddl::Parameter::Complex.new('instance','application/json',JSON::generate(send))
331
332
  end
332
333
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cpee-instantiation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.23
4
+ version: 1.0.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen eTM Mangler
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: tools
11
11
  cert_chain: []
12
- date: 2024-07-20 00:00:00.000000000 Z
12
+ date: 2025-01-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: riddl
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  - !ruby/object:Gem::Version
111
111
  version: '0'
112
112
  requirements: []
113
- rubygems_version: 3.5.9
113
+ rubygems_version: 3.5.22
114
114
  signing_key:
115
115
  specification_version: 4
116
116
  summary: Subprocess instantiation service for the cloud process execution engine (cpee.org)