canvas_connect 0.3.5 → 0.3.6
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 +13 -5
- data/lib/canvas_connect.rb +2 -6
- data/lib/canvas_connect/version.rb +1 -1
- metadata +11 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
YjZiNTQ2MzI2ZGEyMzAwMWJjNTFmMWFlMmU1NDJhYmZiNTAxOGZlNA==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
Y2IwZjFhMDE2ZWQ1NTcwODJhNWY4NTY5ZjhmZDc1YzE2M2Q1ZmJkNw==
|
|
5
7
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
ZTM5ZjMyNDM1MjlkZWE3YzE2YTYzMDJhNmQ5NTkwMDhhZjg0NDAxMzZlMjhj
|
|
10
|
+
YTdmMjUwNzU5N2Y0ODllMmE1NjEwNjZkYjY0ZGZiZmIyZjgwZmE5NTFiZjA1
|
|
11
|
+
Yjc4OTJiZDg1MjczNTFiYzI4NTg4OTYwM2IyNmYyYmMxNmY4NDk=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
MWY5NjI2ODhhMDU1NTM5NTllODNmZWE5YmJlZjg0M2U3NTNkYWU1OTEzNzNm
|
|
14
|
+
OGFiNjY0NGNkOWRjZTFmMmU2MjI0MjliZjg2MWRkNWE3NjFkNmY3MmZhYTc0
|
|
15
|
+
ZmNkY2I0OGMwMjRlOTVjYTRkY2Q1NjNjNmU3ZjlmM2Q1NjJiOGY=
|
data/lib/canvas_connect.rb
CHANGED
|
@@ -40,12 +40,8 @@ module CanvasConnect
|
|
|
40
40
|
Canvas::Plugins::AdobeConnect.new
|
|
41
41
|
end
|
|
42
42
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
else
|
|
46
|
-
class Railtie < Rails::Railtie; end
|
|
47
|
-
Railtie.config.to_prepare(&configure_method)
|
|
48
|
-
end
|
|
43
|
+
class Railtie < Rails::Railtie; end
|
|
44
|
+
Railtie.config.to_prepare(&configure_method)
|
|
49
45
|
|
|
50
46
|
# Public: Find the plugin configuration.
|
|
51
47
|
#
|
metadata
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: canvas_connect
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Zach Pendleton
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-07-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - ! '>='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: 0.9.6
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - ! '>='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: 0.9.6
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: adobe_connect
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- -
|
|
31
|
+
- - ~>
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: 1.0.0
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- -
|
|
38
|
+
- - ~>
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: 1.0.0
|
|
41
41
|
description: Canvas Connect is an Adobe Connect plugin for the Instructure Canvas
|
|
@@ -47,7 +47,7 @@ executables: []
|
|
|
47
47
|
extensions: []
|
|
48
48
|
extra_rdoc_files: []
|
|
49
49
|
files:
|
|
50
|
-
-
|
|
50
|
+
- .gitignore
|
|
51
51
|
- Gemfile
|
|
52
52
|
- LICENSE.txt
|
|
53
53
|
- README.md
|
|
@@ -71,18 +71,19 @@ require_paths:
|
|
|
71
71
|
- lib
|
|
72
72
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
73
73
|
requirements:
|
|
74
|
-
- -
|
|
74
|
+
- - ! '>='
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
78
78
|
requirements:
|
|
79
|
-
- -
|
|
79
|
+
- - ! '>='
|
|
80
80
|
- !ruby/object:Gem::Version
|
|
81
81
|
version: '0'
|
|
82
82
|
requirements: []
|
|
83
83
|
rubyforge_project:
|
|
84
|
-
rubygems_version: 2.
|
|
84
|
+
rubygems_version: 2.3.0
|
|
85
85
|
signing_key:
|
|
86
86
|
specification_version: 4
|
|
87
87
|
summary: Adobe Connect integration for Instructure Canvas (http://instructure.com).
|
|
88
88
|
test_files: []
|
|
89
|
+
has_rdoc:
|