coursemology-polyglot 0.2.0 → 0.2.1

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: 850d32419c179c3627a42a164b050d921653edd8
4
- data.tar.gz: 46c77e2e07ccb7a675794444417572020298e040
3
+ metadata.gz: 2c9dae9550f5ee1f3a8d50b1171ba029fa7c1cde
4
+ data.tar.gz: 5dc40e606b18fbd2a39ff3959e2cbae8ac4f69a4
5
5
  SHA512:
6
- metadata.gz: 0dffa9713608433eb21132a169fc1c223d69424e2164ce35babdd61a18249abb8fda874caae00b2125df027b0cf1d61877b0810ed81f00c67fd05675a7144c05
7
- data.tar.gz: 8728f66494d2e31d79d08218f2dd09101f5f8daad8c8c9ada38c71f276b8282ed6e4023aac8900dbba37a7f985b654ef507848fb49f146d3bc2a8504562a2b74
6
+ metadata.gz: f3118928d967ab898b450d79301fed3060aed87fe2c8793dc56f82bf17ee8c5495b663a47e1d642666eba90cf70f503805e4944e8321120fa75dc719f6107a90
7
+ data.tar.gz: 026cf218714d15f05947c7e3ae8e9efdddd0ccec27e11fbf18141c61a1d8a237438bd49bcd52adf9e2e2ab860c690389482a006abd399506fc870fa3323102ef
@@ -1,19 +1,9 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <module type="RUBY_MODULE" version="4">
3
- <component name="FacetManager">
4
- <facet type="gem" name="Gem">
5
- <configuration>
6
- <option name="GEM_APP_ROOT_PATH" value="" />
7
- <option name="GEM_APP_TEST_PATH" value="" />
8
- <option name="GEM_APP_LIB_PATH" value="" />
9
- </configuration>
10
- </facet>
11
- </component>
12
3
  <component name="NewModuleRootManager" inherit-compiler-output="true">
13
4
  <exclude-output />
14
5
  <content url="file://$MODULE_DIR$" />
15
6
  <orderEntry type="inheritedJdk" />
16
7
  <orderEntry type="sourceFolder" forTests="false" />
17
- <orderEntry type="library" scope="PROVIDED" name="rake (v10.5.0, ruby-2.3.0-p7) [gem]" level="application" />
18
8
  </component>
19
9
  </module>
@@ -26,6 +26,7 @@ class Coursemology::Polyglot::Language
26
26
 
27
27
  eager_autoload do
28
28
  autoload :Python
29
+ autoload :JavaScript
29
30
  end
30
31
 
31
32
  # Marks the current class as a concrete language.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  module Coursemology; end
3
3
  module Coursemology::Polyglot
4
- VERSION = '0.2.0'.freeze
4
+ VERSION = '0.2.1'.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.0
4
+ version: 0.2.1
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-02 00:00:00.000000000 Z
11
+ date: 2016-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler