omniauth-bonofa 0.0.3 → 0.0.4

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: 8cf607a941447f8b045d0665fc5eb8b7f2edaab3
4
- data.tar.gz: 4d89989e33f3b1f50d4f45db8f8b76ee2f25a23e
3
+ metadata.gz: 0919ccf0b439415dd0585fa0f57ee32276cc9992
4
+ data.tar.gz: 46ca1a0f108e71aadb303a1aa1a2b620ccd8ba4b
5
5
  SHA512:
6
- metadata.gz: 66f02ab326c5b565c3a805ac50005db476f11df40881b1d163b590b556f8b257c5d6a1a0e966fddffa3280e87c7166aafef313c179264215553f96037b48db9a
7
- data.tar.gz: 5042d6daa23301ac925ba022fa8a20a409044ed14d4303ecee642e00157b6b75c648cfacd340d7cde52e7e94aa9cf78fc60c4de94857a9780c91a1c8fa14cc64
6
+ metadata.gz: 44ded82b6ff7f485f71a522ddb66fcbf4c9221b6f9ff25bdb56a0577e9b01362b216ecffac7cea3e0d710a93e02efcbc99f42f1fa0e059ddfbda29a8151640f4
7
+ data.tar.gz: afa7d822e4407c6126899ad4fab9f145a338682c03876dc44480ea0f0b69584fda6f639fa830eda145331a758c2640e62ec8753102d3531b17ac82b4e00d16d9
@@ -17,7 +17,7 @@ module Omniauth
17
17
  include Singleton
18
18
 
19
19
  def site
20
- @site || "http://www.opportunity-2014.com"
20
+ @site || "http://shop.opportunity-2014.com"
21
21
  end
22
22
 
23
23
  def authorize_url
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Bonofa
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
Binary file
data/tests/bonofa_test.rb CHANGED
@@ -9,7 +9,7 @@ end
9
9
 
10
10
  class ClientTest < StrategyTestCase
11
11
  test 'has correct Bonofa site' do
12
- assert_equal 'http://www.opportunity-2014.com', strategy.client.site
12
+ assert_equal 'http://shop.opportunity-2014.com', strategy.client.site
13
13
  end
14
14
 
15
15
  test 'has correct authorize url' do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-bonofa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ruo
@@ -98,7 +98,7 @@ files:
98
98
  - lib/omniauth/bonofa/configuration.rb
99
99
  - lib/omniauth/bonofa/version.rb
100
100
  - lib/omniauth/strategies/bonofa.rb
101
- - omniauth-bonofa-0.0.2.gem
101
+ - omniauth-bonofa-0.0.3.gem
102
102
  - omniauth-bonofa.gemspec
103
103
  - tests/bonofa_test.rb
104
104
  - tests/configuration_test.rb
Binary file