coursemology-polyglot 0.3.7 → 0.3.8

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
  SHA256:
3
- metadata.gz: 2c23bcb8ffbf90568e62cc479ddaa4e5ebaa69debcc58550b6f85aeb76ebf143
4
- data.tar.gz: 25510ea3b6b0b8511de17d9312e59a96867425141b88e80ece256381c0fab7a6
3
+ metadata.gz: 9b14fa173c8307393ebda4e463b0090517746b24ba746b9ff448df41acb56737
4
+ data.tar.gz: 60b1b40f59e4756a81b41fdd6bddc13fc80229ab822c72bfe2f9b5844ffe562d
5
5
  SHA512:
6
- metadata.gz: 5f8e6873c402ab15cdfec58c413d0b01de03645fc88f4cede15514b04866081e17a17796d92fbbd6edfa0573ddbd7e89caf0634546c14e32ee1b61cdbd63e99b
7
- data.tar.gz: 92fc3a582c491ed31799583aba9c152b3e71383eab13325482fbf7a3509de7a8ceba8d94b099586cf824bf49360882c4bed4f4e42d952ff2e72b3e2f0d0a90b2
6
+ metadata.gz: eefe3d539ce98748d807773cf019579ef658c51568aa24ff41d9a196c8b85847fd57c06c41aba963236686e81f126c2ca5ff3b6fe20a8a0778885e482209c163
7
+ data.tar.gz: f75df85f25ffe98b20ea11c992f8b8214d0318b36b05625634f687065ffc43057105fc80795c18a9b4b888fdaffda6ca09d59708348cee0586ca3a67ae48533a
@@ -30,7 +30,7 @@ class Coursemology::Polyglot::Language::Python < Coursemology::Polyglot::Languag
30
30
  concrete_language 'Python 3.10', docker_image: 'python:3.10'
31
31
  end
32
32
 
33
- class Python3Point10 < Coursemology::Polyglot::Language::Python
33
+ class Python3Point12 < Coursemology::Polyglot::Language::Python
34
34
  concrete_language 'Python 3.12', docker_image: 'python:3.12'
35
35
  end
36
36
  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.7'.freeze
4
+ VERSION = '0.3.8'.freeze
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coursemology-polyglot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.7
4
+ version: 0.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Low