canvas_lti_third_party_cookies 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/lti_third_party_cookies.rb +1 -0
- data/lib/lti_third_party_cookies/version.rb +1 -1
- metadata +5 -6
- data/config/routes.rb +0 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e1333ca5982732fe82a7282906c08a49efdc753d3b3ea2d87e927189917a71de
|
4
|
+
data.tar.gz: 013f64730fdca2e2490b22d7b145ccc642037ad8c30c6893156958bc1686dd2c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 845e6dde86192f515409d5769c2018867384e032e866694e999b8b0d37f02cfd17e5e5e8a04720a66c58aa610a9fd29d2cd9e89b9441c1b5a8a1ff7b8674318a
|
7
|
+
data.tar.gz: ce10870144e786fbc0c8100e1428aeaa449da381378ddd282fe8087fc40f225c5bef22a35e66ba46a780c2daeb86bf84161c14ff87727f69f17dc9eaf62b7901
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: canvas_lti_third_party_cookies
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Xander Moffatt
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-02-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -79,7 +79,6 @@ files:
|
|
79
79
|
- app/views/layouts/application.html.erb
|
80
80
|
- app/views/lti_third_party_cookies/full_window_launch.erb
|
81
81
|
- app/views/lti_third_party_cookies/request_storage_access.erb
|
82
|
-
- config/routes.rb
|
83
82
|
- lib/lti_third_party_cookies.rb
|
84
83
|
- lib/lti_third_party_cookies/engine.rb
|
85
84
|
- lib/lti_third_party_cookies/version.rb
|
@@ -87,7 +86,7 @@ homepage: https://gerrit.instructure.com/#/admin/projects/lti_third_party_cookie
|
|
87
86
|
licenses:
|
88
87
|
- MIT
|
89
88
|
metadata: {}
|
90
|
-
post_install_message:
|
89
|
+
post_install_message:
|
91
90
|
rdoc_options: []
|
92
91
|
require_paths:
|
93
92
|
- lib
|
@@ -103,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
103
102
|
version: '0'
|
104
103
|
requirements: []
|
105
104
|
rubygems_version: 3.0.1
|
106
|
-
signing_key:
|
105
|
+
signing_key:
|
107
106
|
specification_version: 4
|
108
107
|
summary: Allow LTI tools launched by Canvas to set 3rd party cookies in Safari 13.1+
|
109
108
|
test_files: []
|
data/config/routes.rb
DELETED