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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8d64c37a0149cee51d48ffb38b74619c9d5e7db0
4
- data.tar.gz: 6cbcefcd8a60c7030ccf93a4b0f59b7487196931
3
+ metadata.gz: 9450ad6d1f5d218c36e94572dbabe746ad262033
4
+ data.tar.gz: 83cadc3847e6f753cda6f23b37c756456be79114
5
5
  SHA512:
6
- metadata.gz: 9346d139e8bd7cc57d86c99bb9c372f3cebad67963da6b74d31f6d92c78e9314a5f237045aef3d7dcf64fabe4e48eb492d43e06b6ae76b62a0cddeb4a17b9c77
7
- data.tar.gz: 533f70c4ee57685af93e17aaa302d5626cddc4632f19abf800eefca134b9bdc5fe034e6e01af34f063d3fb22e111cf29b408c660334a0b36a64a788438abde6d
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.au' unless Rails.env.production?
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
  ```
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Myadventist
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
@@ -6,7 +6,7 @@ module OmniAuth
6
6
 
7
7
  option :name, 'myadventist'
8
8
  option :client_options, {
9
- site: 'https://myadventist.org.au',
9
+ site: 'https://myadventist.org',
10
10
  authorize_url: '/oauth/authorize',
11
11
  token_url: '/oauth/gettoken',
12
12
  info_url: '/oauth/userinfo'
@@ -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 = ["Dan Lewis"]
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.au"
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.4.0'
26
+ spec.add_dependency 'omniauth-oauth2', '~> 1.5.0'
27
27
  spec.add_development_dependency "bundler", "~> 1.13"
28
- spec.add_development_dependency "rake", "~> 10.0"
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.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
- - Dan Lewis
7
+ - Adventist Media
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-12-07 00:00:00.000000000 Z
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.4.0
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.4.0
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: '10.0'
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: '10.0'
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.au
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.5.1
94
+ rubygems_version: 2.6.13
95
95
  signing_key:
96
96
  specification_version: 4
97
97
  summary: myAdventist omniauth strategy