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

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: 218530352403ce742f2c261d73d9c86ea0d6e838f4ee23b026a582fef1a48414
4
- data.tar.gz: ee5e87bdf372c47c3bb3df8dd068d605681e3303a69a3763d26e8a3964135cac
3
+ metadata.gz: c6ddf97518fa9ddd9bce31cd0c339a8468b2412ad50d2d3cf55bce9f370fe7f7
4
+ data.tar.gz: 6d84f2193befe3f12d91559db66c6f34bd6faa790798e0e9ef07adff1520461a
5
5
  SHA512:
6
- metadata.gz: 67f241088af90ff4c7661685d680957b6b71960f01895c50ef6b199c59f54c415f1db45ee6c0ef7c76c6236e57e0e25257bc506e734539e227ec7962f158ca5f
7
- data.tar.gz: ee44f7cbf0bfa0757ec671717fc438aaa04fc6c0f90044dba8625a4fbee55e00e300453265570a4d78d1442f26c453f30c3f1eb939709f0ddfb1f33f494d97ad
6
+ metadata.gz: e7e9c4b80a249ddc2e8ac8c95908daae28d8239fa94e4e479e51f30cc390d9fb9637f053691c511beb54bbb2b0c379bc82b40a5ebdc1f065d7b10d4fafd8923a
7
+ data.tar.gz: 9225568f71fb31584cd6277a6d97e1e591bcdee018802bd7f4fda5813e72ab955c9faa6f1454d5f4a81b6369ed4e7490b1f7f8800842351164b014535bf37e08
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-barong-oauth2 (1.0.0.rc2)
4
+ omniauth-barong-oauth2 (1.0.0.rc3)
5
5
  omniauth-oauth2 (~> 1.5)
6
6
 
7
7
  GEM
@@ -6,7 +6,7 @@ require "uri"
6
6
 
7
7
  module OmniAuth::Strategies
8
8
  class Barong < OAuth2
9
- option :name, "barong-oauth2"
9
+ option :name, "barong"
10
10
  option :authorize_path, "/oauth/authorize"
11
11
  option :resource_path, "/oauth/account"
12
12
  args %i[ root_url client_id client_secret ]
@@ -2,5 +2,5 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module OmniAuthBarongOAuth2
5
- VERSION = "1.0.0.rc3"
5
+ VERSION = "1.0.0.rc4"
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.rc3
4
+ version: 1.0.0.rc4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yaroslav Konoplov