Skip to content
This repository was archived by the owner on Nov 10, 2020. It is now read-only.

Commit e36fa11

Browse files
committed
Update picolisp-unit to v0.5.2
1 parent d0dec77 commit e36fa11

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.30.1.7 (2015-03-31)
4+
5+
* Update picolisp-unit to v0.5.2
6+
37
## 0.30.1.6 (2015-03-24)
48

59
* Add unit tests and automated testing with travis-ci

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HTTP(S) client for PicoLisp
22

3-
[![GitHub release](https://img.shields.io/github/release/aw/picolisp-https.svg)](https://github.com/aw/picolisp-https) [![Build Status](https://travis-ci.org/aw/picolisp-https.svg?branch=master)](https://travis-ci.org/aw/picolisp-https) [![Dependency](https://img.shields.io/badge/[deps] Neon-0.30.1-ff69b4.svg)](https://github.com/aw/neon-unofficial-mirror)
3+
[![GitHub release](https://img.shields.io/github/release/aw/picolisp-https.svg)](https://github.com/aw/picolisp-https) [![Build Status](https://travis-ci.org/aw/picolisp-https.svg?branch=master)](https://travis-ci.org/aw/picolisp-https) [![Dependency](https://img.shields.io/badge/[deps] Neon-0.30.1-ff69b4.svg)](https://github.com/aw/neon-unofficial-mirror) [![Dependency](https://img.shields.io/badge/[deps] picolisp--unit-v0.5.2-ff69b4.svg)](https://github.com/aw/picolisp-unit.git)
44

55
This library can be used to make HTTP and HTTPS requests in [PicoLisp](http://picolisp.com), with support for authentication.
66

module.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[de MODULE_INFO
22
("name" "https")
3-
("version" "0.30.1.6")
3+
("version" "0.30.1.7")
44
("summary" "HTTP(S) client for PicoLisp")
55
("source" "https://github.com/aw/picolisp-https.git")
66
("author" "Alexander Williams")

test/test_https.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
[de test-get-url ()
4545
(unit~assert-equal '("Url" . "http://software-lab.de/donate.html")
4646
(assoc "Url" *Donate_page)
47-
"Returns the URL of the donate page for PicoLisp" ]
47+
"Returns the URL of the donate page 'http://software-lab.de/donate.html' for PicoLisp" ]
4848

4949
[de test-head-nobody ()
5050
(unit~assert-nil (cdr (assoc "Body" *404_page))

0 commit comments

Comments
 (0)