omniauth-bonofa 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: 2c28e3bcb7b2d0c6ef314922f2118ee9a51b40fd
4
- data.tar.gz: ee85c4806ff91bdb39d4531d5ee3e6c26b6a212c
3
+ metadata.gz: 8c35073abbbad090d538bdc8b5774ebec46e3534
4
+ data.tar.gz: 477b84a5b4a90c82efc52396a6d0b7f7bf6d77e6
5
5
  SHA512:
6
- metadata.gz: 4a07f44233d04d325e482003911d1d95368ef76ff7f511d9f1a93f9cd1ba63616cfcf8f82d7b0e72e76230331231463c2a76e96964fc2b7e801aad71501e47c2
7
- data.tar.gz: 2e93bdca83a45673cd40ce13857f0f22bc708699eb70131b97101a1a7d2a60b8e3fcefde03ddb2bd59e8f328ebf74402b3de295aafe5b2b2860257c37b186dfd
6
+ metadata.gz: 98ab71185b57aac6a36359ae302ea31a0af50a51cceae7d64aeecbd7e287d84d01cc223d74ddbf775da47fef52546f05fae0c39a3db585571e074cbb628188f9
7
+ data.tar.gz: 1306115fb6bf145affd287a6195eb9c428b3315ac4ea8c9e555580bc35226d8ce5951a9054f748cab265d0427825a941a92652e0d91ca970faf51c63f9382dfa
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Bonofa
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -13,6 +13,7 @@ module OmniAuth
13
13
  :email => raw_info["email"],
14
14
  :first_name => raw_info["first_name"],
15
15
  :last_name => raw_info["last_name"],
16
+ :birthday => raw_info["birthday"],
16
17
  :language => raw_info["shop_language"],
17
18
  :promotion_code => raw_info["promotion_code"],
18
19
  :profile_image_url => raw_info["profile_image_url"],
@@ -8,10 +8,10 @@ end
8
8
  class ConfigurationTest < StrategyTestCase
9
9
  test "should set the configuration vars from site url" do
10
10
  Omniauth::Bonofa.configure do |config|
11
- config.site = "http://www.opportunity-2014.com"
11
+ config.site = "http://www.bonofa-test.com"
12
12
  end
13
- assert_equal Omniauth::Bonofa.configuration.site, "http://www.opportunity-2014.com"
14
- assert_equal 'http://www.opportunity-2014.com', strategy.client.site
13
+ assert_equal Omniauth::Bonofa.configuration.site, "http://www.bonofa-test.com"
14
+ assert_equal 'http://www.bonofa-test.com', strategy.client.site
15
15
  end
16
16
 
17
17
  test "should set configuration vars" do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-bonofa
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
  - Ruo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-06 00:00:00.000000000 Z
11
+ date: 2014-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2