omniauth-kounta 0.0.16 → 0.0.17

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: 4e7ce33945845164877df66c08d828c6196744d1
4
- data.tar.gz: 1652c9b80b8c5e779b5d6157af59967dd2147adb
3
+ metadata.gz: 7ecbb63a7a9e8d11fa3822b4ab574cf788870486
4
+ data.tar.gz: b3e9e883587e451e6dd6a4a43603c8ec0abf3ad9
5
5
  SHA512:
6
- metadata.gz: 1624e46a765c5fc5ad58a1727461e6afe297059c109cc01732aef7312e27d494c0fe22c9c7e1aaa6a0f62eac2d1f4b60d246a1f8315b4cf836b0d89d285c0935
7
- data.tar.gz: 0e7192bc20741bfe38a721cffaeb5fb7da5cb772b2239a4ad25317ab62f1f75c4341ba50bb8b2a59b0dfafb51fddd885ad988c6121d0c86d3e024c2d456c41f7
6
+ metadata.gz: 59bb772436ed435a893b5cb1426d621782f08dc6f4244a8ed87161ac7fd3391cbe618a43319f11c1482588b67e87c268dd039a72db95747cb7cc190ef54cc301
7
+ data.tar.gz: cf2ffe71c7d6c4e95388ad29e7b9c7a6931f88c5d22d926d2b6e608b82a40550fde0e1b9d356051ac8aea615da504350421af892b1de757eac8bdebf894e68e3
@@ -11,7 +11,7 @@ module OmniAuth
11
11
  option :client_options, {
12
12
  :site => AuthUrl,
13
13
  :authorize_url => "#{AuthUrl}/authorize",
14
- :token_url => "#{ApiUrl}/v1/token.json"
14
+ :token_url => "#{ApiUrl}/v1/token"
15
15
  }
16
16
 
17
17
  def token_params
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Kounta
3
- VERSION = '0.0.16'
3
+ VERSION = '0.0.17'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-kounta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.16
4
+ version: 0.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rhys Elsmore