omniauth-bandify-oauth2 0.1.0 → 0.1.1

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
  SHA256:
3
- metadata.gz: 4c2e91daf468afaf5e16f3c1797738cf2e3ffe591b2f9078719581f8f1b261c8
4
- data.tar.gz: 04c8374100534071b9cf5f64b97fa969b0d52ac0dce9ddfe0f695e9deb3b5195
3
+ metadata.gz: da82b0e3c831fb963699b51ca6088ad432ed1a98f0331b9a8bd1848664ff7d41
4
+ data.tar.gz: 26e0bc47e8301c0efbcbdfab93f63f231cbcfef8438fdcf9485871934a232bef
5
5
  SHA512:
6
- metadata.gz: e4cde4ea1f8e49695f9decc138bd649eb30e949ab47ef396131b9248fcae4b29f070e57b53fba9d8cf3ffff718896069b6d0841a9049e456f5ae840965ae0747
7
- data.tar.gz: c5210ade58468654ce578a1ecf0931b03a1a96322523706f48bd1983989bc531f912767aa9d778270bd0ea5cb460fcad137994839de7d8631d05909cb3cf6476
6
+ metadata.gz: bbf5baaddfd367b32cd66eb284f21291e1cf18c3db64b13c94e3c2e42f0f7a5b386b7e69ab650477297719b289d262051639cd60bcf11a032edea1669e7661c5
7
+ data.tar.gz: 063e16d24395e8015cdfd2ee33f5dcd4732cd7c9ee71108866a0c84c80f62cb261c021cadca83900d9665c456f533f6b0975bee438c41d384eaaaf4de08cb5c7
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module BandifyOauth2
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
@@ -7,7 +7,7 @@ module OmniAuth
7
7
  option :name, 'bandify_oauth2'
8
8
 
9
9
  option :client_options, {
10
- site: ENV['BANDIFY_OAUTH2_SITE'] || 'https://login.bandify.co',
10
+ site: ENV['BANDIFY_OAUTH2_SITE'] || 'https://account.bandify.co',
11
11
  request_token_url: '/oauth/request_token',
12
12
  authorize_url: '/oauth/authorize',
13
13
  token_url: '/oauth/token',
@@ -11,7 +11,7 @@ describe OmniAuth::Strategies::BandifyOauth2 do
11
11
  end
12
12
 
13
13
  it 'should have correct site' do
14
- expect(subject.options.client_options.site).to eq('https://login.bandify.co')
14
+ expect(subject.options.client_options.site).to eq('https://account.bandify.co')
15
15
  end
16
16
 
17
17
  it 'should have correct authorize url' do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-bandify-oauth2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bandify