weibo2_plugins 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Weibo2Plugins
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -48,6 +48,8 @@ module Weibo2Plugins
48
48
  end
49
49
 
50
50
  class Api
51
+ HOST = "https://api.weibo.com/2"
52
+
51
53
  # Weibo2Plugins::Tools::Api.get_friend('1925715145','/friendships/friends.json','2.00hTG1GCDSHn2C64fbb3f2d30n2pHb')
52
54
  def self.get_friend(uid,url,access_token)
53
55
  params = {uid: uid, access_token: access_token, count: 200}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: weibo2_plugins
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: