From 810f3705d412d679b2e2d3f85c566570ebe5fa7e Mon Sep 17 00:00:00 2001 From: Jiahao Chen Date: Wed, 25 Feb 2015 22:24:21 -0500 Subject: [PATCH] Modernize README badges Also, add missing Compat dependency to tests --- README.md | 12 +++++++----- test/runtests.jl | 1 + 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f1caa7d..69bc71c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ -[![Build Status](https://travis-ci.org/JuliaLang/GZip.jl.svg)](https://travis-ci.org/JuliaLang/GZip.jl) +# GZip.jl: A Julia interface for gzip functions in zlib -GZip.jl: A Julia interface for gzip functions in zlib -======================================================== +[![GZip on julia-release](http://pkg.julialang.org/badges/GZip_release.svg)](http://pkg.julialang.org/?pkg=GZip&ver=release) +[![GZip on julia-nightly](http://pkg.julialang.org/badges/GZip_nightly.svg)](http://pkg.julialang.org/?pkg=GZip&ver=nightly) +[![Build Status](https://travis-ci.org/JuliaLang/GZip.jl.svg?branch=master)](https://travis-ci.org/JuliaLang/GZip.jl) +[![Coverage Status](https://coveralls.io/repos/JuliaLang/GZip.jl/badge.svg)](https://coveralls.io/r/JuliaLang/GZip.jl) This module provides a wrapper for the gzip related functions of -[zlib](http://zlib.net/>), a free, general-purpose, legally +[zlib](http://zlib.net), a free, general-purpose, legally unencumbered, lossless data-compression library. These functions allow the reading and writing of gzip files. @@ -35,5 +37,5 @@ close(fh) ``` -See the [documentation at ReadTheDocs](https://gzipjl.readthedocs.org/en/latest/) +See the [documentation](https://gzipjl.readthedocs.org/en/latest/) for additional information. diff --git a/test/runtests.jl b/test/runtests.jl index 18a650a..0b37ca0 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,3 +1,4 @@ +using Compat using GZip using Base.Test