coursemology-polyglot 0.3 → 0.3.1

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
  SHA256:
3
- metadata.gz: 4ee427821b9548e400d2e7565fb721128ec3c812c6274fb725566a6787b9cfd5
4
- data.tar.gz: '0963217fc17cc9367d8fc1c786e1de8d550712d6bd7a86ee9fe57d505adb6b5f'
3
+ metadata.gz: 29e7d07cd6e687c8e701bc975418597f2324900316ff0d020666de3a83e55704
4
+ data.tar.gz: 9b43b41e22faaf224ba75d4f9489abb19735057b4474b2f1007e462d8dd7ef51
5
5
  SHA512:
6
- metadata.gz: 529e9bfed641986d9bb24f0e5a5205332d1f1d41ccfaca63e3ee0b028709b3dadf42513924e62508a4cf0666b58bfe814dc147211d869635e01faec58c51010d
7
- data.tar.gz: 66bd6c5c6959c93491839ce53165e205be74b835bc8d75498fd4a986460a23861f654ffeb81e6ec46217b0705adcec4b2819ef1f2ddac41f00bb51b46739f55f
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  module Coursemology; end
3
3
  module Coursemology::Polyglot
4
- VERSION = '0.3'.freeze
4
+ VERSION = '0.3.1'.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.3'
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: 2019-11-11 00:00:00.000000000 Z
11
+ date: 2021-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler