omniauth-fanburst 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ef9920014f6c8718a279e31678b1723f25056bf9
4
- data.tar.gz: a82f1424d6473c9639948b8e9328d8aad14aa098
3
+ metadata.gz: 81d10845a02c919fdb4f11030d51d8ad2256260c
4
+ data.tar.gz: be92a3b7884627f81f780d7c996f09d123f890c3
5
5
  SHA512:
6
- metadata.gz: 03f649fa18775ad79e1901a54ad45edd364d61170bd4ff5cdf3cc85557db6cd0df409e88beaf1bf2dfd4da52517715daacb4336c69f299d8e20f303c71d26b3f
7
- data.tar.gz: 40496226b935858c378790f5d5757114311f7fd450be3f816e83a12fa288f4e85d5ac0e45fceb3c6714a9cda44b36197def312c192b937605e484ec80b253f30
6
+ metadata.gz: 165a824e05fa15073c1399eedc72457664f143cad857b35e60538f868531396ee05903fa3c8000927390778d310176cd0f22b61bbef5964fda1c7586cfc7c242
7
+ data.tar.gz: e2a65fff7404dde552aed0f21263562d39e6e72dd99655ae43e24828a58da8d8a5e879b21730994690c68564e30a1ca089798beb052b63d722e774fa0d9b5681
@@ -10,8 +10,8 @@ module OmniAuth
10
10
  # initializing your consumer from the OAuth gem.
11
11
  option :client_options,
12
12
  site: 'https://api.fanburst.com',
13
- authorize_url: 'https://fanburst.com//oauth/authorize',
14
- token_url: 'https://fanburst.com//oauth/token',
13
+ authorize_url: 'https://fanburst.com/oauth/authorize',
14
+ token_url: 'https://fanburst.com/oauth/token',
15
15
  connection_opts: { headers: { user_agent: 'omniauth-fanburst', accept: 'application/json', content_type: 'application/json' } }
16
16
 
17
17
  # These are called after authentication has succeeded. If
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Fanburst
3
- VERSION = '0.0.1'.freeze
3
+ VERSION = '0.0.2'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-fanburst
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claudio Poli