omniauth-canvas 0.1.0 → 0.1.1
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/.ruby-version +1 -1
- data/README.md +1 -1
- data/lib/omniauth-canvas/version.rb +1 -1
- data/omniauth-canvas.gemspec +2 -2
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b16a303fecad6d66cd911b2e9bc8cb5a37c6c05c
|
|
4
|
+
data.tar.gz: b7dee11a124d70447580b4e2e3a8ad86e46047ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e60929b005e85fcaa9f3ddd4c5ae2c0828f9615bc47e4fedb28002a22b170e8aee750238da97067747ea2ee6b3a3895b498569841e0ad6139f65515e05570493
|
|
7
|
+
data.tar.gz: 52c73773fc9146b93c6445b053138de5b003ccf89ff3724c2b5a79521d1460d697b2a7cd1b9b175d582c5e52cc320285ec991801e1ee81aaeb45fd8da0187ee6
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.3.1
|
data/README.md
CHANGED
|
@@ -29,7 +29,7 @@ authenticate with http://canvas.instructure.com. To dynamically set the canvas s
|
|
|
29
29
|
|
|
30
30
|
## License
|
|
31
31
|
|
|
32
|
-
Copyright (C) 2012-
|
|
32
|
+
Copyright (C) 2012-2016 by Justin Ball and Atomic Jolt.
|
|
33
33
|
|
|
34
34
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
35
35
|
of this software and associated documentation files (the "Software"), to deal
|
data/omniauth-canvas.gemspec
CHANGED
|
@@ -15,6 +15,6 @@ Gem::Specification.new do |gem|
|
|
|
15
15
|
gem.require_paths = ["lib"]
|
|
16
16
|
gem.version = OmniAuth::Canvas::VERSION
|
|
17
17
|
|
|
18
|
-
gem.add_dependency 'omniauth', '~> 1.
|
|
19
|
-
gem.add_dependency 'omniauth-oauth2', '~> 1.
|
|
18
|
+
gem.add_dependency 'omniauth', '~> 1.3.1'
|
|
19
|
+
gem.add_dependency 'omniauth-oauth2', '~> 1.4.0'
|
|
20
20
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-canvas
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Ball
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-07-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: omniauth
|
|
@@ -16,28 +16,28 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 1.
|
|
19
|
+
version: 1.3.1
|
|
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
|
-
version: 1.
|
|
26
|
+
version: 1.3.1
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: omniauth-oauth2
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 1.
|
|
33
|
+
version: 1.4.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
|
-
version: 1.
|
|
40
|
+
version: 1.4.0
|
|
41
41
|
description: OmniAuth Oauth2 strategy for Instructure Canvas.
|
|
42
42
|
email: justin@atomicjolt.com
|
|
43
43
|
executables: []
|
|
@@ -77,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
77
77
|
version: '0'
|
|
78
78
|
requirements: []
|
|
79
79
|
rubyforge_project:
|
|
80
|
-
rubygems_version: 2.
|
|
80
|
+
rubygems_version: 2.5.1
|
|
81
81
|
signing_key:
|
|
82
82
|
specification_version: 4
|
|
83
83
|
summary: OmniAuth Oauth2 strategy for Instructure Canvas.
|