omniauth-restauth 0.0.8 → 0.0.9

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: 52fc22ac4d00889efeadcb4bcce1d5387b1fb1c7
4
- data.tar.gz: 07567409f9d4a6c68b0b5b04c939bbe9498e9cca
3
+ metadata.gz: 83b62fb849431eba1a9ff1777255e96790627931
4
+ data.tar.gz: 2e2a676f3ec1794302b82f3ac017dfbce023c50a
5
5
  SHA512:
6
- metadata.gz: 85d919af2c244510b478cf3b993d2bf5463013ddccd861662ca867a48d74c9b4002f4241bdd206d51629f463d28a304a1d40e5368354910266f22459e508eecd
7
- data.tar.gz: fff68cf89cc8d5a0848cea87e9c6f4ca2f628472a328b6564c996eadde98ee9a14b501b3817750abe6ffa99365ac8c402c34b2b9374e66de37c2a77629a3f757
6
+ metadata.gz: b983e6294a7511ea5fcdde73e4239507555047341cd99ba419890bd4310e1c84b0937677dbb16384927ce38f806834c290a143e1ca66ad4a4a02ffd013f683a8
7
+ data.tar.gz: 550b309d98462b7eee761e686ffb80db5d086077b4d782ec2a9cdc7c35298f97cd4fb7f7ab998739af27a8cd9306643b8f090ea5eddeb579774ffe45eb09cae8
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Restauth
3
- VERSION = "0.0.8"
3
+ VERSION = "0.0.9"
4
4
  end
5
5
  end
@@ -5,7 +5,7 @@ module OmniAuth
5
5
  class Restauth < OmniAuth::Strategies::OAuth2
6
6
 
7
7
  option :client_options, {
8
- site: 'http://192.168.1.5:8080/',
8
+ site: 'http://localhost:8080/',
9
9
  authorize_url: '/oauth/authorize',
10
10
  token_url: '/oauth/token'
11
11
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-restauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-27 00:00:00.000000000 Z
11
+ date: 2015-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth