social_oauth_api 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/social_oauth_api.rb +8 -8
- data/lib/social_oauth_api/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MWQ4MjM1OGE2OGRmOTZiMjg4YmY4MzY5MDcyOGJmMmY3YjliMDIzOQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YmEzMmVhNTU2YjI1ZGNlNzU5MjI1Yzg0ZDU2MTcyZWM2OWU1OTRlMA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YzVhZmNiOWI3Y2E4NWMwMzJkNWIyZGRmNGI4M2M3NTZjNjU5MDYyYzAwNGM5
|
10
|
+
ZDNlNjNjMmM1NmNlNzI5ZTFmODgzMGQxMWQzYTkwMWIzMDAzNjRlNmFhNWMx
|
11
|
+
OGM4YmI3MzgzYjg0ZjhiNTQwNzAyNGYxODMzYjVhMmFjYTk4NDE=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NzU1MGQ5ZjlkZDM4ZmUyNTdkOTUwZTQ5NGY5NTU2MzFmM2ZlNTQzY2QzYjc5
|
14
|
+
MTlhZGI0N2M5NjdmMjExYzI1MDRlYzgxYTUwZWZmZGQ5NDZmNmE1OGIyNDA0
|
15
|
+
MTk0NzJmYjk2ODJlYzY3NmEyMzQ5MTIyZDVlNThmYTQ4NWY0NWY=
|
data/lib/social_oauth_api.rb
CHANGED
@@ -2,11 +2,11 @@ require 'uri'
|
|
2
2
|
require 'net/http'
|
3
3
|
require 'json'
|
4
4
|
|
5
|
-
require '
|
6
|
-
require '
|
7
|
-
require '
|
8
|
-
require '
|
9
|
-
require '
|
10
|
-
require '
|
11
|
-
require '
|
12
|
-
require '
|
5
|
+
require 'social_oauth_api/version'
|
6
|
+
require 'social_oauth_api/base'
|
7
|
+
require 'social_oauth_api/user'
|
8
|
+
require 'social_oauth_api/baidu/baidu'
|
9
|
+
require 'social_oauth_api/qqdenglu/qqdenglu'
|
10
|
+
require 'social_oauth_api/qqweibo/qqweibo'
|
11
|
+
require 'social_oauth_api/renren/renren'
|
12
|
+
require 'social_oauth_api/sinaweibo/sinaweibo'
|