mikowitz-color 0.2.0 → 0.3.0
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.
- data/README.rdoc +9 -0
- data/VERSION +1 -1
- data/lib/{color.rb → mikowitz-color.rb} +0 -0
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -8,6 +8,15 @@ http://github.com/mikowitz/color
|
|
|
8
8
|
|
|
9
9
|
A simple, flexible gem that provides an open-ended API to print colored and styled output in a terminal.
|
|
10
10
|
|
|
11
|
+
== Installation
|
|
12
|
+
|
|
13
|
+
Install the gemcutter gem
|
|
14
|
+
~$ gem install gemcutter
|
|
15
|
+
Add gemcutter.org to your gem remote sources
|
|
16
|
+
~$ gem tumble
|
|
17
|
+
Download and install this ge
|
|
18
|
+
~$ gem install mikowitz-color
|
|
19
|
+
|
|
11
20
|
== Usage examples
|
|
12
21
|
|
|
13
22
|
The following are all methods that <code>Color</code> understands, and should give you an idea of what is possible.
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.3.0
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mikowitz-color
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Berkowitz
|
|
@@ -29,7 +29,7 @@ files:
|
|
|
29
29
|
- README.rdoc
|
|
30
30
|
- Rakefile
|
|
31
31
|
- VERSION
|
|
32
|
-
- lib/color.rb
|
|
32
|
+
- lib/mikowitz-color.rb
|
|
33
33
|
- spec/color_spec.rb
|
|
34
34
|
- spec/spec_helper.rb
|
|
35
35
|
- spec/term_test.rb
|