coursemology-polyglot 0.2.5 → 0.2.6
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9e9d5cfdb23657b2f6e90d2f503ea89654d56aba
|
4
|
+
data.tar.gz: 3e8ba5daaf0b543af6437a8155beda55c1e7b32c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cba94d4f92fedeac6481e9ebe046dad37d1dc4e597bc7341fe6ed945d1433fe9aecfdc5b8bddb45517c81eba40709f197c31fa4a6919ee8b809fd2f40c1b2466
|
7
|
+
data.tar.gz: 5a79cb30c956efaba11d2e340d2693b4f44300e503c52df1288216224575eeebd2e5073ebfafede87370e5fb4dc8012d7ebab38677c5497bc6b77b155a94d837
|
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
|
+
version: 0.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joel Low
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-02-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -160,6 +160,7 @@ files:
|
|
160
160
|
- lib/coursemology/polyglot/concrete_language/class_methods.rb
|
161
161
|
- lib/coursemology/polyglot/engine.rb
|
162
162
|
- lib/coursemology/polyglot/language.rb
|
163
|
+
- lib/coursemology/polyglot/language/c_plus_plus.rb
|
163
164
|
- lib/coursemology/polyglot/language/java_script.rb
|
164
165
|
- lib/coursemology/polyglot/language/python.rb
|
165
166
|
- lib/coursemology/polyglot/version.rb
|