coursemology-polyglot 0.2.4 → 0.2.5
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 +4 -4
- data/.travis.yml +3 -0
- data/lib/coursemology/polyglot/language/python.rb +4 -0
- data/lib/coursemology/polyglot/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d2e5d78706ad0ba90321ed18e3343a16ed92b6ce
|
|
4
|
+
data.tar.gz: 43bf5c1c1f0344a142ec0f6bd93390a4b2c2279a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f4da11d885fec2bd22326d599c0c2c3df8a18c0e63711518412ec01ccf347b8751cb381acd71313b554aa9c5c57c63857eaf5be2e4a925c1b806f0ac77340811
|
|
7
|
+
data.tar.gz: 7af2bec3bcf317a67d4ba9e701cfe5c75f57a5c75d4bdc39af6d491ac390ab0f2d8f6e7cfdc8b63e8b493699c0f96b049151c3fb58edc8646e97a3542829d83d
|
data/.travis.yml
CHANGED
|
@@ -13,4 +13,8 @@ class Coursemology::Polyglot::Language::Python < Coursemology::Polyglot::Languag
|
|
|
13
13
|
class Python3Point5 < Coursemology::Polyglot::Language::Python
|
|
14
14
|
concrete_language 'Python 3.5', docker_image: 'python:3.5'
|
|
15
15
|
end
|
|
16
|
+
|
|
17
|
+
class Python3Point6 < Coursemology::Polyglot::Language::Python
|
|
18
|
+
concrete_language 'Python 3.6', docker_image: 'python:3.6'
|
|
19
|
+
end
|
|
16
20
|
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.5
|
|
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-12-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -183,7 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
183
183
|
version: '0'
|
|
184
184
|
requirements: []
|
|
185
185
|
rubyforge_project:
|
|
186
|
-
rubygems_version: 2.
|
|
186
|
+
rubygems_version: 2.6.8
|
|
187
187
|
signing_key:
|
|
188
188
|
specification_version: 4
|
|
189
189
|
summary: Coursemology polyglot definitions
|