startback-jobs 0.18.0 → 0.18.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0760a4c8c03e7d0863f1c8dca77c164d3665c2b9a41aca76ae918565015714fb
4
- data.tar.gz: efd42dc8e48831a6318158547262686b3152aca3eaa3ab53c436e234f6adcdcf
3
+ metadata.gz: 151f3803a64a9f61964ab972c403801876021df839078534fbd9399733fc59a4
4
+ data.tar.gz: f37240dcfac775a87d1a9f49456a05a1b102dbcdbd5e3071d64b3e9d4cf29c56
5
5
  SHA512:
6
- metadata.gz: 88a2d789e816992fdaafde601da8554e71184fa8ac7d6cb871114c69db458c42af1f2835ebd81c77dea33a99edc1a49d1451d3c1f72941e1644cae30660a3161
7
- data.tar.gz: acf8511f849199aae42caeb1497fd9094fcd72961cb66953e03c5cf0f6d3e39a495257049332e2513120bdcd78e8ec187f926df58e67cdee05355963f6336f72
6
+ metadata.gz: d574b51523bd4300bbf2739a46727e488f326879b4d3ec75499e38faec268e5b61acc87f3eadbea6c66c74528053417c7eef8b17546e758b9da53c9528921e96
7
+ data.tar.gz: feea2dfd095480654286c8d97bf267b93e057c42e5a5c60723a099dfa31b49ae08a2c2c1da3903c4e00186e9b5eabbf31aa3ee570b490ba4ffd20f97b87723a1
@@ -7,7 +7,6 @@ module Startback
7
7
  isReady: false,
8
8
  opClass: op.class.name,
9
9
  opInput: op.input,
10
- opContext: context.to_h,
11
10
  createdBy: '',
12
11
  })
13
12
  end
@@ -10,7 +10,7 @@ module Startback
10
10
  @job = Model::Job.full({
11
11
  id: SecureRandom.urlsafe_base64(16),
12
12
  opInput: {},
13
- opContext: {},
13
+ opContext: context.to_h,
14
14
  opResult: nil,
15
15
  strategy: 'NotReady',
16
16
  strategyOptions: {},
@@ -32,7 +32,6 @@ Job.Full = {
32
32
  Job.CreationRequest = {
33
33
  opClass : ClassName
34
34
  opInput : DumpableHash
35
- opContext : DumpableHash
36
35
  createdBy : String
37
36
 
38
37
  isReady : Boolean
@@ -9,7 +9,6 @@ module Startback
9
9
  isReady: false,
10
10
  opClass: 'CowSay',
11
11
  opInput: {},
12
- opContext: {},
13
12
  createdBy: 'blambeau',
14
13
  }
15
14
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: startback-jobs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.18.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bernard Lambeau
@@ -118,14 +118,14 @@ dependencies:
118
118
  requirements:
119
119
  - - '='
120
120
  - !ruby/object:Gem::Version
121
- version: 0.18.0
121
+ version: 0.18.2
122
122
  type: :runtime
123
123
  prerelease: false
124
124
  version_requirements: !ruby/object:Gem::Requirement
125
125
  requirements:
126
126
  - - '='
127
127
  - !ruby/object:Gem::Version
128
- version: 0.18.0
128
+ version: 0.18.2
129
129
  description: Asynchronous jobs on top of the Startback framework
130
130
  email: blambeau@gmail.com
131
131
  executables: []