moodle2cc 0.2.36 → 0.2.36.1
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/moodle2cc/moodle2converter/file_converter.rb +1 -1
- data/lib/moodle2cc/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7c7f700f925860297badf2147e5ffb8e11066cbd
|
|
4
|
+
data.tar.gz: fba9721883fecba41328b4b343e4f5a3044db092
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bc67df8bae209c9fa2211b28551c0ee6a7508114e9158b3ce4897900c2271f2c19b49ce8b230d4d1574ba713bb04036472ca1a4f4908be0674e246262e9f438c
|
|
7
|
+
data.tar.gz: 27a223dc56ed0f0b7244f13ef4b9c4469ba2936f33d78a87f799773bcc3b641ee99510bcf58cfdf06dc7410b7549adc69ef90bde599a9c651a5661c6b611be35
|
|
@@ -8,7 +8,7 @@ module Moodle2CC::Moodle2Converter
|
|
|
8
8
|
unique_id = moodle_file.content_hash
|
|
9
9
|
# we probably shouldn't have been using these as identifiers but if we change it now we'll break updates on re-import
|
|
10
10
|
|
|
11
|
-
id_set =
|
|
11
|
+
id_set = Migrator.unique_id_set
|
|
12
12
|
if id_set.include?(unique_id)
|
|
13
13
|
original_id = unique_id
|
|
14
14
|
index = 0
|
data/lib/moodle2cc/version.rb
CHANGED