mumuki-puzzle-runner 1.0.2 → 1.0.3
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/lib/public/css/muzzle-editor.css +0 -4
- data/lib/public/js/muzzle-editor.js +16 -1
- data/lib/version_hook.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: 969e3f9fc0351a8ef3700be527ff4a977df0d5be6f49a55d9857255ffda6b9af
|
|
4
|
+
data.tar.gz: f388dce7952f3abd843b27a2f82744d5519716a0a6c5d461fc9842d3f8c0562e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3fb7208972a9c6efa975a6272bb95c9b62613f63a5fea7c6b115058b708d44b199455e2b90f3ebffca01d41076c8a178191e0e960f0889938356253fc91b64af
|
|
7
|
+
data.tar.gz: 8e8f8c653af72c67e7199ff72d6be49f1c790f4a9cd4c700c699f66f8aa913b01ab0b7725ae1c71efca6bb062471e8b799471e3078e26ab32daa457dce186e79
|
|
@@ -62,7 +62,7 @@ $(() => {
|
|
|
62
62
|
|
|
63
63
|
Muzzle.register('onReady', () => {
|
|
64
64
|
if (Muzzle.simple) {
|
|
65
|
-
$('.mu-kids-exercise-workspace').addClass('
|
|
65
|
+
$('.mu-kids-exercise-workspace').addClass('mu-submitless-exercise');
|
|
66
66
|
}
|
|
67
67
|
});
|
|
68
68
|
|
|
@@ -78,5 +78,20 @@ $(() => {
|
|
|
78
78
|
// are actually loaded before this script, puzzle runner is not aimed
|
|
79
79
|
// to be used without a custom editor
|
|
80
80
|
mumuki.assetsLoadedFor('layout');
|
|
81
|
+
|
|
82
|
+
mumuki.I18n.register({
|
|
83
|
+
'es': {
|
|
84
|
+
'kindergarten_passed': '¡Muy bien! Armaste el rompecabezas'
|
|
85
|
+
},
|
|
86
|
+
'es-CL': {
|
|
87
|
+
'kindergarten_passed': '¡Muy bien! Armaste el rompecabezas'
|
|
88
|
+
},
|
|
89
|
+
'en': {
|
|
90
|
+
'kindergarten_passed': 'Very well! You solve the puzzle'
|
|
91
|
+
},
|
|
92
|
+
'pt': {
|
|
93
|
+
'kindergarten_passed': 'Muito bom! Você mentou o quebra-cabeça'
|
|
94
|
+
},
|
|
95
|
+
});
|
|
81
96
|
});
|
|
82
97
|
});
|
data/lib/version_hook.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mumuki-puzzle-runner
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Franco Leonardo Bulgarelli
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-01-
|
|
11
|
+
date: 2021-01-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: mumukit
|