mumuki-laboratory 5.10.1 → 5.10.2

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: 42dc9471f1a0a74ace505a73db807a18852b0347f79059953eb5c46a2756fc73
4
- data.tar.gz: e03f2a3eb2f5037cbe01d12847cd0c9bf200ce8d6c5729f7c20536837f09f8c3
3
+ metadata.gz: e60fef1eb3f4e1e981412ff5c2ee122fa69c47a028c2c99bf0a1578d098cee8b
4
+ data.tar.gz: f493d8851d6ca8f25949204088a328b19612efbdd71cc42b97df35095a2ea68f
5
5
  SHA512:
6
- metadata.gz: 2e36aac69358d75f9eceb7058c5fcbf38041acdc8be060aa0703bffab770175277a3b5b6bb669ce19118ce0c7b3cf95c9034584476e907d604e38a9eb583d2ce
7
- data.tar.gz: e10e71a29c00f626bf47a5e2ab008bee671638bc57e8b633e9af62025e4edd330fb550014084e7f173f85ef1b5e64613da3465d6b2e65fc111ec4e158e383344
6
+ metadata.gz: b75d32d57c5f4b7ab73eab6fa1fe70ff5a945a6f03719c38e30964b9ee232546652f6781c7145ec00eb762ccb26e019c6319f913051fd29dae6f865dbf70de38
7
+ data.tar.gz: ba7c9ad725448ca96af9e40b607834653cd52e405d0b6c178adfbfe8c1d8ab7b8ba184a27bd708f367e16bebdb537f967936da1e566cfa0dfb22ff3908a9b350
@@ -17,5 +17,5 @@
17
17
  <div class="description"><%= exercise.description_task %></div>
18
18
  <div class="hint" style="display: none"><%= exercise.hint_html %></div>
19
19
  </div>
20
- <div class="mu-kids-character-speech-bubble-failed <%= @assignment.status %>" style="display: none"></div>
20
+ <div class="mu-kids-character-speech-bubble-failed <%= @assignment&.status %>" style="display: none"></div>
21
21
  </div>
@@ -3,3 +3,4 @@
3
3
  <%= render_custom_editor(@exercise) %>
4
4
  <%= form.hidden_field :content, id: "mu-custom-editor-value", value: @current_content %>
5
5
  <%= form.hidden_field :content_extra, id: "mu-custom-editor-extra", value: @exercise.extra %>
6
+ <%= form.hidden_field :content, id: "mu-custom-editor-test", value: @exercise.test %>
@@ -1,5 +1,5 @@
1
1
  module Mumuki
2
2
  module Laboratory
3
- VERSION = '5.10.1'
3
+ VERSION = '5.10.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mumuki-laboratory
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.10.1
4
+ version: 5.10.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Franco Bulgarelli
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-26 00:00:00.000000000 Z
11
+ date: 2018-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails