coursemology-polyglot 0.3.1 → 0.3.2

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