omniauth-social 0.1.2 → 0.1.3

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: 9cd2a5545e5cccd58e769b4b796ffd9efc5e73e1
4
- data.tar.gz: 1e6d1a3445894a223ed26052e97c90a6aea27b54
3
+ metadata.gz: 77cd3be7de9f9e766fa7ba9350b1221eed3cff15
4
+ data.tar.gz: 1c3024b92ff5e06fa81763638d90a3727c296681
5
5
  SHA512:
6
- metadata.gz: f6e54ceab6fb85c1316577a98ea40297b79bba2d0eeca94253b61e0d3e19f720eb92b57a93191edcd8941dd86f6926274e7f7f2ab079139bb2021c7a87c59392
7
- data.tar.gz: 5559a39b94766ade11655c056c74ae96d262f224376337b4db779f1a204a7d6fa78abf62320ccd87d0bad06864ab497821f3681f25be9a76695b94e53096c9f1
6
+ metadata.gz: 4ef012da52b0fbe2b0193c07089db410cdfdf87011674aa2c4127f7df95ffcf120c4856d392293baee1fd9a1a04723e5f168f40630b1cd5901e48fb79daa57ec
7
+ data.tar.gz: 914f1a715e04708a48a2c443a4d658b2882eda2588b191b5c800af39653b577885164d9e9feba85958f14020a83f1ba60b6455dca6f3e91122eeef49d6a9ea97
data/Gemfile CHANGED
@@ -1,9 +1,4 @@
1
1
  source "https://rubygems.org"
2
2
 
3
3
  git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
-
5
- gem 'omniauth-facebook', '~> 4.0'
6
- gem 'omniauth-google-oauth2', '~> 0.4.1'
7
- gem 'omniauth-twitter', '~> 1.2', '>= 1.2.1'
8
-
9
4
  gemspec
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Social
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
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.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - nguyenthanhcong101096
@@ -80,6 +80,7 @@ files:
80
80
  - lib/omniauth/social/version.rb
81
81
  - omniauth-social-0.1.0.gem
82
82
  - omniauth-social-0.1.1.gem
83
+ - omniauth-social-0.1.2.gem
83
84
  - omniauth-social.gemspec
84
85
  homepage: https://github.com/nguyenthanhcong101096/omniauth-social
85
86
  licenses: