mumuki-python-runner 1.5.0 → 1.5.1

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: b96184406c101c4a7b9e627936c5b4a06fa263b5a9de6a3e3f78a0a62f78499b
4
- data.tar.gz: d6f7a4575bded83c5f11c368c5aefe0a0b2d93bc3678bcf11b213eee03c2a5bf
3
+ metadata.gz: 91dfdb4a06fa385a926782155a7bdfff919556373be784c9bad9dcad981f334d
4
+ data.tar.gz: f3bdcb46a6ef02ea2ed62643df3a4b66963490e13752bbd5a27d34641a31e7ba
5
5
  SHA512:
6
- metadata.gz: 42aeb75b306a206b0d70dbbfee375b687871db2d16f392bdd47c0ce9f7010f79968608542fc0d2e94747dc45600d2736f720784f9ae6a120f8a9bb1cae1b41fa
7
- data.tar.gz: 222ba1f7dd0b7096e79eb5723bc08c05af42bbdbc77696d6660a724cf110312b3678ca95114bde71fc71046525e41790f166972bdc9314e29801d3ed4c5c29ae
6
+ metadata.gz: 0d3941d354533c48fec8a34b6029ade0e06d4a464f7a87f58307774248901501f7d0f55647ea261f95fce07b95baef97d9593360f7008d15f88bb146a5d1e945
7
+ data.tar.gz: 63b075164c4272bff420460cba8dd1efd946d234785a3001ea6d28c4a2feaf864296900bf5db69a711f7a78c535e0e72ca6059c80cc698d411cc08cd9acaf4cd
@@ -1,3 +1,3 @@
1
1
  module BasePythonVersionHook
2
- VERSION = '1.5.0'
2
+ VERSION = '1.5.1'
3
3
  end
@@ -3,3 +3,5 @@ class Python2ExpectationsHook < BasePythonExpectationsHook
3
3
  'Python2'
4
4
  end
5
5
  end
6
+
7
+ PythonExpectationsHook = Python2ExpectationsHook
@@ -4,7 +4,10 @@ def reload_python2_runner!
4
4
  Mumukit.runner_name = 'python'
5
5
  Mumukit.configure do |config|
6
6
  config.docker_image = 'mumuki/mumuki-python2-worker:0.1'
7
+ # comment type should be Mumukit::Directives::CommentType::Ruby, but it is
8
+ # Mumukit::Directives::CommentType::Cpp for backward compatibility
7
9
  config.stateful = true
10
+ config.structured = true
8
11
  end
9
12
  end
10
13
 
@@ -4,6 +4,8 @@ def reload_python3_runner!
4
4
  Mumukit.runner_name = 'python3'
5
5
  Mumukit.configure do |config|
6
6
  config.docker_image = 'mumuki/mumuki-python3-worker:0.1'
7
+ config.comment_type = Mumukit::Directives::CommentType::Ruby
8
+ config.structured = true
7
9
  config.stateful = true
8
10
  end
9
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mumuki-python-runner
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Franco Leonardo Bulgarelli