sina 0.1.1 → 0.1.2
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.
- data/README.rdoc +1 -1
- data/VERSION +1 -1
- data/sina.gemspec +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
|
@@ -9,7 +9,7 @@ This is a minimalistic API implementation, where all function calls goes through
|
|
|
9
9
|
|
|
10
10
|
param = {:uid => "blahblah"}
|
|
11
11
|
sina = Sina::Base.new(token)
|
|
12
|
-
sina.call_method("users/show", param)
|
|
12
|
+
sina.call_method("get", "users/show", param)
|
|
13
13
|
|
|
14
14
|
the token should be got by yourself
|
|
15
15
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.2
|
data/sina.gemspec
CHANGED