prolog-blockly 1.0.12 → 1.0.13
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/app/assets/htmls/pl-element-blockly.html +5 -7
- data/lib/prolog/blockly/version.rb +1 -1
- 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: ef3c9caefa2689a699cbb66594519b077360d5ff7f490ce27b9247ea2dfdbee9
|
|
4
|
+
data.tar.gz: ef17cc5ca934e0f8517dd100efb1c5d62025bba880378e95590414bddd749124
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b1f0850497c197a816f72deebbe1dc3721ab5c5d0bd5c96e705fd4b9cb0d3e770c3c145c08e6e3f2b0c21a48c790a7ddc35eac2f476b97f4919037b819f4592
|
|
7
|
+
data.tar.gz: 6a768f798871b75a221b99800486e8a22b7ebb34e66bbf1c39399220d985f1d225919cf186fa29131c81bf5d6c30dff17a783d154c18933637d1744a5b91169e
|
|
@@ -6786,7 +6786,7 @@ Blockly.ErrorInforming.CssContent = [
|
|
|
6786
6786
|
if(e.message.includes("nextConnection is null")){
|
|
6787
6787
|
throw {
|
|
6788
6788
|
name: "BlockTypeError",
|
|
6789
|
-
message: "There is at least one block type declared in the 'type' property of the block tag of the xml, which is incorrect or belongs to a block that is not in the
|
|
6789
|
+
message: "There is at least one block type declared in the 'type' property of the block tag of the xml, which is incorrect or belongs to a block that is not in the tonesobstones Language. Maybe you have forgotten any primitiveProcedure?",
|
|
6790
6790
|
toString: function(){ return this.name + ': ' + this.message; }
|
|
6791
6791
|
};
|
|
6792
6792
|
} else {
|
|
@@ -6914,10 +6914,9 @@ Blockly.ErrorInforming.CssContent = [
|
|
|
6914
6914
|
}
|
|
6915
6915
|
});
|
|
6916
6916
|
var _this = this;
|
|
6917
|
-
|
|
6918
|
-
|
|
6919
|
-
|
|
6920
|
-
// });
|
|
6917
|
+
this.workspace.addChangeListener(function (a, b, c) {
|
|
6918
|
+
_this._onBlocklyWorkspaceUpdate();
|
|
6919
|
+
});
|
|
6921
6920
|
this.resetWorkspace()
|
|
6922
6921
|
this._onresize();
|
|
6923
6922
|
if(window.jQuery !== undefined) {
|
|
@@ -7055,5 +7054,4 @@ Blockly.ErrorInforming.CssContent = [
|
|
|
7055
7054
|
}
|
|
7056
7055
|
});
|
|
7057
7056
|
</script>
|
|
7058
|
-
</dom-module>
|
|
7059
|
-
</body></html>
|
|
7057
|
+
</dom-module></body></html>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prolog-blockly
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Agustin Pina
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-09-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|