coursemology-polyglot 0.2.4 → 0.2.5

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: d231097864dbdfd5fad242c31cdf1d4738ce13fe
4
- data.tar.gz: 27dbd1f24091f10ddc6a0a8dd7841aba0d510318
3
+ metadata.gz: d2e5d78706ad0ba90321ed18e3343a16ed92b6ce
4
+ data.tar.gz: 43bf5c1c1f0344a142ec0f6bd93390a4b2c2279a
5
5
  SHA512:
6
- metadata.gz: 2a73b7b2d818e405a58ef9403c7d8e8101fce3cc49184fa68c11f9c56490d5167f4d9842af85ea1b8063b02a5431c76f0566c05e287c99778e0b35c0594aafe7
7
- data.tar.gz: 39be468842e8f8609b6518114f341a3436bba592f7300d179fa2bdf5400785788414895ebdc9f72c8a49b6160614b3a6e2e46a949d81094a2d86944eb9287805
6
+ metadata.gz: f4da11d885fec2bd22326d599c0c2c3df8a18c0e63711518412ec01ccf347b8751cb381acd71313b554aa9c5c57c63857eaf5be2e4a925c1b806f0ac77340811
7
+ data.tar.gz: 7af2bec3bcf317a67d4ba9e701cfe5c75f57a5c75d4bdc39af6d491ac390ab0f2d8f6e7cfdc8b63e8b493699c0f96b049151c3fb58edc8646e97a3542829d83d
@@ -11,5 +11,8 @@ matrix:
11
11
  bundler_args: "--jobs=3 --retry=3"
12
12
  cache: bundler
13
13
 
14
+ after_script:
15
+ - bundle exec codeclimate-test-reporter
16
+
14
17
  before_install:
15
18
  - gem update bundler
@@ -13,4 +13,8 @@ class Coursemology::Polyglot::Language::Python < Coursemology::Polyglot::Languag
13
13
  class Python3Point5 < Coursemology::Polyglot::Language::Python
14
14
  concrete_language 'Python 3.5', docker_image: 'python:3.5'
15
15
  end
16
+
17
+ class Python3Point6 < Coursemology::Polyglot::Language::Python
18
+ concrete_language 'Python 3.6', docker_image: 'python:3.6'
19
+ end
16
20
  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.4'.freeze
4
+ VERSION = '0.2.5'.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.4
4
+ version: 0.2.5
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-07-27 00:00:00.000000000 Z
11
+ date: 2016-12-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -183,7 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
183
  version: '0'
184
184
  requirements: []
185
185
  rubyforge_project:
186
- rubygems_version: 2.5.1
186
+ rubygems_version: 2.6.8
187
187
  signing_key:
188
188
  specification_version: 4
189
189
  summary: Coursemology polyglot definitions