coursemology-polyglot 0.3 → 0.3.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 29e7d07cd6e687c8e701bc975418597f2324900316ff0d020666de3a83e55704
|
4
|
+
data.tar.gz: 9b43b41e22faaf224ba75d4f9489abb19735057b4474b2f1007e462d8dd7ef51
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5d42126affe862d1f585d0b61cef014671b218d17b7e4ac1cbfc54654bfa6d692072af18ba6f509a504917e0bfb76e2786ea80eb7900d37d193f86343e75039
|
7
|
+
data.tar.gz: ea2c89c3b31f6eb5c6a7c0e2bc7e622e6d224f261bce3de49ac62711337dc7ab111095ad43e432bbf3b1fc8c7ed02844a256b5c843f702778f6104b282b578cc
|
@@ -21,4 +21,8 @@ class Coursemology::Polyglot::Language::Python < Coursemology::Polyglot::Languag
|
|
21
21
|
class Python3Point7 < Coursemology::Polyglot::Language::Python
|
22
22
|
concrete_language 'Python 3.7', docker_image: 'python:3.7'
|
23
23
|
end
|
24
|
+
|
25
|
+
class Python3Point7 < Coursemology::Polyglot::Language::Python
|
26
|
+
concrete_language 'Python 3.9', docker_image: 'python:3.9'
|
27
|
+
end
|
24
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:
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joel Low
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-09-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|