Skip to content

Commit

Permalink
Release 0.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Feb 8, 2014
1 parent 4cfb097 commit 6c5c713
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 10 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -5,3 +5,4 @@ fengmk2 <fengmk2@gmail.com> (https://github.com/fengmk2)
QLeelulu <qleelulu@gmail.com> (https://github.com/QLeelulu)
hpf1908 <hpf1908@gmail.com> (https://github.com/hpf1908)
xydudu <xuedudu@gmail.com> (https://github.com/xydudu)
iwillwen <willwengunn@gmail.com> (https://github.com/iwillwen)
5 changes: 5 additions & 0 deletions History.md
@@ -1,4 +1,9 @@

0.6.11 / 2014-02-08
==================

* support authorize scope (@iwillwen)

0.6.10 / 2013-12-13
==================

Expand Down
5 changes: 4 additions & 1 deletion Makefile
Expand Up @@ -35,4 +35,7 @@ build:
publish: build
npm publish

.PHONY: test test-g test-cov lib-cov build publish
contributors: install
@./node_modules/.bin/contributors -f plain -o AUTHORS

.PHONY: test
15 changes: 8 additions & 7 deletions README.md
Expand Up @@ -186,17 +186,18 @@ Below is the output from `git-summary`.
$ git summary

project : node-weibo
repo age : 2 years, 10 months
active : 71 days
commits : 170
repo age : 3 years
active : 73 days
commits : 173
files : 53
authors :
154 fengmk2 90.6%
7 hpf1908 4.1%
3 chemzqm 1.8%
156 fengmk2 90.2%
7 hpf1908 4.0%
3 chemzqm 1.7%
2 QLeelulu 1.2%
1 hbbalfred 0.6%
1 im007boy 0.6%
1 iwillwen 0.6%
1 mk2 0.6%
1 xydudu 0.6%
```
Expand All @@ -205,7 +206,7 @@ $ git summary

(The MIT License)

Copyright (c) 2011-2013 fengmk2 &lt;fengmk2@gmail.com&gt;
Copyright (c) 2011-2014 fengmk2 &lt;fengmk2@gmail.com&gt;

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
5 changes: 3 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "weibo",
"version": "0.6.10",
"version": "0.6.11",
"description": "Weibo SDK, base on node. Now support weibo, tqq, tsohu, twitter and github.",
"repository": "git://github.com/fengmk2/node-weibo.git",
"homepage": "http://github.com/fengmk2/node-weibo",
Expand All @@ -15,7 +15,8 @@
"connect": ">=1.8.0",
"jscover": "*",
"should": "*",
"mocha": "*"
"mocha": "*",
"contributors": "*"
},
"dependencies": {
"eventproxy": "0.2.6",
Expand Down

0 comments on commit 6c5c713

Please sign in to comment.