omniauth-myadventist 0.1.3 → 0.1.4
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/README.md +1 -1
- data/lib/omniauth-myadventist/version.rb +1 -1
- data/lib/omniauth/strategies/myadventist.rb +1 -1
- data/omniauth-myadventist.gemspec +4 -4
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9450ad6d1f5d218c36e94572dbabe746ad262033
|
|
4
|
+
data.tar.gz: 83cadc3847e6f753cda6f23b37c756456be79114
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9046cf734b44aab0e41ceb42b8c9fd480876f79bab937cccb47c17f9689e58dd98cc7de42435ffebd75ab295ae93fef49224e2410c6c25d3a43f3a4dc6fde10c
|
|
7
|
+
data.tar.gz: a145ca2704f2182043d0c3d4b58751d7152656eae446a9be340cee7c0414f263a3d2b2d6665853c24d01fa880120ff715b24feaec56ea3b3c1761e6c9bb441ed
|
data/README.md
CHANGED
|
@@ -32,7 +32,7 @@ To use https://test.myadventist.org you can override the client site:
|
|
|
32
32
|
```ruby
|
|
33
33
|
Rails.application.config.middleware.use OmniAuth::Builder do
|
|
34
34
|
client_options = {}
|
|
35
|
-
client_options[:site] = 'https://test.myadventist.org
|
|
35
|
+
client_options[:site] = 'https://test.myadventist.org' unless Rails.env.production?
|
|
36
36
|
provider :myadventist, Rails.application.secrets.myadventist_client_key, Rails.application.secrets.myadventist_client_secret, client_options: client_options
|
|
37
37
|
end
|
|
38
38
|
```
|
|
@@ -6,12 +6,12 @@ require 'omniauth-myadventist/version'
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "omniauth-myadventist"
|
|
8
8
|
spec.version = OmniAuth::Myadventist::VERSION
|
|
9
|
-
spec.authors = ["
|
|
9
|
+
spec.authors = ["Adventist Media"]
|
|
10
10
|
spec.email = ["webmaster@adventistmedia.org.au"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{myAdventist omniauth strategy}
|
|
13
13
|
spec.description = %q{myAdventist omniauth strategy}
|
|
14
|
-
spec.homepage = "http://myadventist.org
|
|
14
|
+
spec.homepage = "http://myadventist.org"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
|
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
|
|
|
23
23
|
|
|
24
24
|
spec.required_ruby_version = '>= 2.0'
|
|
25
25
|
|
|
26
|
-
spec.add_dependency 'omniauth-oauth2', '~> 1.
|
|
26
|
+
spec.add_dependency 'omniauth-oauth2', '~> 1.5.0'
|
|
27
27
|
spec.add_development_dependency "bundler", "~> 1.13"
|
|
28
|
-
spec.add_development_dependency "rake", "~>
|
|
28
|
+
spec.add_development_dependency "rake", "~> 12.0"
|
|
29
29
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-myadventist
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Adventist Media
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-08-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: omniauth-oauth2
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 1.
|
|
19
|
+
version: 1.5.0
|
|
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.5.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: bundler
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -44,14 +44,14 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: '
|
|
47
|
+
version: '12.0'
|
|
48
48
|
type: :development
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: '
|
|
54
|
+
version: '12.0'
|
|
55
55
|
description: myAdventist omniauth strategy
|
|
56
56
|
email:
|
|
57
57
|
- webmaster@adventistmedia.org.au
|
|
@@ -71,7 +71,7 @@ files:
|
|
|
71
71
|
- lib/omniauth-myadventist/version.rb
|
|
72
72
|
- lib/omniauth/strategies/myadventist.rb
|
|
73
73
|
- omniauth-myadventist.gemspec
|
|
74
|
-
homepage: http://myadventist.org
|
|
74
|
+
homepage: http://myadventist.org
|
|
75
75
|
licenses:
|
|
76
76
|
- MIT
|
|
77
77
|
metadata: {}
|
|
@@ -91,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
91
91
|
version: '0'
|
|
92
92
|
requirements: []
|
|
93
93
|
rubyforge_project:
|
|
94
|
-
rubygems_version: 2.
|
|
94
|
+
rubygems_version: 2.6.13
|
|
95
95
|
signing_key:
|
|
96
96
|
specification_version: 4
|
|
97
97
|
summary: myAdventist omniauth strategy
|