From bfe281736089668b61be2d34be21e0ef52fae0e8 Mon Sep 17 00:00:00 2001 From: yamadapc Date: Wed, 9 Jul 2014 23:31:45 -0300 Subject: [PATCH] Make final fixes to the dub.json and the README. This should enable us to publish the package to the dub registry. --- README.md | 9 ++++++++- dub.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1ebf73..f8ebdb6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ d-colorize ==================== -__THIS MODULE HASN'T BEEN PUBLISHED YET__ +A partial port of Ruby's [colorize](https://github.com/fazibear/colorize) +library to D. + +To put it simply, this is a simple helper for printing colored output to a +terminal. + +## Installing +This package is registered in the dub registry as colorize. ## Usage ```d diff --git a/dub.json b/dub.json index 04024b2..2d72e33 100644 --- a/dub.json +++ b/dub.json @@ -1,7 +1,7 @@ { "name": "colorize", "description": "A port of Ruby's colorize library to D.", - "version": "0.0.1", + "license": "MIT", "copyright": "Copyright © 2014, Pedro Tacla Yamada", "authors": [ "Pedro Tacla Yamada"