coursemology-polyglot 0.2.3 → 0.2.4

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
  SHA1:
3
- metadata.gz: 6e207a9e893f8bf92b666be1b4d6cd3417cb329e
4
- data.tar.gz: ccb93478f60bbfe16fea0b6f0152a680ee011b57
3
+ metadata.gz: d231097864dbdfd5fad242c31cdf1d4738ce13fe
4
+ data.tar.gz: 27dbd1f24091f10ddc6a0a8dd7841aba0d510318
5
5
  SHA512:
6
- metadata.gz: ddc6057c0d2df965a5ccb5f09ca76ece3c0f8a0f4c9b742e46eeaa217e8d662473c98cc39659aaaa522d72abd03294a16a9c96bc2e64af10617473459562e1d6
7
- data.tar.gz: a2443ad850d1c4d2cdb4c041b5cb1404efe6a1187ec84b361097361af83c6a66140e8ebaf412bf3dcd76971f7848538593aabf78aaa70b27f17a47263d617978
6
+ metadata.gz: 2a73b7b2d818e405a58ef9403c7d8e8101fce3cc49184fa68c11f9c56490d5167f4d9842af85ea1b8063b02a5431c76f0566c05e287c99778e0b35c0594aafe7
7
+ data.tar.gz: 39be468842e8f8609b6518114f341a3436bba592f7300d179fa2bdf5400785788414895ebdc9f72c8a49b6160614b3a6e2e46a949d81094a2d86944eb9287805
@@ -9,4 +9,8 @@ class Coursemology::Polyglot::Language::Python < Coursemology::Polyglot::Languag
9
9
  class Python3Point4 < Coursemology::Polyglot::Language::Python
10
10
  concrete_language 'Python 3.4', docker_image: 'python:3.4'
11
11
  end
12
+
13
+ class Python3Point5 < Coursemology::Polyglot::Language::Python
14
+ concrete_language 'Python 3.5', docker_image: 'python:3.5'
15
+ end
12
16
  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.3'.freeze
4
+ VERSION = '0.2.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.3
4
+ version: 0.2.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: 2016-04-03 00:00:00.000000000 Z
11
+ date: 2016-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -188,4 +188,3 @@ signing_key:
188
188
  specification_version: 4
189
189
  summary: Coursemology polyglot definitions
190
190
  test_files: []
191
- has_rdoc: