prolog-blockly 1.0.12 → 1.0.13

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: 206c858b7751997be69107e1517162f2eb9b48b86453fca1051c1b38abe814f5
4
- data.tar.gz: a1a0d7dec0ad4b524c268b79d5f549b4a24ad3bc391c05aae013ab35bda0eb7e
3
+ metadata.gz: ef3c9caefa2689a699cbb66594519b077360d5ff7f490ce27b9247ea2dfdbee9
4
+ data.tar.gz: ef17cc5ca934e0f8517dd100efb1c5d62025bba880378e95590414bddd749124
5
5
  SHA512:
6
- metadata.gz: 0c59363421322aa4a7158c22123055e499a4c839ddbd197a401ab21875b039bd6e80dd776f65e427149ef634b0775bae2846f91b91789f8fd7887b53cdd27fde
7
- data.tar.gz: 70ea9c2c06ed5646eb14ed0a65917cb17645ec09d162fe708044e78666a92cc20c7bb473b0a20dcd69081fd1d437c09e0ce9b205db979cf6ade4c5c22f9550de
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 Gobstones Language. Maybe you have forgotten any primitiveProcedure?",
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
- // this.workspace.addChangeListener(function (a, b, c) {
6918
- // Blockly.Events.disableOrphans(a, b, c);
6919
- // _this._onBlocklyWorkspaceUpdate();
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>
@@ -1,5 +1,5 @@
1
1
  module Prolog
2
2
  module Blockly
3
- VERSION = "1.0.12"
3
+ VERSION = "1.0.13"
4
4
  end
5
5
  end
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.12
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-08-22 00:00:00.000000000 Z
11
+ date: 2018-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler