omniauth-barong-oauth2 1.0.0.rc2 → 1.0.0.rc3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fc5641309e9aeee875f4b37f751b4a5733acc693a14e9fc109fd5f5c47f345a2
4
- data.tar.gz: fea487ecbfa077e35259a5e08ee7ec53b97784b10e6be8fc04b0f3b9806a2bee
3
+ metadata.gz: 218530352403ce742f2c261d73d9c86ea0d6e838f4ee23b026a582fef1a48414
4
+ data.tar.gz: ee5e87bdf372c47c3bb3df8dd068d605681e3303a69a3763d26e8a3964135cac
5
5
  SHA512:
6
- metadata.gz: 9e9fb5abf0bc37c3cd90cf93a86853591faf9bf152ecba9ae2454a6528fef7a6176fa5606df31b985bbf380b040c6b94db0cc356cdd4a64931e41750099fb791
7
- data.tar.gz: '0983ae1700905934a7b6111983b7abbf27f27f21e6c6b9b232ebf69019d66f324138b6442624295d2f3390100c349a99a5d9150a15f9abbf974e254851fe307c'
6
+ metadata.gz: 67f241088af90ff4c7661685d680957b6b71960f01895c50ef6b199c59f54c415f1db45ee6c0ef7c76c6236e57e0e25257bc506e734539e227ec7962f158ca5f
7
+ data.tar.gz: ee44f7cbf0bfa0757ec671717fc438aaa04fc6c0f90044dba8625a4fbee55e00e300453265570a4d78d1442f26c453f30c3f1eb939709f0ddfb1f33f494d97ad
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-barong-oauth2 (1.0.0)
4
+ omniauth-barong-oauth2 (1.0.0.rc2)
5
5
  omniauth-oauth2 (~> 1.5)
6
6
 
7
7
  GEM
@@ -5,7 +5,7 @@ require "omniauth-oauth2"
5
5
  require "uri"
6
6
 
7
7
  module OmniAuth::Strategies
8
- class BarongOAuth2 < OAuth2
8
+ class Barong < OAuth2
9
9
  option :name, "barong-oauth2"
10
10
  option :authorize_path, "/oauth/authorize"
11
11
  option :resource_path, "/oauth/account"
@@ -2,5 +2,5 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module OmniAuthBarongOAuth2
5
- VERSION = "1.0.0.rc2"
5
+ VERSION = "1.0.0.rc3"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-barong-oauth2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.rc2
4
+ version: 1.0.0.rc3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yaroslav Konoplov