colorme 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/README +1 -1
  2. metadata +3 -3
data/README CHANGED
@@ -1,4 +1,4 @@
1
- == ColorMe 0.1.1
1
+ == ColorMe 0.1.2
2
2
 
3
3
  A VERY SIMPLE wrapper for outputting strings in color using ANSI color codes
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: colorme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Morgan
@@ -13,7 +13,7 @@ date: 2010-03-04 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
16
- description: A very simple helper for outputting strings in color
16
+ description: A very simple helper for outputting strings in color. For exmaple, simply require 'colorme' and issue "Hello World!".color(:red)
17
17
  email: patrick@patrick-morgan.net
18
18
  executables: []
19
19
 
@@ -27,7 +27,7 @@ files:
27
27
  - LICENSE
28
28
  - README
29
29
  has_rdoc: true
30
- homepage: http://www.patrick-morgan.net
30
+ homepage: http://github.com/codeprimate/colorme
31
31
  licenses: []
32
32
 
33
33
  post_install_message: