norseal-omniauth 0.1.1 → 0.1.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: b109ffbc7281a5172da65f719cf88ce47683effe
4
- data.tar.gz: 992401aa3ed1796b4303eb658ab4b6d01f948765
3
+ metadata.gz: dae82da8fefa8b1a639dfbb795f992d4dbd723b4
4
+ data.tar.gz: e21ebbf68bde02fb18b38f48694b9473c4e99d1d
5
5
  SHA512:
6
- metadata.gz: 96b76ebececb48ce24f91bf12b095b6bfcf210f4a7524df06cc99064fc680a8cce07ca05d278e70d07b897df288f821b8a7821198b43cf65b8c2435583aa0a16
7
- data.tar.gz: 57081ba7aab5ef04fc816224be68dcafb02c263520c8b0399f6f8f5b3af0795c55204ed24b762759e4a34a1f94bcc9a2ebc4b6180d9ade0309ca0ee1fa696b9d
6
+ metadata.gz: 183b466ea85fbb87134cf3f05ad24b7d5dd15ab50de51b1bf1ce71c924f0b2b6d88a6990c5865a4f38b4efb649c06d594744220d4d15fa8b2b6b2d4787dd8c66
7
+ data.tar.gz: 7f6e307ceece899dc6effad9bc3639b4027a1ca5aa89ee23ca2af21713abff333d768524411be06b18694f5268741bc10aca59e4dc2628fc22595fc77dc58ae3
@@ -1,11 +1,11 @@
1
1
  module OmniAuth
2
2
  module Strategies
3
- class Norseal < ::OmniAuth::Strategies::OAuth2
3
+ class Norseal < OmniAuth::Strategies::OAuth2
4
4
  option :name, :norseal
5
5
 
6
6
  option :client_options, {
7
- site: 'http://indentity.norseal.co.uk',
8
- authorize_url: '/oauth/authorize'
7
+ site: "http://indentity.norseal.co.uk",
8
+ authorize_url: "/oauth/authorize"
9
9
  }
10
10
 
11
11
  uid do
@@ -1,5 +1,5 @@
1
1
  module Norseal
2
2
  module OmniAuth
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: norseal-omniauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamie Barton