coursemology-polyglot 0.2.3 → 0.2.4
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d231097864dbdfd5fad242c31cdf1d4738ce13fe
|
|
4
|
+
data.tar.gz: 27dbd1f24091f10ddc6a0a8dd7841aba0d510318
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2a73b7b2d818e405a58ef9403c7d8e8101fce3cc49184fa68c11f9c56490d5167f4d9842af85ea1b8063b02a5431c76f0566c05e287c99778e0b35c0594aafe7
|
|
7
|
+
data.tar.gz: 39be468842e8f8609b6518114f341a3436bba592f7300d179fa2bdf5400785788414895ebdc9f72c8a49b6160614b3a6e2e46a949d81094a2d86944eb9287805
|
|
@@ -9,4 +9,8 @@ class Coursemology::Polyglot::Language::Python < Coursemology::Polyglot::Languag
|
|
|
9
9
|
class Python3Point4 < Coursemology::Polyglot::Language::Python
|
|
10
10
|
concrete_language 'Python 3.4', docker_image: 'python:3.4'
|
|
11
11
|
end
|
|
12
|
+
|
|
13
|
+
class Python3Point5 < Coursemology::Polyglot::Language::Python
|
|
14
|
+
concrete_language 'Python 3.5', docker_image: 'python:3.5'
|
|
15
|
+
end
|
|
12
16
|
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.2.
|
|
4
|
+
version: 0.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joel Low
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-07-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -188,4 +188,3 @@ signing_key:
|
|
|
188
188
|
specification_version: 4
|
|
189
189
|
summary: Coursemology polyglot definitions
|
|
190
190
|
test_files: []
|
|
191
|
-
has_rdoc:
|