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 +4 -4
- data/lib/omniauth/bonofa/configuration.rb +1 -1
- data/lib/omniauth/bonofa/version.rb +1 -1
- data/omniauth-bonofa-0.0.3.gem +0 -0
- data/tests/bonofa_test.rb +1 -1
- metadata +2 -2
- data/omniauth-bonofa-0.0.2.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0919ccf0b439415dd0585fa0f57ee32276cc9992
|
4
|
+
data.tar.gz: 46ca1a0f108e71aadb303a1aa1a2b620ccd8ba4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44ded82b6ff7f485f71a522ddb66fcbf4c9221b6f9ff25bdb56a0577e9b01362b216ecffac7cea3e0d710a93e02efcbc99f42f1fa0e059ddfbda29a8151640f4
|
7
|
+
data.tar.gz: afa7d822e4407c6126899ad4fab9f145a338682c03876dc44480ea0f0b69584fda6f639fa830eda145331a758c2640e62ec8753102d3531b17ac82b4e00d16d9
|
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://
|
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.
|
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.
|
101
|
+
- omniauth-bonofa-0.0.3.gem
|
102
102
|
- omniauth-bonofa.gemspec
|
103
103
|
- tests/bonofa_test.rb
|
104
104
|
- tests/configuration_test.rb
|
data/omniauth-bonofa-0.0.2.gem
DELETED
Binary file
|