cpee-instantiation 1.1.2 → 1.1.3
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 +4 -4
- data/cpee-instantiation.gemspec +1 -1
- data/lib/cpee-instantiation/instantiation.rb +0 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b486ad9081818b993eef007d6b34f1140f7e0a35508d6cee8aed91d009f4f559
|
4
|
+
data.tar.gz: 360568a27c1640c62cf619aa0365af42432e08864589895deede571db9a88f1c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cec4e88f55717ab2700718a94673f2838a163d89e3dcdebc54359110d0ea2eef2b5273bd640b7e584ee5798273a8f0ab7144ed088fff06142f2b49a65c65d0b2
|
7
|
+
data.tar.gz: caffa739df23afd0d9e764fc3500d1b9748e2eca9b9395abc06d8d7ed0dd0a009de0ddaaddd0162413917a68ef19aa4ba997ef8409dd9373f9c4e7f7322d584e
|
data/cpee-instantiation.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "cpee-instantiation"
|
3
|
-
s.version = "1.1.
|
3
|
+
s.version = "1.1.3"
|
4
4
|
s.platform = Gem::Platform::RUBY
|
5
5
|
s.license = "LGPL-3.0-or-later"
|
6
6
|
s.summary = "Subprocess instantiation service for the cloud process execution engine (cpee.org)"
|
@@ -25,8 +25,6 @@ require 'uri'
|
|
25
25
|
require 'redis'
|
26
26
|
require 'json'
|
27
27
|
|
28
|
-
require 'pry'
|
29
|
-
|
30
28
|
require_relative 'utils'
|
31
29
|
|
32
30
|
module CPEE
|
@@ -210,7 +208,6 @@ module CPEE
|
|
210
208
|
include Helpers
|
211
209
|
|
212
210
|
def response
|
213
|
-
puts "InstantiateXML response method called: #{@a[1]}",
|
214
211
|
cpee = @h['X_CPEE'] || @a[0]
|
215
212
|
behavior = @a[1] ? 'fork_ready' : @p[0].value
|
216
213
|
data = @a[1] ? 0 : 1
|
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.1.
|
4
|
+
version: 1.1.3
|
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: 2025-
|
12
|
+
date: 2025-03-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: riddl
|