Skip to content

Commit

Permalink
Release 0.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Mar 11, 2014
1 parent a881cbd commit ddfc138
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

0.5.10 / 2014-03-11
==================

* if body not decode, dont touch it

0.5.9 / 2014-03-10
==================

Expand Down
27 changes: 12 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# urllib

[![Build Status](https://secure.travis-ci.org/fengmk2/urllib.png?branch=master)](http://travis-ci.org/fengmk2/urllib)
# urllib [![Build Status](https://secure.travis-ci.org/fengmk2/urllib.png?branch=master)](http://travis-ci.org/fengmk2/urllib)

[![NPM](https://nodei.co/npm/urllib.png?downloads=true&stars=true)](https://nodei.co/npm/urllib/)

Expand All @@ -9,8 +7,6 @@
Help in opening URLs (mostly HTTP) in a complex world — basic
and digest authentication, redirections, cookies, timeout and more.

[Code coverage: 94%](http://qtestbucket.qiniudn.com/cov/html/urllib/0.5.8/index.html)

## Install

```bash
Expand Down Expand Up @@ -221,17 +217,18 @@ Below is the output from `git-summary`.
$ git summary

project : urllib
repo age : 2 years, 7 months
active : 40 days
commits : 116
files : 18
repo age : 2 years, 10 months
active : 48 days
commits : 139
files : 20
authors :
95 fengmk2 81.9%
9 XiNGRZ 7.8%
6 ibigbug 5.2%
4 Jackson Tian 3.4%
1 aleafs 0.9%
1 dead_horse 0.9%
116 fengmk2 83.5%
9 XiNGRZ 6.5%
6 ibigbug 4.3%
4 Jackson Tian 2.9%
2 dead_horse 1.4%
1 coderhaoxin 0.7%
1 aleafs 0.7%
```

## License
Expand Down
Binary file modified logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urllib",
"version": "0.5.9",
"version": "0.5.10",
"description": "Help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirections, cookies and more.",
"keywords": [ "urllib", "http", "urlopen", "curl", "wget", "request", "https" ],
"author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com)",
Expand Down

0 comments on commit ddfc138

Please sign in to comment.