Skip to content

Commit ec7034c

Browse files
committed
Release 0.1.0
1 parent b54d367 commit ec7034c

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
0.1.0 / 2013-08-07
3+
==================
4+
5+
* use restful-client
6+
* fix package.json desc
7+
28
0.0.7 / 2013-07-26
39
==================
410

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ test-cov:
2020
@$(MAKE) test MOCHA_OPTS='--require blanket' REPORTER=travis-cov
2121
@ls -lh coverage.html
2222

23-
test-coveralls:
24-
@$(MAKE) test
23+
test-coveralls: test
2524
@echo TRAVIS_JOB_ID $(TRAVIS_JOB_ID)
2625
@-$(MAKE) test MOCHA_OPTS='--require blanket' REPORTER=mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js
2726

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,13 @@ Repository.prototype.getBlob = function (params, callback);
177177
$ git summary
178178

179179
project : gitlab
180-
repo age : 4 months
181-
active : 10 days
182-
commits : 19
183-
files : 27
180+
repo age : 5 months
181+
active : 11 days
182+
commits : 22
183+
files : 26
184184
authors :
185-
17 fengmk2 89.5%
186-
2 Ondrej 10.5%
185+
20 fengmk2 90.9%
186+
2 Ondrej 9.1%
187187
```
188188

189189
## License

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-gitlab",
3-
"version": "0.0.7",
3+
"version": "0.1.0",
44
"description": "Gitlab API nodejs client.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)