coursemology-polyglot 0.2.9.3 → 0.2.9.4

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
  SHA1:
3
- metadata.gz: 1f80970871fc79831a433398f1a299575746d66f
4
- data.tar.gz: 7d0843d5d4d7443d29fd50ed73d9a05ccc2dd0e9
3
+ metadata.gz: 87869e988b0e1459c91e5392a7c3c6e4c05a8102
4
+ data.tar.gz: 6a948e0ad3e50802750ab00ed63bed6c715285da
5
5
  SHA512:
6
- metadata.gz: 162cfd57b53cd99414ece2e74fc5f97a40313502e0fc3eb7356e52cd261381070bcfd0f182c6c0362d98218aeeb571bd2b367ef4d7b5886c144793a5942f3bf4
7
- data.tar.gz: 3bf9195eb92baa48b5e8bce23346b5660d8204977af493f391d608d25e7dc5440b445e13c9b93e4179baf92bc862dd286ab50273c341b30e699fdb7ea3592e86
6
+ metadata.gz: fa6f93d20300209b3f748d6de3398307b5056e104829ecc1515de13207452f5c6c3dcf86c368dd4d41fd9eab652227ec2c8d74b610f4ba16f76474e4174e33b9
7
+ data.tar.gz: f8e8d219331be51c004e968d579028488dee987b72cee19c823fa26c2db0b970fad69dca108d74068a4ef2fcf863abde67af71179bcc94d7825af5f5de6604dd
@@ -17,4 +17,8 @@ class Coursemology::Polyglot::Language::Python < Coursemology::Polyglot::Languag
17
17
  class Python3Point6 < Coursemology::Polyglot::Language::Python
18
18
  concrete_language 'Python 3.6', docker_image: 'python:3.6'
19
19
  end
20
+
21
+ class Python3Point7 < Coursemology::Polyglot::Language::Python
22
+ concrete_language 'Python 3.7', docker_image: 'python:3.7'
23
+ end
20
24
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  module Coursemology; end
3
3
  module Coursemology::Polyglot
4
- VERSION = '0.2.9.3'.freeze
4
+ VERSION = '0.2.9.4'.freeze
5
5
  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.9.3
4
+ version: 0.2.9.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: 2018-11-12 00:00:00.000000000 Z
11
+ date: 2019-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -185,7 +185,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
185
185
  version: '0'
186
186
  requirements: []
187
187
  rubyforge_project:
188
- rubygems_version: 2.6.11
188
+ rubygems_version: 2.6.8
189
189
  signing_key:
190
190
  specification_version: 4
191
191
  summary: Coursemology polyglot definitions