mumuki-html-runner 1.12.0 → 1.13.0

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/html_runner.rb +1 -1
  3. data/lib/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d8db675d5e648877bcce0ee0f75425a32feb7420bbdd949ff2c597fed1b29d6
4
- data.tar.gz: cda110ee20f2be0e29a2014796e2bdc85f05cd1fc0bd42cb59445b9f99343fc9
3
+ metadata.gz: c0b835e520d21c71424ff79e5b9446115bdb877e4cf84a1330393e1c22e5c377
4
+ data.tar.gz: bcd60454f5b92cca53dedcf268f979a0e1e94a17b59841bba80bf34dfb0e94f2
5
5
  SHA512:
6
- metadata.gz: 11ad0e00e6425509c572bc05701cf2ff663fdd0e0d2741bb740a0df7c36c1ff5df665fe3bbb256d88e619064d2e480929b40700b385a7d7721b387509377991a
7
- data.tar.gz: 2c7bc8b2a114926bced3eda497790ba2eaef4742b6222be04fb1d7a264bd335369246aff069345f569306588e1be3986a907ebcc59387b78bd1ef63ccfb2d52a
6
+ metadata.gz: aec1c8a3afe218b67519253ecfa82d9c45e5373933ce858dc58dc754934936b86ad677bfc7326c817dfb14dae111fbdac13446d823d7e6a03bc0ea2f906316f6
7
+ data.tar.gz: aae7ca5666b136c028ece67538043a91d5ffd3d642e41eb8960a436a1d41c9d3940e5e8de1cf619768149298bcdafa9b45559bbd1044e7ec4f3dadeb3ac99978
data/lib/html_runner.rb CHANGED
@@ -9,7 +9,7 @@ I18n.load_translations_path File.join(__dir__, 'locales', '*.yml')
9
9
 
10
10
  Mumukit.runner_name = 'html'
11
11
  Mumukit.configure do |config|
12
- config.docker_image = 'mumuki/mumuki-html-worker:1.4'
12
+ config.docker_image = 'mumuki/mumuki-html-worker:2.0'
13
13
  config.content_type = 'html'
14
14
  config.process_expectations_on_empty_content = true
15
15
  config.run_test_hook_on_empty_test = true
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module HtmlVersionHook
2
- VERSION = '1.12.0'
2
+ VERSION = '1.13.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mumuki-html-runner
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.13.0
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-20 00:00:00.000000000 Z
11
+ date: 2021-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mumukit