From 6c5c713f4d56107ed6b1a5c3d1d8ec7b2c21a00b Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Sat, 8 Feb 2014 18:31:59 +0800 Subject: [PATCH] Release 0.6.11 --- AUTHORS | 1 + History.md | 5 +++++ Makefile | 5 ++++- README.md | 15 ++++++++------- package.json | 5 +++-- 5 files changed, 21 insertions(+), 10 deletions(-) diff --git a/AUTHORS b/AUTHORS index 1dc4817..8af530b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -5,3 +5,4 @@ fengmk2 (https://github.com/fengmk2) QLeelulu (https://github.com/QLeelulu) hpf1908 (https://github.com/hpf1908) xydudu (https://github.com/xydudu) +iwillwen (https://github.com/iwillwen) diff --git a/History.md b/History.md index 42308e0..783f3d9 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,9 @@ +0.6.11 / 2014-02-08 +================== + + * support authorize scope (@iwillwen) + 0.6.10 / 2013-12-13 ================== diff --git a/Makefile b/Makefile index 924453d..1622506 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md index 9026ced..893f179 100644 --- a/README.md +++ b/README.md @@ -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% ``` @@ -205,7 +206,7 @@ $ git summary (The MIT License) -Copyright (c) 2011-2013 fengmk2 <fengmk2@gmail.com> +Copyright (c) 2011-2014 fengmk2 <fengmk2@gmail.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/package.json b/package.json index d55f376..e03554a 100755 --- a/package.json +++ b/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", @@ -15,7 +15,8 @@ "connect": ">=1.8.0", "jscover": "*", "should": "*", - "mocha": "*" + "mocha": "*", + "contributors": "*" }, "dependencies": { "eventproxy": "0.2.6",