omniauth-affinitylive 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: 66525ef8db0aa79846334694081e7d5d15d7f25a
4
- data.tar.gz: 40ae38ab9d8952ff41a3913479d45bb0156fa106
3
+ metadata.gz: 8a03df6d6c47c506ac009a5314b3a1fc72d14eab
4
+ data.tar.gz: b78c24f3cb02d1f8091941c7b2c38f0752f8c965
5
5
  SHA512:
6
- metadata.gz: 29b416d02a84386cb82370d42fa5b61db9367a39b89ed92f7d3b1e0cf02aa3bf494f1c305a137fac8c2bbb187e6b3eccd592e92466ad5bf7a0a89ed605f826d6
7
- data.tar.gz: 56c602cf0e30ce0c3c348cd37c8a08ae1dcf1de2eb0c9ae99e31dee9918a3a49417926f15c0b34860ce0456ccd89e8ed1751aad42132044643d75625269c009c
6
+ metadata.gz: 66e6c69e95c39b520066cc34316ba9ad6e2b8ee6ae2d87589cd43ecb1e130ca31938523b97321a7ff8ae2163e672fda09b631b98f3256646b7ae93027980ee89
7
+ data.tar.gz: 8fdf70d0ba12657c8c7900efd9670770132e7e322b33bc115b29416085a9e3890366394384e14278cd0c4733aa94f7075d256b36a217f41f69a4600dfa2c8fb6
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Affinitylive
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -6,7 +6,6 @@ require "multi_xml"
6
6
  module OmniAuth
7
7
  module Strategies
8
8
  class Affinitylive < OmniAuth::Strategies::OAuth2
9
- option :name, "affinitylive"
10
9
 
11
10
  option :client_options, {
12
11
  :authorize_url => "/oauth2/v0/authorize",
@@ -1,6 +1,6 @@
1
1
  require 'spec_helper'
2
2
 
3
- describe "OmniAuth::Strategies::AffinityLive" do
3
+ describe "OmniAuth::Strategies::Affinitylive" do
4
4
  subject do
5
5
  OmniAuth::Strategies::Affinitylive.new(nil, {})
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-affinitylive
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
  - Rikki pitt