canvas_sync 0.18.9 → 0.18.10
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/canvas_sync/concerns/ability_helper.rb +1 -1
- data/lib/canvas_sync/job_batches/chain_builder.rb +4 -0
- data/lib/canvas_sync/version.rb +1 -1
- data/lib/canvas_sync.rb +7 -4
- data/spec/dummy/log/test.log +2066 -0
- metadata +6 -6
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: canvas_sync
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.18.
|
4
|
+
version: 0.18.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Instructure CustomDev
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-10-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -388,7 +388,7 @@ dependencies:
|
|
388
388
|
- - ">="
|
389
389
|
- !ruby/object:Gem::Version
|
390
390
|
version: '0'
|
391
|
-
description:
|
391
|
+
description:
|
392
392
|
email:
|
393
393
|
- pseng@instructure.com
|
394
394
|
executables: []
|
@@ -734,7 +734,7 @@ files:
|
|
734
734
|
homepage: https://instructure.com
|
735
735
|
licenses: []
|
736
736
|
metadata: {}
|
737
|
-
post_install_message:
|
737
|
+
post_install_message:
|
738
738
|
rdoc_options: []
|
739
739
|
require_paths:
|
740
740
|
- lib
|
@@ -750,7 +750,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
750
750
|
version: '0'
|
751
751
|
requirements: []
|
752
752
|
rubygems_version: 3.1.6
|
753
|
-
signing_key:
|
753
|
+
signing_key:
|
754
754
|
specification_version: 4
|
755
755
|
summary: Gem for generating Canvas models and migrations and syncing data from Canvas
|
756
756
|
test_files:
|