canvas_webex 0.17 → 0.18.0
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 +5 -5
- data/config/initializers/zeitwerk.rb +34 -0
- data/lib/canvas/plugins/cisco_webex.rb +1 -0
- data/lib/canvas_webex/version.rb +1 -1
- data/lib/canvas_webex.rb +1 -0
- metadata +4 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 945d9ffa419f3c6b356861e8e12bc1e2a0530dd41b5f0e152a1cdc14f827885f
|
|
4
|
+
data.tar.gz: b8bdb9d9071dce0ef895d3b39527dc066d4b0c75819ce0dcec3e80b76e086f22
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 92bf1e38db8f009e03c3c2700bca71fa70eaa64581e6d5d8523fb00d1268bfd923d3c6c3b795974b46ea4aac00fd19212dc644c7848ad7deb522bc295ccd1b85
|
|
7
|
+
data.tar.gz: '018d0c7a4a8e96a4356e2285e9cffcf4fface65b9f1429713b4538551d30b6effbb354106883a2f579863d29ce8fd8f2d37cae36e97bbba1d3d0fb5cc8eda43d'
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
#
|
|
4
|
+
# Copyright (C) 2021 - present Instructure, Inc.
|
|
5
|
+
#
|
|
6
|
+
# This file is part of Canvas.
|
|
7
|
+
#
|
|
8
|
+
# Canvas is free software: you can redistribute it and/or modify it under
|
|
9
|
+
# the terms of the GNU Affero General Public License as published by the Free
|
|
10
|
+
# Software Foundation, version 3 of the License.
|
|
11
|
+
#
|
|
12
|
+
# Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
13
|
+
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
14
|
+
# A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
|
15
|
+
# details.
|
|
16
|
+
#
|
|
17
|
+
# You should have received a copy of the GNU Affero General Public License along
|
|
18
|
+
# with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
19
|
+
|
|
20
|
+
# this CANVAS_ZEITWERK constant flag is defined in canvas' "application.rb"
|
|
21
|
+
# from an env var. It should be temporary,
|
|
22
|
+
# and removed once we've fully upgraded to zeitwerk autoloading.
|
|
23
|
+
if defined?(CANVAS_ZEITWERK) && CANVAS_ZEITWERK
|
|
24
|
+
|
|
25
|
+
# it's standard practice to ignore parts of the project
|
|
26
|
+
# that intentionally don't follow the zeitwerk pattern
|
|
27
|
+
# because they do something like monkeypatch a constant
|
|
28
|
+
# defined elsewhere https://github.com/fxn/zeitwerk#use-case-files-that-do-not-follow-the-conventions.
|
|
29
|
+
#
|
|
30
|
+
# these extensions are required explicitly by the gem engine when it's ready to patch,
|
|
31
|
+
# so that they can modify constants defined in a third part gem,
|
|
32
|
+
# and so don't need to be autoloaded
|
|
33
|
+
Rails.autoloaders.main.ignore("#{__dir__}/../../lib/canvas_webex/version.rb")
|
|
34
|
+
end
|
data/lib/canvas_webex/version.rb
CHANGED
data/lib/canvas_webex.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: canvas_webex
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 0.18.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan Mills
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-10-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|
|
@@ -111,6 +111,7 @@ files:
|
|
|
111
111
|
- app/models/cisco_webex_conference.rb
|
|
112
112
|
- app/views/plugins/_webex_settings.html.erb
|
|
113
113
|
- canvas_webex.gemspec
|
|
114
|
+
- config/initializers/zeitwerk.rb
|
|
114
115
|
- lib/canvas/plugins/cisco_webex.rb
|
|
115
116
|
- lib/canvas/plugins/validators/cisco_webex_validator.rb
|
|
116
117
|
- lib/canvas_webex.rb
|
|
@@ -152,8 +153,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
152
153
|
- !ruby/object:Gem::Version
|
|
153
154
|
version: '0'
|
|
154
155
|
requirements: []
|
|
155
|
-
|
|
156
|
-
rubygems_version: 2.4.5.1
|
|
156
|
+
rubygems_version: 3.0.3
|
|
157
157
|
signing_key:
|
|
158
158
|
specification_version: 4
|
|
159
159
|
summary: Cisco WebEx integration for Instructure Canvas (http://instructure.com).
|
|
@@ -172,4 +172,3 @@ test_files:
|
|
|
172
172
|
- spec/lib/canvas_webex/webex_session_spec.rb
|
|
173
173
|
- spec/models/cisco_webex_conference_spec.rb
|
|
174
174
|
- spec/spec_helper.rb
|
|
175
|
-
has_rdoc:
|