coursemology-polyglot 0.3.1 → 0.3.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4c0f87808237817c596edac6ca947524023bb99fbe259c7ec066abe7543d7d35
|
4
|
+
data.tar.gz: bcbae8b7f2e857f2d574c738e13a2df65b4cda056e992a2085f30f8f46038e8a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9c9288ff62d5a2b3cf230b7565b5016f2b06a88f5c83cb406e1a091586be1d98c5ca797ee279328066be22397b4eb35bed7c9516dafead732e20996f3c48929
|
7
|
+
data.tar.gz: 0d0491cb3952f62db93fce56b88474e4ba62de24fe502d3ce5ea521fd7870c2701a7b5279c7f9157576e87d543fad46f12a04ee03ece7d768249a10b45212dd3
|
@@ -22,7 +22,7 @@ class Coursemology::Polyglot::Language::Python < Coursemology::Polyglot::Languag
|
|
22
22
|
concrete_language 'Python 3.7', docker_image: 'python:3.7'
|
23
23
|
end
|
24
24
|
|
25
|
-
class
|
25
|
+
class Python3Point9 < Coursemology::Polyglot::Language::Python
|
26
26
|
concrete_language 'Python 3.9', docker_image: 'python:3.9'
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: coursemology-polyglot
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joel Low
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-09-
|
11
|
+
date: 2021-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|