omniauth-restauth 0.0.7 → 0.0.8

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: e62db7c95611219af33a858770e5613efcdd1250
4
- data.tar.gz: 1a32a1c897d51191fea9ae2e58586013fd1b0d34
3
+ metadata.gz: 52fc22ac4d00889efeadcb4bcce1d5387b1fb1c7
4
+ data.tar.gz: 07567409f9d4a6c68b0b5b04c939bbe9498e9cca
5
5
  SHA512:
6
- metadata.gz: c8a082bd3913d9c470bab27e522cb2faecc728eec062a51086216e2498b3ea4e6ac0871898afec064b6ec5ee7486bd317d465f6c84d12e627908696f1b37bafb
7
- data.tar.gz: 00d2fff528e1c9b2a4e55d6ea8e585c715de769d8a216a76a2bcb437390d24128fb09de811df3188e9f4bff01c8f1240aaca5be07da123dce0509be974320f8d
6
+ metadata.gz: 85d919af2c244510b478cf3b993d2bf5463013ddccd861662ca867a48d74c9b4002f4241bdd206d51629f463d28a304a1d40e5368354910266f22459e508eecd
7
+ data.tar.gz: fff68cf89cc8d5a0848cea87e9c6f4ca2f628472a328b6564c996eadde98ee9a14b501b3817750abe6ffa99365ac8c402c34b2b9374e66de37c2a77629a3f757
@@ -5,7 +5,7 @@ module OmniAuth
5
5
  class Restauth < OmniAuth::Strategies::OAuth2
6
6
 
7
7
  option :client_options, {
8
- site: '192.168.1.5',
8
+ site: 'http://192.168.1.5:8080/',
9
9
  authorize_url: '/oauth/authorize',
10
10
  token_url: '/oauth/token'
11
11
  }
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Restauth
3
- VERSION = "0.0.7"
3
+ VERSION = "0.0.8"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-restauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex