coursemology-polyglot 0.2.0 → 0.2.1
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: 2c9dae9550f5ee1f3a8d50b1171ba029fa7c1cde
|
4
|
+
data.tar.gz: 5dc40e606b18fbd2a39ff3959e2cbae8ac4f69a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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>
|
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.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-
|
11
|
+
date: 2016-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|