omniauth-social 0.1.5 → 0.1.6

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: 5a41fa0fa358a6c128df5efc2d07bac6135cf55d
4
- data.tar.gz: 85f1e07d28218b22f19212772ed41187addea323
3
+ metadata.gz: 61eab2527a38bef77426617da5e67860bee30532
4
+ data.tar.gz: e51369983e80c962b35cf25fa1f46722ff53d4ad
5
5
  SHA512:
6
- metadata.gz: 33df4aef36bcfffdb9a25d5345e57be6693ef8236f3529af94e8c3d50ef3d402a65e48a07853a2897c3a6ac498b87e6c284a96890e5e48cee11c15792ef3a4e8
7
- data.tar.gz: f237a9d26cd6147f29a5d2dd49f375d5ccc9c56ccab61712ed4903e76ff62364a0d6d9c98cf6210662f25249ebafb515905cf6c052915459fdaf4e6cc1b1d59c
6
+ metadata.gz: 3bc61cf5178e910590896e391328ff9971b7a7c91ff3236b4e776b77d319b0e3521af451b407c93734d812a9d33f95c9e2879e8f3a53522a1682948bfc0616c1
7
+ data.tar.gz: 46fa1cb2118367295c42df147c4859f256b16be17c719e4ff82fd476ccf12b56ec2b50c626a61886906f45e1a4f5eaba992fd11e07513e2fbcc7045cb3007062
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-social (0.1.5)
4
+ omniauth-social (0.1.6)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Social
3
- VERSION = "0.1.5"
3
+ VERSION = "0.1.6"
4
4
  end
5
5
  end
@@ -2,6 +2,7 @@ require 'rails'
2
2
  require 'set'
3
3
  require 'active_support/dependencies'
4
4
  require 'omniauth/social/version'
5
+ require 'omniauth/social/line'
5
6
 
6
7
  module Omniauth
7
8
  module Social
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.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - nguyenthanhcong101096
@@ -83,6 +83,7 @@ files:
83
83
  - omniauth-social-0.1.2.gem
84
84
  - omniauth-social-0.1.3.gem
85
85
  - omniauth-social-0.1.4.gem
86
+ - omniauth-social-0.1.5.gem
86
87
  - omniauth-social.gemspec
87
88
  homepage: https://github.com/nguyenthanhcong101096/omniauth-social
88
89
  licenses: