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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6ac44925322ecddaaf7cc19115d327c63f9e0234
4
- data.tar.gz: 79ed3fe3389aa07eaa45a97b32df28d68af43ef1
3
+ metadata.gz: 7c7f700f925860297badf2147e5ffb8e11066cbd
4
+ data.tar.gz: fba9721883fecba41328b4b343e4f5a3044db092
5
5
  SHA512:
6
- metadata.gz: f98c2b02672703f03784a9150a0b078fc5c682738906b8ce861ae3daf1b267d3fa04ef876da5b9de94d8a1255cd0e04aa4d82ca7727569973e1c0c70c117759c
7
- data.tar.gz: fb4c28bfc4e8cd06864129c2d217a6fba7f83706a3b46631ce2e756f308633aa9a28f6f1de176f59c834c77fd4ee4eaa30b84ec030186e4c63cfd2021bb746a2
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 = Moodle2Converter::Migrator.unique_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
@@ -1,3 +1,3 @@
1
1
  module Moodle2CC
2
- VERSION = "0.2.36"
2
+ VERSION = "0.2.36.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moodle2cc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.36
4
+ version: 0.2.36.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Durtschi