canvas_sync 0.17.34 → 0.17.35
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/engine.rb +15 -0
- data/lib/canvas_sync/version.rb +1 -1
- data/spec/dummy/log/development.log +2027 -147
- data/spec/dummy/log/test.log +101590 -4653
- metadata +7 -7
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.17.
|
4
|
+
version: 0.17.35
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nate Collings
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-07-
|
11
|
+
date: 2022-07-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -346,7 +346,7 @@ dependencies:
|
|
346
346
|
- - ">="
|
347
347
|
- !ruby/object:Gem::Version
|
348
348
|
version: '0'
|
349
|
-
description:
|
349
|
+
description:
|
350
350
|
email:
|
351
351
|
- ncollings@instructure.com
|
352
352
|
executables: []
|
@@ -687,7 +687,7 @@ files:
|
|
687
687
|
homepage: https://instructure.com
|
688
688
|
licenses: []
|
689
689
|
metadata: {}
|
690
|
-
post_install_message:
|
690
|
+
post_install_message:
|
691
691
|
rdoc_options: []
|
692
692
|
require_paths:
|
693
693
|
- lib
|
@@ -702,8 +702,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
702
702
|
- !ruby/object:Gem::Version
|
703
703
|
version: '0'
|
704
704
|
requirements: []
|
705
|
-
rubygems_version: 3.
|
706
|
-
signing_key:
|
705
|
+
rubygems_version: 3.1.6
|
706
|
+
signing_key:
|
707
707
|
specification_version: 4
|
708
708
|
summary: Gem for generating Canvas models and migrations and syncing data from Canvas
|
709
709
|
test_files:
|