mumuki-python-runner 1.3.0 → 1.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 455c69fffcdae300add9b25991d5f2c23faae08e2b436f4686f42a401f887c91
4
- data.tar.gz: 36f51f7970e4a9cc2e967ad58e546f5ac814cd44c72c457c22311918c262b9a6
3
+ metadata.gz: c7efa278c60d64a0b510b35942f4c5e817a5ec282c805e974b0a71b365c4fc0c
4
+ data.tar.gz: 7815850b09ac1255b63fdefa47526ccc1ec22d71ab30a158191016aeffe8d8c3
5
5
  SHA512:
6
- metadata.gz: afe53ed3c6c32dad95b2e4550f5ff898294bb44dc7da169a2c14b554ad82e790a3f47e4f6cf7bc426dc4a3aa4943805762cac00bbb6761ebf8c77cc5a36872e1
7
- data.tar.gz: 731beea5c08220b3eae104122d929476039e63f435825c6dd6b23fb60cf727187a4c2653f487311d758c6ab93b1ac84e50d4ab4b3da11f97566fefc72ce171e8
6
+ metadata.gz: 54f8711f24ff7501ee5d0d1e1d15a34e009dfe259e9d52d9b03ed61fffd1d3e7f823f7328ac74b531d41b5f42f48fb0efc9c045b250c2d0b51f776a1aa21d66b
7
+ data.tar.gz: 2f63c8fe651ed7712a582131c872bb6b30a240f7a5072289b7cfbc970b47a4c5b3f688bdd7a285e6ec7b9707b9c932aee3a16c38263b94e3106465f008642ac3
@@ -6,6 +6,7 @@ I18n.load_translations_path File.join(__dir__, 'locales', '*.yml')
6
6
  Mumukit.runner_name = 'python'
7
7
  Mumukit.configure do |config|
8
8
  config.docker_image = 'mumuki/mumuki-python-worker:1.1'
9
+ config.stateful = true
9
10
  end
10
11
 
11
12
  require_relative 'version'
@@ -1,3 +1,3 @@
1
1
  module PythonVersionHook
2
- VERSION = '1.3.0'
2
+ VERSION = '1.3.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mumuki-python-runner
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
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: 2019-02-06 00:00:00.000000000 Z
11
+ date: 2019-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mumukit