gobstones-blockly 0.10.2 → 0.10.3

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: 0ebce783ae4675bbd362ac7d928a6c40f7ebc9c88223d28d3fcf689f1ee4c6db
4
- data.tar.gz: faf279d8bfc0fcce6b5a7fabec0868c83c01f48896eba524bcabc1e3b6cf15f9
3
+ metadata.gz: 3a85dadb56aeedaf4405884ad24dedc8145d62b9665be27b3bb0bc6518010a06
4
+ data.tar.gz: ba06f79a4e592c519a01813a56f04ac2cb4a6f672feef76913a069481245f3ea
5
5
  SHA512:
6
- metadata.gz: 61820ef1e45b0b254c22de25d80529c487f13f89a262d4daf3a74a271222ee5651f816492c443770d086064be68523ad16a7996967754d08255be98425781ebc
7
- data.tar.gz: 37b0a44b638303c22133d6f66b68e4b0327daa0cc09f0a8eaa350c832d49c1753ebb04a22d8f42f240bc1faac379198e799993251fe842f24dc07ef0944f48af
6
+ metadata.gz: ef4884a64413fac463154ebeacccca243373dbe74e1f9ff47e6bcdb31c27fe26e617c60e2ed6701274cc7916dcb2dee3532d0c028ce751b6b2419df932c4571d
7
+ data.tar.gz: 4a3366db0bff260ab3fd41946033dae0847a766c16460bd32892eb0d577ace4957211d8f5eb49ee14a7deb0bad783420773daee51d24acd2bec22cf4a064f203
@@ -4998,16 +4998,18 @@ function callGenerator(name, args = [], newLine, order) {
4998
4998
  /**
4999
4999
  * Retorna la funcion que genera el codigo para un bloque tipo PROC(arg1, arg2, ...)
5000
5000
  */
5001
- window.procBlockCodeGenerator = function(procName, args) {
5001
+ function procBlockCodeGenerator(procName, args) {
5002
5002
  return callGenerator(procName, args, true);
5003
5003
  }
5004
+ window.procBlockCodeGenerator = procBlockCodeGenerator;
5004
5005
 
5005
5006
  /**
5006
5007
  * Retorna la funcion que genera el codigo para un bloque tipo function(arg1, arg2, ...)
5007
5008
  */
5008
- window.functionBlockCodeGenerator = function(procName, args) {
5009
+ function functionBlockCodeGenerator(procName, args) {
5009
5010
  return callGenerator(procName, args, false, Blockly.GobstonesLanguage.ORDER_FUNCTION_CALL);
5010
5011
  }
5012
+ window.functionBlockCodeGenerator = functionBlockCodeGenerator;
5011
5013
 
5012
5014
  /**
5013
5015
  * Retorna la funcion que genera el codigo para un bloque tipo Expr(arg1, arg2, ...)
@@ -1,5 +1,5 @@
1
1
  module Gobstones
2
2
  module Blockly
3
- VERSION = "0.10.2"
3
+ VERSION = "0.10.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gobstones-blockly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.2
4
+ version: 0.10.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Alfonso