canvas_qti_to_learnosity_converter 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +2 -0
- data/canvas_qti_to_learnosity_converter.gemspec +3 -14
- data/lib/canvas_qti_to_learnosity_converter/version.rb +1 -1
- metadata +5 -5
- data/Gemfile.lock +0 -43
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 53ff60c56cd54498580e8d5d8846ead76b556e34
|
4
|
+
data.tar.gz: 2349315a79fcc2ca9102e37a1586256b46dc9383
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 70e0e8ab32260a9287883ac49a48064014fc8a9f19b5389b30c28ac753cacd86b3f680138d21a49c196f0b42a0ecfd9819c829ae253f525ce0f6b9f19249e7a0
|
7
|
+
data.tar.gz: 8403b74e41dee286016e31fc84e82b2197f7aa139756aae2a1f9b62cb75328ac69a54a4438d4379dc22846e105419f0610af74989b935a25f3d9ac27ce3d5720
|
data/.gitignore
CHANGED
@@ -6,27 +6,16 @@ require "canvas_qti_to_learnosity_converter/version"
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = "canvas_qti_to_learnosity_converter"
|
8
8
|
spec.version = CanvasQtiToLearnosityConverter::VERSION
|
9
|
-
spec.authors = ["Nick Benoit"]
|
10
|
-
spec.email = ["
|
9
|
+
spec.authors = ["Atomic Jolt", "Nick Benoit"]
|
10
|
+
spec.email = ["support@atomicjolt.com"]
|
11
11
|
|
12
12
|
spec.summary = %q{Converts canvas qti to learnosity JSON}
|
13
|
-
spec.homepage = ""
|
13
|
+
spec.homepage = "https://github.com/atomicjolt/qti_to_learnosity_converter"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
|
-
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
17
|
-
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
18
|
-
# if spec.respond_to?(:metadata)
|
19
|
-
# # spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
|
20
|
-
# else
|
21
|
-
# raise "RubyGems 2.0 or newer is required to protect against " \
|
22
|
-
# "public gem pushes."
|
23
|
-
# end
|
24
|
-
|
25
16
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
26
17
|
f.match(%r{^(test|spec|features)/})
|
27
18
|
end
|
28
|
-
spec.bindir = "exe"
|
29
|
-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
30
19
|
spec.require_paths = ["lib"]
|
31
20
|
|
32
21
|
spec.add_development_dependency "bundler", "~> 1.16"
|
metadata
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: canvas_qti_to_learnosity_converter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
+
- Atomic Jolt
|
7
8
|
- Nick Benoit
|
8
9
|
autorequire:
|
9
|
-
bindir:
|
10
|
+
bindir: bin
|
10
11
|
cert_chain: []
|
11
12
|
date: 2018-04-23 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
@@ -96,7 +97,7 @@ dependencies:
|
|
96
97
|
version: '0'
|
97
98
|
description:
|
98
99
|
email:
|
99
|
-
-
|
100
|
+
- support@atomicjolt.com
|
100
101
|
executables: []
|
101
102
|
extensions: []
|
102
103
|
extra_rdoc_files: []
|
@@ -106,7 +107,6 @@ files:
|
|
106
107
|
- ".rubocop.yml"
|
107
108
|
- ".travis.yml"
|
108
109
|
- Gemfile
|
109
|
-
- Gemfile.lock
|
110
110
|
- LICENSE.txt
|
111
111
|
- README.md
|
112
112
|
- Rakefile
|
@@ -116,7 +116,7 @@ files:
|
|
116
116
|
- lib/canvas_qti_to_learnosity_converter.rb
|
117
117
|
- lib/canvas_qti_to_learnosity_converter/convert.rb
|
118
118
|
- lib/canvas_qti_to_learnosity_converter/version.rb
|
119
|
-
homepage:
|
119
|
+
homepage: https://github.com/atomicjolt/qti_to_learnosity_converter
|
120
120
|
licenses:
|
121
121
|
- MIT
|
122
122
|
metadata: {}
|
data/Gemfile.lock
DELETED
@@ -1,43 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
canvas_qti_to_learnosity_converter (0.1.4)
|
5
|
-
nokogiri
|
6
|
-
rubyzip
|
7
|
-
|
8
|
-
GEM
|
9
|
-
remote: https://rubygems.org/
|
10
|
-
specs:
|
11
|
-
byebug (10.0.2)
|
12
|
-
diff-lcs (1.3)
|
13
|
-
mini_portile2 (2.3.0)
|
14
|
-
nokogiri (1.8.2)
|
15
|
-
mini_portile2 (~> 2.3.0)
|
16
|
-
rake (10.5.0)
|
17
|
-
rspec (3.7.0)
|
18
|
-
rspec-core (~> 3.7.0)
|
19
|
-
rspec-expectations (~> 3.7.0)
|
20
|
-
rspec-mocks (~> 3.7.0)
|
21
|
-
rspec-core (3.7.1)
|
22
|
-
rspec-support (~> 3.7.0)
|
23
|
-
rspec-expectations (3.7.0)
|
24
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
25
|
-
rspec-support (~> 3.7.0)
|
26
|
-
rspec-mocks (3.7.0)
|
27
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
28
|
-
rspec-support (~> 3.7.0)
|
29
|
-
rspec-support (3.7.1)
|
30
|
-
rubyzip (1.2.1)
|
31
|
-
|
32
|
-
PLATFORMS
|
33
|
-
ruby
|
34
|
-
|
35
|
-
DEPENDENCIES
|
36
|
-
bundler (~> 1.16)
|
37
|
-
byebug
|
38
|
-
canvas_qti_to_learnosity_converter!
|
39
|
-
rake (~> 10.0)
|
40
|
-
rspec (~> 3.0)
|
41
|
-
|
42
|
-
BUNDLED WITH
|
43
|
-
1.16.1
|