panda_pal 5.4.1 → 5.4.2
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/app/lib/panda_pal/batch_processor.rb +41 -0
- data/lib/panda_pal/helpers.rb +1 -0
- data/lib/panda_pal/helpers/ability_mixin.rb +85 -0
- data/lib/panda_pal/version.rb +1 -1
- data/panda_pal.gemspec +0 -1
- data/spec/dummy/log/development.log +56 -0
- data/spec/dummy/log/test.log +83348 -0
- metadata +37 -51
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: panda_pal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.4.
|
|
4
|
+
version: 5.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Instructure ProServe
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-06-
|
|
11
|
+
date: 2021-06-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -38,26 +38,6 @@ dependencies:
|
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '2.2'
|
|
41
|
-
- !ruby/object:Gem::Dependency
|
|
42
|
-
name: pg
|
|
43
|
-
requirement: !ruby/object:Gem::Requirement
|
|
44
|
-
requirements:
|
|
45
|
-
- - ">="
|
|
46
|
-
- !ruby/object:Gem::Version
|
|
47
|
-
version: '0.20'
|
|
48
|
-
- - "<"
|
|
49
|
-
- !ruby/object:Gem::Version
|
|
50
|
-
version: 1.0.0
|
|
51
|
-
type: :runtime
|
|
52
|
-
prerelease: false
|
|
53
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
54
|
-
requirements:
|
|
55
|
-
- - ">="
|
|
56
|
-
- !ruby/object:Gem::Version
|
|
57
|
-
version: '0.20'
|
|
58
|
-
- - "<"
|
|
59
|
-
- !ruby/object:Gem::Version
|
|
60
|
-
version: 1.0.0
|
|
61
41
|
- !ruby/object:Gem::Dependency
|
|
62
42
|
name: ims-lti
|
|
63
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -198,7 +178,7 @@ dependencies:
|
|
|
198
178
|
- - ">="
|
|
199
179
|
- !ruby/object:Gem::Version
|
|
200
180
|
version: '0'
|
|
201
|
-
description:
|
|
181
|
+
description:
|
|
202
182
|
email:
|
|
203
183
|
- pseng@instructure.com
|
|
204
184
|
executables: []
|
|
@@ -222,6 +202,7 @@ files:
|
|
|
222
202
|
- app/lib/lti_xml/base_platform.rb
|
|
223
203
|
- app/lib/lti_xml/bridge_platform.rb
|
|
224
204
|
- app/lib/lti_xml/canvas_platform.rb
|
|
205
|
+
- app/lib/panda_pal/batch_processor.rb
|
|
225
206
|
- app/lib/panda_pal/launch_url_helpers.rb
|
|
226
207
|
- app/lib/panda_pal/lti_jwt_validator.rb
|
|
227
208
|
- app/lib/panda_pal/misc_helper.rb
|
|
@@ -246,6 +227,7 @@ files:
|
|
|
246
227
|
- lib/panda_pal.rb
|
|
247
228
|
- lib/panda_pal/engine.rb
|
|
248
229
|
- lib/panda_pal/helpers.rb
|
|
230
|
+
- lib/panda_pal/helpers/ability_mixin.rb
|
|
249
231
|
- lib/panda_pal/helpers/controller_helper.rb
|
|
250
232
|
- lib/panda_pal/helpers/route_helper.rb
|
|
251
233
|
- lib/panda_pal/helpers/secure_headers.rb
|
|
@@ -284,6 +266,8 @@ files:
|
|
|
284
266
|
- spec/dummy/config/routes.rb
|
|
285
267
|
- spec/dummy/config/secrets.yml
|
|
286
268
|
- spec/dummy/db/schema.rb
|
|
269
|
+
- spec/dummy/log/development.log
|
|
270
|
+
- spec/dummy/log/test.log
|
|
287
271
|
- spec/dummy/public/404.html
|
|
288
272
|
- spec/dummy/public/422.html
|
|
289
273
|
- spec/dummy/public/500.html
|
|
@@ -300,7 +284,7 @@ homepage: http://instructure.com
|
|
|
300
284
|
licenses:
|
|
301
285
|
- MIT
|
|
302
286
|
metadata: {}
|
|
303
|
-
post_install_message:
|
|
287
|
+
post_install_message:
|
|
304
288
|
rdoc_options: []
|
|
305
289
|
require_paths:
|
|
306
290
|
- lib
|
|
@@ -315,50 +299,52 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
315
299
|
- !ruby/object:Gem::Version
|
|
316
300
|
version: '0'
|
|
317
301
|
requirements: []
|
|
318
|
-
rubygems_version: 3.
|
|
319
|
-
signing_key:
|
|
302
|
+
rubygems_version: 3.0.3
|
|
303
|
+
signing_key:
|
|
320
304
|
specification_version: 4
|
|
321
305
|
summary: LTI mountable engine
|
|
322
306
|
test_files:
|
|
323
|
-
- spec/
|
|
324
|
-
- spec/dummy/
|
|
307
|
+
- spec/spec_helper.rb
|
|
308
|
+
- spec/dummy/app/controllers/application_controller.rb
|
|
309
|
+
- spec/dummy/app/views/layouts/application.html.erb
|
|
325
310
|
- spec/dummy/app/assets/javascripts/application.js
|
|
326
311
|
- spec/dummy/app/assets/stylesheets/application.css
|
|
327
|
-
- spec/dummy/app/controllers/application_controller.rb
|
|
328
312
|
- spec/dummy/app/helpers/application_helper.rb
|
|
329
|
-
- spec/dummy/app/views/layouts/application.html.erb
|
|
330
|
-
- spec/dummy/bin/bundle
|
|
331
|
-
- spec/dummy/bin/rails
|
|
332
313
|
- spec/dummy/bin/rake
|
|
333
314
|
- spec/dummy/bin/setup
|
|
334
|
-
- spec/dummy/
|
|
335
|
-
- spec/dummy/
|
|
336
|
-
- spec/dummy/config/
|
|
337
|
-
- spec/dummy/config/
|
|
338
|
-
- spec/dummy/config/
|
|
315
|
+
- spec/dummy/bin/bundle
|
|
316
|
+
- spec/dummy/bin/rails
|
|
317
|
+
- spec/dummy/config/secrets.yml
|
|
318
|
+
- spec/dummy/config/routes.rb
|
|
319
|
+
- spec/dummy/config/locales/en.yml
|
|
339
320
|
- spec/dummy/config/environments/production.rb
|
|
321
|
+
- spec/dummy/config/environments/development.rb
|
|
340
322
|
- spec/dummy/config/environments/test.rb
|
|
323
|
+
- spec/dummy/config/environment.rb
|
|
324
|
+
- spec/dummy/config/application.rb
|
|
325
|
+
- spec/dummy/config/database.yml
|
|
326
|
+
- spec/dummy/config/boot.rb
|
|
341
327
|
- spec/dummy/config/initializers/backtrace_silencers.rb
|
|
342
|
-
- spec/dummy/config/initializers/cookies_serializer.rb
|
|
343
|
-
- spec/dummy/config/initializers/filter_parameter_logging.rb
|
|
344
|
-
- spec/dummy/config/initializers/inflections.rb
|
|
345
328
|
- spec/dummy/config/initializers/mime_types.rb
|
|
329
|
+
- spec/dummy/config/initializers/filter_parameter_logging.rb
|
|
346
330
|
- spec/dummy/config/initializers/session_store.rb
|
|
347
331
|
- spec/dummy/config/initializers/wrap_parameters.rb
|
|
348
|
-
- spec/dummy/config/
|
|
349
|
-
- spec/dummy/config/
|
|
350
|
-
- spec/dummy/config/secrets.yml
|
|
332
|
+
- spec/dummy/config/initializers/cookies_serializer.rb
|
|
333
|
+
- spec/dummy/config/initializers/inflections.rb
|
|
351
334
|
- spec/dummy/config.ru
|
|
352
|
-
- spec/dummy/
|
|
353
|
-
- spec/dummy/public/
|
|
335
|
+
- spec/dummy/Rakefile
|
|
336
|
+
- spec/dummy/public/favicon.ico
|
|
354
337
|
- spec/dummy/public/422.html
|
|
355
338
|
- spec/dummy/public/500.html
|
|
356
|
-
- spec/dummy/public/
|
|
357
|
-
- spec/
|
|
358
|
-
- spec/
|
|
339
|
+
- spec/dummy/public/404.html
|
|
340
|
+
- spec/dummy/db/schema.rb
|
|
341
|
+
- spec/dummy/log/test.log
|
|
342
|
+
- spec/dummy/log/development.log
|
|
343
|
+
- spec/dummy/README.rdoc
|
|
359
344
|
- spec/models/panda_pal/organization/settings_validation_spec.rb
|
|
360
345
|
- spec/models/panda_pal/organization/task_scheduling_spec.rb
|
|
361
|
-
- spec/models/panda_pal/organization_spec.rb
|
|
362
346
|
- spec/models/panda_pal/session_spec.rb
|
|
347
|
+
- spec/models/panda_pal/organization_spec.rb
|
|
348
|
+
- spec/factories/panda_pal_sessions.rb
|
|
349
|
+
- spec/factories/panda_pal_organizations.rb
|
|
363
350
|
- spec/rails_helper.rb
|
|
364
|
-
- spec/spec_helper.rb
|