omniauth-rlauth 0.1 → 0.2

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
  SHA1:
3
- metadata.gz: 5433be5546fcce774d4b018cd453f49d3c78017b
4
- data.tar.gz: 296830f0a9176031b7ace55db72f45abf83cabec
3
+ metadata.gz: 93829186ba7c468c11156f504603055487f35fb5
4
+ data.tar.gz: c8eb0f6ff87a6dc4d11815280c25cebebed6c3b8
5
5
  SHA512:
6
- metadata.gz: 9dfb37d162687f6a29c4be2d925c3f76b41e9efca85cf8455c67d16b8b698deee5fd6faa41e819631723a820e72b99f8b64146733bf63a39e1fb1cf403923cbf
7
- data.tar.gz: 0ae10d75ba91a1e8ae101c9a478d69e80de5dfe8c961b37364359d40583135c34a964c07e4c994e798a8771d153979d5c3d5968b0b4197d6bf0438a3b625a1d9
6
+ metadata.gz: 17faad9e5ff69f09a1fb40e54d221080fd991cad0f41f8aca4b6b823a14c3a932594ac2a245c4614fb6d99f4e01c2fa6858cd5c1e694b2fffc06ad07a157f2fa
7
+ data.tar.gz: 6b97f7098c211d128f904438728d7b2fccf7c0ac2d8e2ce0a03897b011478c1b5b2ec6609b0d95a6fd18212168c68b62f36b114f727bd4730c231ef7d0007f7a
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module RLAuth
3
- VERSION = '0.1'
3
+ VERSION = '0.2'
4
4
  end
5
5
  end
@@ -5,7 +5,7 @@ module OmniAuth
5
5
  class RLAuth < OmniAuth::Strategies::OAuth2
6
6
  option :name, "rlauth"
7
7
 
8
- option :client_options, {:site => "https://rlauth.deira.phitherek.me"}
8
+ option :client_options, {:site => "https://rlauth.phitherek.me"}
9
9
 
10
10
  uid { raw_info['user']['id'] }
11
11
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-rlauth
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: '0.2'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Phitherek_
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-12 00:00:00.000000000 Z
11
+ date: 2015-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2