mumuki-gobstones-runner 2.14.1 → 2.14.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: 16b0e7c565a14d86f588746885e896e9bd00157e4d54bde3cf66462ed1a91e24
4
- data.tar.gz: a9f2db6e60708af307cab7e26360662bc4cfeade97960bc7fd2297b9ca8ea2e1
3
+ metadata.gz: 45823ede62f0dab0aaecc19ed12332cfeae22a593c9809fb31f248b8d922f006
4
+ data.tar.gz: a16ec2877eadbbf19db14b57b62f6ee96222d41d8978634da9aa93ba8561fdd1
5
5
  SHA512:
6
- metadata.gz: a83db717ca0f2c78f1222cde2a809a8b78c878f6cabb0428ce4ea38cfbda2e1b92fff01cc11596509522792c7c41f56c971ab80c7c7c9de6139432d1d9d5cd82
7
- data.tar.gz: 591f2e6414c5aac0c8ff4779b9a1eaaa9e3516447f941bbd6f12e87066e7f84d097139dead5a3c1c5aa86122aa478761a55e873dcbdb2039ab1b0e2c616c69a9
6
+ metadata.gz: 9d5749f67661dbf6d2d2f00f4f1bd48ab4ab86a1abda93e275e08916cd23ddc41eda5aa0498b4b7a76f760ee9d011f8dd8e1a4b592a68225138ef6680d3d640c
7
+ data.tar.gz: 3f61470fe0aa02a8f84723a37939147441fb1ace1e7c58be13ea5fc4d4fc79e5824993198d9b22986ee3559c062c0a931ad4d864b8b8f14f5bf937a3e2699649
@@ -830,15 +830,11 @@
830
830
  const targetStateIndex = this.multipleScenarios.currentScenarioIndex;
831
831
  this.targetState = this.initialState[targetStateIndex];
832
832
 
833
- const promise = new mumuki.bridge.Laboratory()
834
- .runTests(solution)
833
+ const promise = mumuki.submission.processSolution({ solution })
835
834
  .then((results) => {
836
835
  if (promise !== this.serverPromise) return;
837
836
 
838
837
  this._onRemoteExecutionStop(results);
839
- })
840
- .catch(() => {
841
- mumuki.kids.showResult({status: 'aborted'})
842
838
  });
843
839
  this.serverPromise = promise;
844
840
 
@@ -1,3 +1,3 @@
1
1
  module GobstonesVersionHook
2
- VERSION = '2.14.1'
2
+ VERSION = '2.14.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mumuki-gobstones-runner
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.14.1
4
+ version: 2.14.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Alfonso
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-01-05 00:00:00.000000000 Z
12
+ date: 2021-01-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gobstones-board