coalescing_panda 4.0.3 → 4.0.4
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/coalescing_panda/controller_helpers.rb +1 -1
- data/lib/coalescing_panda/version.rb +1 -1
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/test.log +249 -78943
- metadata +45 -50
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/log/development.log +0 -268
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eb5da44106384c3b615090a856967e4900211f4f
|
|
4
|
+
data.tar.gz: 6ef8ab6716ecec434679ef70b4a494d48320545b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a15c122d6b85d8829766dac6b8aa6626cb38b4af08902b1ebf22057a56085cdd226014898089e768bf703d2a7f993b6d19f390316c02b03281d2c36d1878df0
|
|
7
|
+
data.tar.gz: ffbaafd12ead0f87670030f4ae4e9d527caf6ca58332bd8414dbe517f6b2c72910575365976c369d9859f592f39cd7d7ebdf4993208556c85d1627f6fd6c466e
|
|
@@ -74,7 +74,7 @@ module CoalescingPanda
|
|
|
74
74
|
end
|
|
75
75
|
|
|
76
76
|
def lti_editor_button_response(return_type, return_params)
|
|
77
|
-
valid_return_types = [:image_url, :iframe, :url]
|
|
77
|
+
valid_return_types = [:image_url, :iframe, :url, :lti_launch_url]
|
|
78
78
|
raise "invalid editor button return type #{return_type}" unless valid_return_types.include?(return_type)
|
|
79
79
|
return_params[:return_type] = return_type.to_s
|
|
80
80
|
return_url = "#{params['launch_presentation_return_url']}?#{return_params.to_query}"
|
data/spec/dummy/db/test.sqlite3
CHANGED
|
Binary file
|