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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 468fdb5c7e1f611d3a65e0295dbacd9ace2dd408
4
- data.tar.gz: 9554d4b90d981fdef71f9e99416caac8734ef923
3
+ metadata.gz: 53ff60c56cd54498580e8d5d8846ead76b556e34
4
+ data.tar.gz: 2349315a79fcc2ca9102e37a1586256b46dc9383
5
5
  SHA512:
6
- metadata.gz: eb1ef6a4b31b92179c36a67a7ab97710400c007f405cfbde8720201042469329f6c3d869b07569dbbf69e3f53b1e6f9b6cd9f1d2f9efc46c9cf80fbc30f14b33
7
- data.tar.gz: 4fa5a5f4c12290a608f0688bfca1d27b40fd1dd247e8aa0163a9fe304aca654322394c3fac602b92b5a864cdb67ef392ad208eaec9a332fb8d7d329afc05612c
6
+ metadata.gz: 70e0e8ab32260a9287883ac49a48064014fc8a9f19b5389b30c28ac753cacd86b3f680138d21a49c196f0b42a0ecfd9819c829ae253f525ce0f6b9f19249e7a0
7
+ data.tar.gz: 8403b74e41dee286016e31fc84e82b2197f7aa139756aae2a1f9b62cb75328ac69a54a4438d4379dc22846e105419f0610af74989b935a25f3d9ac27ce3d5720
data/.gitignore CHANGED
@@ -11,3 +11,5 @@
11
11
 
12
12
  # rspec failure tracking
13
13
  .rspec_status
14
+
15
+ Gemfile.lock
@@ -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 = ["nick.benoit14@gmail.com"]
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"
@@ -1,3 +1,3 @@
1
1
  module CanvasQtiToLearnosityConverter
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
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
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
+ - Atomic Jolt
7
8
  - Nick Benoit
8
9
  autorequire:
9
- bindir: exe
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
- - nick.benoit14@gmail.com
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