scorm_engine 0.6.4 → 0.6.5
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 +4 -4
- data/lib/scorm_engine/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3c3fd768f7ac226d80a0763018c59b9c5a2f02ec7fa09a4cfaf33b9dfcff19a
|
4
|
+
data.tar.gz: 5d84b91b94c967dd691c6f551aee6ecd456ba12388aa0c55478dcc98b6cd10bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24c6763d7f53e431fc0eb4046bbdea715c90eca65c384d5c1a3b27483b6c19a6df6706569be65cf8169490687518d1f96f79ff5f0a7e3b77703f67cfc8fea24f
|
7
|
+
data.tar.gz: 488f74b3b43e68382ae015e128e36df64ff1dfe2378222f40d136af7f2028a2683783402040d791251dd7b290185e58ec889e76b4a51e9bb0f9c3da6868fc2c4
|
data/lib/scorm_engine/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scorm_engine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Philip Hallstrom
|
@@ -164,7 +164,7 @@ dependencies:
|
|
164
164
|
- - "~>"
|
165
165
|
- !ruby/object:Gem::Version
|
166
166
|
version: '0.9'
|
167
|
-
description: Ruby Client for Rustici's SCORM Engine
|
167
|
+
description: Ruby Client for Rustici's SCORM Engine 2017.1 API
|
168
168
|
email:
|
169
169
|
- phallstrom@instructure.com
|
170
170
|
executables: []
|
@@ -406,5 +406,5 @@ rubyforge_project:
|
|
406
406
|
rubygems_version: 2.7.6
|
407
407
|
signing_key:
|
408
408
|
specification_version: 4
|
409
|
-
summary: Ruby Client for Rustici's SCORM Engine
|
409
|
+
summary: Ruby Client for Rustici's SCORM Engine 2017.1 API
|
410
410
|
test_files: []
|