mirror of
https://github.com/yamadapc/d-colorize
synced 2024-11-25 00:58:55 +01:00
Add build status badge and bump version.
I'm doing this simply to have the cleaned-up in the registry.
This commit is contained in:
parent
077b217903
commit
4a227f46c1
|
@ -1,5 +1,7 @@
|
|||
d-colorize
|
||||
====================
|
||||
[![Build Status](https://travis-ci.org/yamadapc/d-colorize.svg?branch=master)](https://travis-ci.org/yamadapc/d-colorize)
|
||||
- - -
|
||||
|
||||
A partial port of Ruby's [colorize](https://github.com/fazibear/colorize)
|
||||
library to D.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Authors: Pedro Tacla Yamada
|
||||
* Date: June 9, 2014
|
||||
* License: Licensed under the MIT license. See LICENSE for more information
|
||||
* Version: 0.0.1
|
||||
* Version: 0.0.2
|
||||
*/
|
||||
|
||||
import std.string : format;
|
||||
|
|
Loading…
Reference in a new issue