gobstones-blockly 0.21.0 → 0.21.1
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/gs-element-blockly.html +0 -1
- data/lib/gobstones/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: 0fc5b7e41e87ef3ac05f68b9a9b9c71647667a1e36b9ead54d8343af8264f23a
|
|
4
|
+
data.tar.gz: 73b2000422be01fcc5b8b18e680b9d33a67a6853fb3d174f9e55827fc8a04c4e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c6b46217bf0f743d85fcbea5d44a8be1011d1281b1f2701e7232e51c4e9be0fa37d8a56092a40859b44a3f6567bd56ee2d096dcdc25934fd95298a811c1ff651
|
|
7
|
+
data.tar.gz: 44397a14be84d026cf8f4a5953bc0f91e52b553fa45d076513e935f1b96c38d0f10f42f180bb47c8aaf94d33c1f0e21ff3f4eb144c7a12a6d9bdf69290ba5ce7
|
|
@@ -4425,7 +4425,6 @@ Blockly.Blocks.RepeticionCondicional = {
|
|
|
4425
4425
|
|
|
4426
4426
|
this.setColour(Blockly.CUSTOM_COLORS.RepeticionCondicional || Blockly.CUSTOM_COLORS.controlStructure);
|
|
4427
4427
|
this.appendValueInput('condicion')
|
|
4428
|
-
.setCheck('Bool')
|
|
4429
4428
|
.appendField('repetir hasta que');
|
|
4430
4429
|
this.appendStatementInput('block').setCheck(["Statement"]);
|
|
4431
4430
|
this.setInputsInline(true);
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gobstones-blockly
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.21.
|
|
4
|
+
version: 0.21.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rodrigo Alfonso
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-09-
|
|
11
|
+
date: 2018-09-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|