omniauth-social 0.1.1 → 0.1.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: d9146d5e0bbbc5e9cfdb3a12ebd95ca24137e9d3
4
- data.tar.gz: 21f4eeff444c26983870aa7fef3d2710d1b5f25f
3
+ metadata.gz: 9cd2a5545e5cccd58e769b4b796ffd9efc5e73e1
4
+ data.tar.gz: 1e6d1a3445894a223ed26052e97c90a6aea27b54
5
5
  SHA512:
6
- metadata.gz: 84cd922f60733c367a51a1badb1874a3c0d15548ca74abfadeed6bec5ea068fd6c7e62e0064b96368c67c1f9fec99b106a38f47a564224f429f70c6d7d213cc0
7
- data.tar.gz: 7243f8034a8b65149c160b2935a6c154fd0d55dc958af69db0d716bfeb87d9955a1b7c48a155393884cfe601b616640f2816aa822fba80149b2b76bc914d4538
6
+ metadata.gz: f6e54ceab6fb85c1316577a98ea40297b79bba2d0eeca94253b61e0d3e19f720eb92b57a93191edcd8941dd86f6926274e7f7f2ab079139bb2021c7a87c59392
7
+ data.tar.gz: 5559a39b94766ade11655c056c74ae96d262f224376337b4db779f1a204a7d6fa78abf62320ccd87d0bad06864ab497821f3681f25be9a76695b94e53096c9f1
@@ -1,10 +1,10 @@
1
1
  module Omniauth
2
2
  class Social::Service
3
- attr_reader :auth, :controller
3
+ attr_reader :provider_data, :controller
4
4
 
5
5
  def initialize(auth, controller)
6
- @auth = auth
7
- @controller = controller
6
+ @provider_data = auth.env['omniauth.auth']
7
+ @controller = controller
8
8
  end
9
9
 
10
10
  def execute
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Social
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-social
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - nguyenthanhcong101096
@@ -79,6 +79,7 @@ files:
79
79
  - lib/omniauth/social/service.rb
80
80
  - lib/omniauth/social/version.rb
81
81
  - omniauth-social-0.1.0.gem
82
+ - omniauth-social-0.1.1.gem
82
83
  - omniauth-social.gemspec
83
84
  homepage: https://github.com/nguyenthanhcong101096/omniauth-social
84
85
  licenses: