ansi-sys 0.4.0 → 0.4.1
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/ChangeLog +4 -0
- data/History.txt +8 -0
- data/lib/ansisys.rb +1 -1
- data/website/index.html +1 -1
- metadata +1 -1
data/ChangeLog
CHANGED
data/History.txt
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
|
+
== 0.4.1 2007-10-27
|
|
2
|
+
|
|
3
|
+
* All the codes on http://en.wikipedia.org/wiki/ANSI_escape_code
|
|
4
|
+
except for DSR are implemented: CUU, CUD, CUF, CUB, CNL, CPL,
|
|
5
|
+
CHA, CUP, ED, EL, SU, SD, HVP, SGR, SCP, and RCP
|
|
6
|
+
|
|
1
7
|
== 0.3.0 2007-10-23
|
|
8
|
+
|
|
2
9
|
* Hiki plugin now converts text to EUC
|
|
3
10
|
|
|
4
11
|
== 0.2.0 2007-10-21
|
|
12
|
+
|
|
5
13
|
* First release from RubyForge
|
|
6
14
|
|
|
7
15
|
== 0.0.1 2007-10-16
|
data/lib/ansisys.rb
CHANGED
data/website/index.html
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
<h1>Ruby-ANSI.SYS</h1>
|
|
34
34
|
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/ansi-sys"; return false'>
|
|
35
35
|
<p>Get Version</p>
|
|
36
|
-
<a href="http://rubyforge.org/projects/ansi-sys" class="numbers">0.4.
|
|
36
|
+
<a href="http://rubyforge.org/projects/ansi-sys" class="numbers">0.4.1</a>
|
|
37
37
|
</div>
|
|
38
38
|
<h1>→ ‘ansi-sys’</h1>
|
|
39
39
|
|
metadata
CHANGED
|
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4
|
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: ansi-sys
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: 0.4.
|
|
6
|
+
version: 0.4.1
|
|
7
7
|
date: 2007-10-27 00:00:00 -10:00
|
|
8
8
|
summary: Ruby-ANSI.SYS is a library to render texts with ANSI escape sequences.
|
|
9
9
|
require_paths:
|