omniauth-radius 0.0.1 → 0.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: 22fe9f14d5868a7649af62eb43ef8908bfdcaa66
4
- data.tar.gz: 4361b67750e54e6eca3dd867e818518cd98f5e74
3
+ metadata.gz: 5fdc4ea3d4aa306b500246550471777764eba248
4
+ data.tar.gz: f4c52636601092f8e5814e61803b226164973af3
5
5
  SHA512:
6
- metadata.gz: e4990caefc01c41be4a4057e337444f198e520a98adef21a9cc96c617ed7ceb2a33030636312ce4a1d8f1ef6377db27a5a2941a9f5b8bebab50402d7a2d4b0fc
7
- data.tar.gz: 5ee292bccebb983bd98fe61ecfc36204a4c8dfa3b9d1b7edaa98e341ed7fc58a3161ce3dcf32e570bb433167c1114dded7e84993cb68fa7291b5f065b07f3cd0
6
+ metadata.gz: 9aa6d230e41a50075fc4e365e57f6065bc2d85f17d00ed7db586fe22a88e79887f6e5bcc00d86206077464232fc70162a3feb7883766c2ef3e9002b29b482630
7
+ data.tar.gz: 3c41111497d36ecbcca1f7ac4957b6672bec759d11f542077f5841c6b9695c8932e87e82ebc3ba3196839b5f488fcddc254ecb1e0054559deb4cea6a029bd517
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Radius
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -4,9 +4,9 @@ module OmniAuth
4
4
  class Radius < OmniAuth::Strategies::OAuth2
5
5
 
6
6
  option :client_options, {
7
- :site => "https://account.messageradius.com",
8
- :authorize_url => "https://account.messageradius.com/auth/radius/authorize",
9
- :access_token_url => "https://account.messageradius.com/auth/radius/access_token"
7
+ :site => "https://account.radiusnetworks.com",
8
+ :authorize_url => "https://account.radiusnetworks.com/auth/radius/authorize",
9
+ :access_token_url => "https://account.radiusnetworks.com/auth/radius/access_token"
10
10
  }
11
11
 
12
12
  uid { raw_info['id'] }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-radius
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Sexton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-26 00:00:00.000000000 Z
11
+ date: 2013-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -135,7 +135,6 @@ files:
135
135
  - README.md
136
136
  - Rakefile
137
137
  - lib/omniauth-radius.rb
138
- - lib/omniauth-radius/version.rb
139
138
  - lib/omniauth/radius/version.rb
140
139
  - lib/omniauth/strategies/radius.rb
141
140
  - omniauth-radius.gemspec
@@ -1,5 +0,0 @@
1
- module OmniAuth
2
- module Radius
3
- VERSION = "0.0.1"
4
- end
5
- end