omniauth-social 0.1.6 → 0.1.7

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: 61eab2527a38bef77426617da5e67860bee30532
4
- data.tar.gz: e51369983e80c962b35cf25fa1f46722ff53d4ad
3
+ metadata.gz: 4e746457718dbf8ae972552dfe5572a6543c29c1
4
+ data.tar.gz: dd9f557e357bda64b90025a154605a3d357cf8b9
5
5
  SHA512:
6
- metadata.gz: 3bc61cf5178e910590896e391328ff9971b7a7c91ff3236b4e776b77d319b0e3521af451b407c93734d812a9d33f95c9e2879e8f3a53522a1682948bfc0616c1
7
- data.tar.gz: 46fa1cb2118367295c42df147c4859f256b16be17c719e4ff82fd476ccf12b56ec2b50c626a61886906f45e1a4f5eaba992fd11e07513e2fbcc7045cb3007062
6
+ metadata.gz: cd035d0d568f0233d72bc217011853fc3063f568b6dffa99be66240057cd5b246bae09271f8c328c5c400eb5d67110bcd814ed7ace6671a36362ee1b2d595a70
7
+ data.tar.gz: 82c400b46eb655a43e89fefec032b920f31996206562347be67441ed7ca1e023219db3970f8179e00d975fec3701c102446623dacec1fd9c8a333598f0107746
@@ -0,0 +1,6 @@
1
+ require 'omniauth-oauth'
2
+
3
+ module Omniauth
4
+ class Social::Line
5
+ end
6
+ end
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Social
3
- VERSION = "0.1.6"
3
+ VERSION = "0.1.7"
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.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - nguyenthanhcong101096
@@ -76,6 +76,7 @@ files:
76
76
  - bin/setup
77
77
  - lib/omniauth/social.rb
78
78
  - lib/omniauth/social/callbacks.rb
79
+ - lib/omniauth/social/line.rb
79
80
  - lib/omniauth/social/service.rb
80
81
  - lib/omniauth/social/version.rb
81
82
  - omniauth-social-0.1.0.gem
@@ -84,6 +85,7 @@ files:
84
85
  - omniauth-social-0.1.3.gem
85
86
  - omniauth-social-0.1.4.gem
86
87
  - omniauth-social-0.1.5.gem
88
+ - omniauth-social-0.1.6.gem
87
89
  - omniauth-social.gemspec
88
90
  homepage: https://github.com/nguyenthanhcong101096/omniauth-social
89
91
  licenses: