omniauth-tbs 0.0.4 → 0.0.5

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: bfd9eac7c73c66ccd8c27bd6976e1a74609befeb
4
- data.tar.gz: 0b9ef292f5bfa629ecc4c5a3f7764e7be983e3ac
3
+ metadata.gz: 3c825a6908640ad907a12fa787fab40c963b38d5
4
+ data.tar.gz: bffa02ca4bb7607133609860b33e11fb84dac4b6
5
5
  SHA512:
6
- metadata.gz: 4448087ebf2a599f8fd4769b6a3031383f6a3312e5f4657a914c132d1002aa89e8cdf737d34efc36b6f7f93d8c5ce35a3879f2ea1b91d2556d0b6dc6d1ab99fc
7
- data.tar.gz: 3eda69189f26200995a2fce21414bf246bb6639a8cbe6c60103f1c64284f0828c30ba646bc255ac9bc0d9611ff7b61b1a0b7f5d9bebd3e687b7f2d0d6a172715
6
+ metadata.gz: d1452aca1a1a738c6a145044ffc73b073b56455252dad24fffd2b9486bca85723a15ce65decca3b33a31b1da03bd03fec233d1adf34d34d29dccf598210ad411
7
+ data.tar.gz: 028315e77e293894c5d6e4e018433064427fa9413ea62322263c116668f4355786fb599aa1e78a7507b83bd33ed38686066201970b077ac9235cfd3b1d585672
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Tbs
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
data/lib/omniauth/tbs.rb CHANGED
@@ -6,7 +6,7 @@ module OmniAuth
6
6
  # change the class name and the :name option to match your application name
7
7
  option :name, :tbs
8
8
  option :client_options, {
9
- :site => "http://localhost:3001", :authorize_url => "/oauth/authorize"
9
+ :site => "http://localhost:3000", :authorize_url => "/oauth/authorize"
10
10
  }
11
11
  uid { raw_info["id"] }
12
12
  info do
@@ -20,4 +20,4 @@ module OmniAuth
20
20
  end
21
21
  end
22
22
  end
23
- end
23
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-tbs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erwin Schens