social_oauth_api 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: 8a1c8536949c4ee53d2d5d2058cd0f8a53fdf172
4
- data.tar.gz: c86119a8156e5775f92dce5151b819383a6740e2
3
+ metadata.gz: 80f677623fb5c794f60ad670024607ca7fb7424d
4
+ data.tar.gz: 9883adade3a1a691d39099f5fa4d828c2f3996fc
5
5
  SHA512:
6
- metadata.gz: 75eb237970c25ebd6ec94d3bedca2312b3b1be17bff735dc054d5c23e0ad68af34f1ed4a4e74442b255e18fb8001f22292a68663716170efb0e09d361050fd73
7
- data.tar.gz: b219c4cf8a2933c2af4065f4fea9f8f3b819bfa37a6a287d5ad86e46a6c64840522328df1ae246ab28628c0b3ed60f8bf7481a54e0d213847977297aa0d2e807
6
+ metadata.gz: 430c6c85bc83f5a8234801b27eb83ee770099d1d01d397796429e02ffd8ebe842ed174e2405665fc33adf75b85e12235bbd692537cff724c41a8e88ab844383a
7
+ data.tar.gz: 79fb41bdb13dc941a0d3d7d481d31968abea81756fce2abb69a10d4c6f66ce87ac3302310fd70e6e6cd3aa10c014ce373b13ff256e9bc805a2aaa8c5adfb8676
data/README.md CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  Add this line to your application's Gemfile:
18
18
 
19
- gem 'social_oauth_api'
19
+ gem 'social_oauth_api', '~> 0.1.3'
20
20
 
21
21
  And then execute:
22
22
 
@@ -9,4 +9,5 @@ require 'social_oauth_api/baidu/baidu'
9
9
  require 'social_oauth_api/qqdenglu/qqdenglu'
10
10
  require 'social_oauth_api/qqweibo/qqweibo'
11
11
  require 'social_oauth_api/renren/renren'
12
- require 'social_oauth_api/sinaweibo/sinaweibo'
12
+ require 'social_oauth_api/sinaweibo/sinaweibo'
13
+ require 'social_oauth_api/weixin/weixin'
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module SocialOauthApi
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: social_oauth_api
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
  - Spirit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-16 00:00:00.000000000 Z
11
+ date: 2014-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler