omniauth-restauth 0.0.6 → 0.0.7

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: c1a53dd156dae386a4031633576a337eb78b87ef
4
- data.tar.gz: 8e8ef8663e9a8c13a743c6af81fbe18df935be6e
3
+ metadata.gz: e62db7c95611219af33a858770e5613efcdd1250
4
+ data.tar.gz: 1a32a1c897d51191fea9ae2e58586013fd1b0d34
5
5
  SHA512:
6
- metadata.gz: 4705697b927c446c77160e3e5c9473b576bcdd16398ad20cfddc7aa27b5bc7e19c2358c5c6793911da0fa5994310c4dfa047369e8e8f0a3a16228c41fce4c916
7
- data.tar.gz: fffb8c4fc8d15b0a09cc4557e70d19c0b3590b9e185891ca3f8c283a72899834cbbbadcf2c928160657157e1fcb7049e1ff60f0bb345154ef3723d17d418eaac
6
+ metadata.gz: c8a082bd3913d9c470bab27e522cb2faecc728eec062a51086216e2498b3ea4e6ac0871898afec064b6ec5ee7486bd317d465f6c84d12e627908696f1b37bafb
7
+ data.tar.gz: 00d2fff528e1c9b2a4e55d6ea8e585c715de769d8a216a76a2bcb437390d24128fb09de811df3188e9f4bff01c8f1240aaca5be07da123dce0509be974320f8d
@@ -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:8080',
8
+ site: '192.168.1.5',
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.6"
3
+ VERSION = "0.0.7"
4
4
  end
5
5
  end
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.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-23 00:00:00.000000000 Z
11
+ date: 2015-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth