canvas_webex 0.18.1 → 0.18.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/config/initializers/zeitwerk.rb +9 -15
- data/lib/canvas_webex/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d3c2e1d1d64e26e41bac7c3d3eef261e0d3749d4daa6d392f91fc591ca4e528e
|
|
4
|
+
data.tar.gz: 2bbee5fc4c7ef09b956be33a2d4b44580e4fd2e33047c5b3306d58f4e7ad980b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f774deea61aad42695b7112dfb30d652c7cb1c433f364eaf124df0ed8b492a7ea17c08834329a039d11002b4b1dc981fb66c3d2341829d602cda981f506b0990
|
|
7
|
+
data.tar.gz: f12c598e9c1049b9650a3a58013ce9d3c0465fadde470910792b973fb932975f46b3fb0c1d5132b359d9b0b6b9624da9f383432db1c5f567b608cf1fff3c92f9
|
|
@@ -17,18 +17,12 @@
|
|
|
17
17
|
# You should have received a copy of the GNU Affero General Public License along
|
|
18
18
|
# with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
19
19
|
|
|
20
|
-
#
|
|
21
|
-
#
|
|
22
|
-
#
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
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
|
|
20
|
+
# it's standard practice to ignore parts of the project
|
|
21
|
+
# that intentionally don't follow the zeitwerk pattern
|
|
22
|
+
# because they do something like monkeypatch a constant
|
|
23
|
+
# defined elsewhere https://github.com/fxn/zeitwerk#use-case-files-that-do-not-follow-the-conventions.
|
|
24
|
+
#
|
|
25
|
+
# these extensions are required explicitly by the gem engine when it's ready to patch,
|
|
26
|
+
# so that they can modify constants defined in a third part gem,
|
|
27
|
+
# and so don't need to be autoloaded
|
|
28
|
+
Rails.autoloaders.main.ignore("#{__dir__}/../../lib/canvas_webex/version.rb")
|
data/lib/canvas_webex/version.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: 0.18.
|
|
4
|
+
version: 0.18.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan Mills
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-03-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|
|
@@ -137,7 +137,7 @@ files:
|
|
|
137
137
|
homepage: http://instructure.com
|
|
138
138
|
licenses: []
|
|
139
139
|
metadata: {}
|
|
140
|
-
post_install_message:
|
|
140
|
+
post_install_message:
|
|
141
141
|
rdoc_options: []
|
|
142
142
|
require_paths:
|
|
143
143
|
- app
|
|
@@ -153,8 +153,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
153
153
|
- !ruby/object:Gem::Version
|
|
154
154
|
version: '0'
|
|
155
155
|
requirements: []
|
|
156
|
-
rubygems_version: 3.
|
|
157
|
-
signing_key:
|
|
156
|
+
rubygems_version: 3.1.4
|
|
157
|
+
signing_key:
|
|
158
158
|
specification_version: 4
|
|
159
159
|
summary: Cisco WebEx integration for Instructure Canvas (http://instructure.com).
|
|
160
160
|
test_files:
|