mumuki-laboratory 6.7.1 → 6.7.2

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: 2eb350c1df6b4988aa58d5703de8b469c2b7174d9750eccfdd45e842918b8e1b
4
- data.tar.gz: 13beab464fb5e3455d7f612d7d8a14b26b578b03831a44504eb2ef20a1576af2
3
+ metadata.gz: 1245fecef79f70f30cef408fd0791c6533b8ca6275de62f87a4b80143eca8ea1
4
+ data.tar.gz: 5a582f5dcf4589376b68fab271f868be8bd462b8eba6ae816c5953468b70d2b4
5
5
  SHA512:
6
- metadata.gz: 4dbe0885fe1d10ba222ffff674875d3490dd28fc9c38da7ec6fe59798cf3d80ea00a59ace4a2946628ffac5bb1bdcf98025b8e2d2ebb97228147bfd32b181a3f
7
- data.tar.gz: e11e59fe0987f9d82d599b71753a9932226ec456bf71560f6684948c17b4a2ff5c4f53651e8dec4605018aba274d1794add2b140cd3bda331ebe1cef3ac5a171
6
+ metadata.gz: 301fb226da9efb70e86e5387d2e73414fe9db74b294238a597f0ce84820894c28dd54733151836a16d25fc71f87bd53d112460f49e45123d26d152060a059e57
7
+ data.tar.gz: e0fc7c0dc9fa2634cf0364c87ccfc3d2ce647a5eec22ca33d31919f34d5240e8ec8037ab958d3072d771497fb1d88f3287cafa91cbae4ae0252694584aa2cf02
@@ -264,7 +264,7 @@ mumuki.load(function () {
264
264
  }
265
265
 
266
266
  function animateHint() {
267
- mumuki.presenterCharacter.playAnimation('hint', mumuki.kids._getCharaterImage());
267
+ mumuki.presenterCharacter.playAnimation('hint', mumuki.kids._getCharacterImage());
268
268
  }
269
269
 
270
270
  mumuki.kids.resultAction.passed = mumuki.kids._showOnSuccessPopup;
@@ -1,5 +1,5 @@
1
1
  module Mumuki
2
2
  module Laboratory
3
- VERSION = '6.7.1'
3
+ VERSION = '6.7.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mumuki-laboratory
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.7.1
4
+ version: 6.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Franco Bulgarelli