gobstones-code-runner 0.7.2 → 0.8.0
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 844e384b48de376e216b3a46967286478da86e79f8bba21b4f2d9ce2db97cab6
|
|
4
|
+
data.tar.gz: de9b26b6d68bac5f6c798278ed6ad6b31b9598dda967a321466fe16a2b758753
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 66445365da20a2f998ca77e191e00d033bda8111f194a93b8e5776b495870c4f4b51935173548e5abec978992bea54fcc7cd6c278fe1089482998c504017e9d5
|
|
7
|
+
data.tar.gz: 227f1d8c17f9e766a31868371edfcc6f2b6b951fe3606e9154dd778532ca6cccb229e44b76762633f29667d49b5a8403cf0727216100496592daa4ae844073a2
|
|
@@ -9333,7 +9333,7 @@ var LOCALE_ES = exports.LOCALE_ES = {
|
|
|
9333
9333
|
|
|
9334
9334
|
'PRIM:isEmpty': 'esVacía',
|
|
9335
9335
|
'PRIM:head': 'primero',
|
|
9336
|
-
'PRIM:tail': '
|
|
9336
|
+
'PRIM:tail': 'sinElPrimero',
|
|
9337
9337
|
'PRIM:init': 'comienzo',
|
|
9338
9338
|
'PRIM:last': 'último',
|
|
9339
9339
|
|
|
@@ -19957,6 +19957,9 @@ function writeJboardToFile(filename, jboard) {
|
|
|
19957
19957
|
constructor() {
|
|
19958
19958
|
const { GobstonesInterpreterAPI } = window["gobstones-interpreter"];
|
|
19959
19959
|
this.interpreter = new GobstonesInterpreterAPI();
|
|
19960
|
+
|
|
19961
|
+
if (window.GBS_INFINITE_LOOP_TIMEOUT)
|
|
19962
|
+
this.interpreter.config.setInfiniteLoopTimeout(window.GBS_INFINITE_LOOP_TIMEOUT);
|
|
19960
19963
|
}
|
|
19961
19964
|
|
|
19962
19965
|
parse(sourceCode, onError = () => {}, onSuccess = (it) => it) {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gobstones-code-runner
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.8.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rodrigo Alfonso
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-01-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -87,8 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
87
87
|
- !ruby/object:Gem::Version
|
|
88
88
|
version: '0'
|
|
89
89
|
requirements: []
|
|
90
|
-
|
|
91
|
-
rubygems_version: 2.7.7
|
|
90
|
+
rubygems_version: 3.0.2
|
|
92
91
|
signing_key:
|
|
93
92
|
specification_version: 4
|
|
94
93
|
summary: Gobstones Code Runner
|