omniauth-sage_impact 0.0.2 → 0.0.3

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: 341ca8920e449fe0618afd4760a1b5d223df4656
4
- data.tar.gz: c1c36e2441dd8c0bbaf84c3e61f32b83bf113067
3
+ metadata.gz: 01494df73be53e813ec89d5b6b2f16dee626e485
4
+ data.tar.gz: 4c976fdaadc65eb8acd5784dfa126af3f8793300
5
5
  SHA512:
6
- metadata.gz: 1e0503d3c9d1de519b1482fa4a8df1ee10987caa7ba9dccc3896e2df1c54e8fc8271001e428a5171eda1205b7d6bef8833f16816ce873695b27190a02db1c124
7
- data.tar.gz: 23d1526e6dbde71a23f9d99e2ed6112cc8b776726b9944d66b3b3c16e2d6cfc038b51059fba66181a1338468e08dc99a304cef0add04fa4806118c22f5f985ed
6
+ metadata.gz: 503ba226cb2cbee5d11533be543bfc2733b0e71a8d49bc33003fd93108c88a95f409e36c413f2e8ad4397c16359447ba9a3b39e0563deda779227ea13db070d5
7
+ data.tar.gz: 215c5288fcd583ec66ac070bd7f407773003e15ee83326abb6b52e5b45d198598861e8b087f1fab458ff2d96a6e9f19c16869197ee59eac452f3cee591941b3d
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module SageImpact
3
- VERSION = '0.0.2'
3
+ VERSION = '0.0.3'
4
4
  end
5
5
  end
@@ -13,8 +13,8 @@ module OmniAuth
13
13
 
14
14
  option :authorize_options, [:shortname]
15
15
  option :client_options, site: 'https://app.sageaccountantscloud.com',
16
- authorize_url: '/oauth/authorize',
17
- token_url: '/oauth/token'
16
+ authorize_url: 'https://app.sageaccountantscloud.com/oauth/authorize',
17
+ token_url: 'https://app.sageaccountantscloud.com/oauth/token'
18
18
 
19
19
  uid { raw_info['id'].to_s }
20
20
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-sage_impact
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Kimura