coursemology-evaluator 0.0.0
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 +7 -0
- data/.gitignore +19 -0
- data/.idea/Coursemology Evaluator.iml +84 -0
- data/.rspec +1 -0
- data/.travis.yml +14 -0
- data/Gemfile +4 -0
- data/README.md +2 -0
- data/Rakefile +6 -0
- data/coursemology-evaluator.gemspec +23 -0
- data/lib/coursemology/evaluator.rb +7 -0
- data/lib/coursemology/evaluator/version.rb +4 -0
- metadata +96 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 5f657ff4fb4a91a54c47c89e92c77b77468f2e31
|
|
4
|
+
data.tar.gz: 9ee476d105cd7c0e4b31ea29bbfb9eeda7d64851
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 632fe4ad58fd76845820837250065ab81833a3f226350cdb2bddca7fd477a022b731a99e29d634fd9b2922e84ebec55e5d0e27d2dd9b69fd08692066010242b7
|
|
7
|
+
data.tar.gz: 7f7567307170a6788804126e8bbe561140e45ea6f993a106dda3860c4fe6e89dba77a1149b9c274e9a05a05b84e615256ab71e3664b6fc330d496c6d79105726
|
data/.gitignore
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
|
|
2
|
+
#
|
|
3
|
+
# If you find yourself ignoring temporary files generated by your text editor
|
|
4
|
+
# or operating system, you probably want to add a global ignore instead:
|
|
5
|
+
# git config --global core.excludesfile '~/.gitignore_global'
|
|
6
|
+
|
|
7
|
+
# Ignore bundler config and gems.
|
|
8
|
+
/.bundle
|
|
9
|
+
/vendor/bundle
|
|
10
|
+
|
|
11
|
+
# Ignore user-specific Intellij project files
|
|
12
|
+
/.idea/dictionaries/*
|
|
13
|
+
/.idea/.rakeTasks
|
|
14
|
+
/.idea/.generators
|
|
15
|
+
/.idea/workspace.xml
|
|
16
|
+
|
|
17
|
+
# Ignore generated code coverage information
|
|
18
|
+
/spec/coverage/*
|
|
19
|
+
/coverage/*
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
|
3
|
+
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
4
|
+
<exclude-output />
|
|
5
|
+
<content url="file://$MODULE_DIR$">
|
|
6
|
+
<excludeFolder url="file://$MODULE_DIR$/vendor/bundle" />
|
|
7
|
+
</content>
|
|
8
|
+
<orderEntry type="inheritedJdk" />
|
|
9
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
10
|
+
<orderEntry type="module-library">
|
|
11
|
+
<library name="diff-lcs (vbundled(1.2.5), D:/Development/Projects/Coursemology Evaluator/vendor/bundle/ruby/2.2.0/gems/diff-lcs-1.2.5) [path][gem]">
|
|
12
|
+
<CLASSES>
|
|
13
|
+
<root url="file://$MODULE_DIR$/vendor/bundle/ruby/2.2.0/gems/diff-lcs-1.2.5/bin" />
|
|
14
|
+
<root url="file://$MODULE_DIR$/vendor/bundle/ruby/2.2.0/gems/diff-lcs-1.2.5/lib" />
|
|
15
|
+
<root url="file://$MODULE_DIR$/vendor/bundle/ruby/2.2.0/gems/diff-lcs-1.2.5/autotest" />
|
|
16
|
+
</CLASSES>
|
|
17
|
+
<JAVADOC />
|
|
18
|
+
<SOURCES>
|
|
19
|
+
<root url="file://$MODULE_DIR$/vendor/bundle/ruby/2.2.0/gems/diff-lcs-1.2.5/bin" />
|
|
20
|
+
<root url="file://$MODULE_DIR$/vendor/bundle/ruby/2.2.0/gems/diff-lcs-1.2.5/lib" />
|
|
21
|
+
<root url="file://$MODULE_DIR$/vendor/bundle/ruby/2.2.0/gems/diff-lcs-1.2.5/autotest" />
|
|
22
|
+
</SOURCES>
|
|
23
|
+
</library>
|
|
24
|
+
</orderEntry>
|
|
25
|
+
<orderEntry type="module-library">
|
|
26
|
+
<library name="rspec (vbundled(3.4.0), D:/Development/Projects/Coursemology Evaluator/vendor/bundle/ruby/2.2.0/gems/rspec-3.4.0) [path][gem]">
|
|
27
|
+
<CLASSES>
|
|
28
|
+
<root url="file://$MODULE_DIR$/vendor/bundle/ruby/2.2.0/gems/rspec-3.4.0/lib" />
|
|
29
|
+
</CLASSES>
|
|
30
|
+
<JAVADOC />
|
|
31
|
+
<SOURCES>
|
|
32
|
+
<root url="file://$MODULE_DIR$/vendor/bundle/ruby/2.2.0/gems/rspec-3.4.0/lib" />
|
|
33
|
+
</SOURCES>
|
|
34
|
+
</library>
|
|
35
|
+
</orderEntry>
|
|
36
|
+
<orderEntry type="module-library">
|
|
37
|
+
<library name="rspec-core (vbundled(3.4.1), D:/Development/Projects/Coursemology Evaluator/vendor/bundle/ruby/2.2.0/gems/rspec-core-3.4.1) [path][gem]">
|
|
38
|
+
<CLASSES>
|
|
39
|
+
<root url="file://$MODULE_DIR$/vendor/bundle/ruby/2.2.0/gems/rspec-core-3.4.1/exe" />
|
|
40
|
+
<root url="file://$MODULE_DIR$/vendor/bundle/ruby/2.2.0/gems/rspec-core-3.4.1/lib" />
|
|
41
|
+
</CLASSES>
|
|
42
|
+
<JAVADOC />
|
|
43
|
+
<SOURCES>
|
|
44
|
+
<root url="file://$MODULE_DIR$/vendor/bundle/ruby/2.2.0/gems/rspec-core-3.4.1/exe" />
|
|
45
|
+
<root url="file://$MODULE_DIR$/vendor/bundle/ruby/2.2.0/gems/rspec-core-3.4.1/lib" />
|
|
46
|
+
</SOURCES>
|
|
47
|
+
</library>
|
|
48
|
+
</orderEntry>
|
|
49
|
+
<orderEntry type="module-library">
|
|
50
|
+
<library name="rspec-expectations (vbundled(3.4.0), D:/Development/Projects/Coursemology Evaluator/vendor/bundle/ruby/2.2.0/gems/rspec-expectations-3.4.0) [path][gem]">
|
|
51
|
+
<CLASSES>
|
|
52
|
+
<root url="file://$MODULE_DIR$/vendor/bundle/ruby/2.2.0/gems/rspec-expectations-3.4.0/lib" />
|
|
53
|
+
</CLASSES>
|
|
54
|
+
<JAVADOC />
|
|
55
|
+
<SOURCES>
|
|
56
|
+
<root url="file://$MODULE_DIR$/vendor/bundle/ruby/2.2.0/gems/rspec-expectations-3.4.0/lib" />
|
|
57
|
+
</SOURCES>
|
|
58
|
+
</library>
|
|
59
|
+
</orderEntry>
|
|
60
|
+
<orderEntry type="module-library">
|
|
61
|
+
<library name="rspec-mocks (vbundled(3.4.0), D:/Development/Projects/Coursemology Evaluator/vendor/bundle/ruby/2.2.0/gems/rspec-mocks-3.4.0) [path][gem]">
|
|
62
|
+
<CLASSES>
|
|
63
|
+
<root url="file://$MODULE_DIR$/vendor/bundle/ruby/2.2.0/gems/rspec-mocks-3.4.0/lib" />
|
|
64
|
+
</CLASSES>
|
|
65
|
+
<JAVADOC />
|
|
66
|
+
<SOURCES>
|
|
67
|
+
<root url="file://$MODULE_DIR$/vendor/bundle/ruby/2.2.0/gems/rspec-mocks-3.4.0/lib" />
|
|
68
|
+
</SOURCES>
|
|
69
|
+
</library>
|
|
70
|
+
</orderEntry>
|
|
71
|
+
<orderEntry type="module-library">
|
|
72
|
+
<library name="rspec-support (vbundled(3.4.1), D:/Development/Projects/Coursemology Evaluator/vendor/bundle/ruby/2.2.0/gems/rspec-support-3.4.1) [path][gem]">
|
|
73
|
+
<CLASSES>
|
|
74
|
+
<root url="file://$MODULE_DIR$/vendor/bundle/ruby/2.2.0/gems/rspec-support-3.4.1/lib" />
|
|
75
|
+
</CLASSES>
|
|
76
|
+
<JAVADOC />
|
|
77
|
+
<SOURCES>
|
|
78
|
+
<root url="file://$MODULE_DIR$/vendor/bundle/ruby/2.2.0/gems/rspec-support-3.4.1/lib" />
|
|
79
|
+
</SOURCES>
|
|
80
|
+
</library>
|
|
81
|
+
</orderEntry>
|
|
82
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v10.4.2, ruby-2.2.4-p183) [gem]" level="application" />
|
|
83
|
+
</component>
|
|
84
|
+
</module>
|
data/.rspec
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
--color
|
data/.travis.yml
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
sudo: false
|
|
2
|
+
language: ruby
|
|
3
|
+
rvm:
|
|
4
|
+
- 2.1.7
|
|
5
|
+
- 2.2.3
|
|
6
|
+
- ruby-head
|
|
7
|
+
matrix:
|
|
8
|
+
allow_failures:
|
|
9
|
+
- rvm: ruby-head
|
|
10
|
+
bundler_args: "--jobs=3 --retry=3 --without development:production --deployment"
|
|
11
|
+
cache: bundler
|
|
12
|
+
|
|
13
|
+
before_install:
|
|
14
|
+
- gem update bundler
|
data/Gemfile
ADDED
data/README.md
ADDED
data/Rakefile
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
lib = File.expand_path('../lib', __FILE__)
|
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
|
+
require 'coursemology/evaluator/version'
|
|
5
|
+
|
|
6
|
+
Gem::Specification.new do |spec|
|
|
7
|
+
spec.name = 'coursemology-evaluator'
|
|
8
|
+
spec.version = Coursemology::Evaluator::VERSION
|
|
9
|
+
spec.authors = ['Joel Low']
|
|
10
|
+
spec.email = ['joel@joelsplace.sg']
|
|
11
|
+
spec.license = 'MIT'
|
|
12
|
+
|
|
13
|
+
spec.summary = 'Coursemology programming package evaluator'
|
|
14
|
+
spec.description = 'Sets up a consistent environment for evaluating programming packages.'
|
|
15
|
+
spec.homepage = 'http://coursemology.org'
|
|
16
|
+
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
17
|
+
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
18
|
+
spec.require_paths = ['lib']
|
|
19
|
+
|
|
20
|
+
spec.add_development_dependency 'bundler', '~> 1.10'
|
|
21
|
+
spec.add_development_dependency 'rake', '~> 10.0'
|
|
22
|
+
spec.add_development_dependency 'rspec'
|
|
23
|
+
end
|
metadata
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: coursemology-evaluator
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Joel Low
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2015-12-12 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: bundler
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - "~>"
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '1.10'
|
|
20
|
+
type: :development
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - "~>"
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '1.10'
|
|
27
|
+
- !ruby/object:Gem::Dependency
|
|
28
|
+
name: rake
|
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - "~>"
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '10.0'
|
|
34
|
+
type: :development
|
|
35
|
+
prerelease: false
|
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - "~>"
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '10.0'
|
|
41
|
+
- !ruby/object:Gem::Dependency
|
|
42
|
+
name: rspec
|
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
|
44
|
+
requirements:
|
|
45
|
+
- - ">="
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
version: '0'
|
|
48
|
+
type: :development
|
|
49
|
+
prerelease: false
|
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
+
requirements:
|
|
52
|
+
- - ">="
|
|
53
|
+
- !ruby/object:Gem::Version
|
|
54
|
+
version: '0'
|
|
55
|
+
description: Sets up a consistent environment for evaluating programming packages.
|
|
56
|
+
email:
|
|
57
|
+
- joel@joelsplace.sg
|
|
58
|
+
executables: []
|
|
59
|
+
extensions: []
|
|
60
|
+
extra_rdoc_files: []
|
|
61
|
+
files:
|
|
62
|
+
- ".gitignore"
|
|
63
|
+
- ".idea/Coursemology Evaluator.iml"
|
|
64
|
+
- ".rspec"
|
|
65
|
+
- ".travis.yml"
|
|
66
|
+
- Gemfile
|
|
67
|
+
- README.md
|
|
68
|
+
- Rakefile
|
|
69
|
+
- coursemology-evaluator.gemspec
|
|
70
|
+
- lib/coursemology/evaluator.rb
|
|
71
|
+
- lib/coursemology/evaluator/version.rb
|
|
72
|
+
homepage: http://coursemology.org
|
|
73
|
+
licenses:
|
|
74
|
+
- MIT
|
|
75
|
+
metadata: {}
|
|
76
|
+
post_install_message:
|
|
77
|
+
rdoc_options: []
|
|
78
|
+
require_paths:
|
|
79
|
+
- lib
|
|
80
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
81
|
+
requirements:
|
|
82
|
+
- - ">="
|
|
83
|
+
- !ruby/object:Gem::Version
|
|
84
|
+
version: '0'
|
|
85
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
86
|
+
requirements:
|
|
87
|
+
- - ">="
|
|
88
|
+
- !ruby/object:Gem::Version
|
|
89
|
+
version: '0'
|
|
90
|
+
requirements: []
|
|
91
|
+
rubyforge_project:
|
|
92
|
+
rubygems_version: 2.4.8
|
|
93
|
+
signing_key:
|
|
94
|
+
specification_version: 4
|
|
95
|
+
summary: Coursemology programming package evaluator
|
|
96
|
+
test_files: []
|