ansi-sys 0.8.2 → 0.8.3
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 +2 -2
- data/website/index.html +1 -1
- metadata +1 -1
data/ChangeLog
CHANGED
data/History.txt
CHANGED
data/lib/ansisys.rb
CHANGED
|
@@ -12,7 +12,7 @@ module AnsiSys
|
|
|
12
12
|
module VERSION #:nodoc:
|
|
13
13
|
MAJOR = 0
|
|
14
14
|
MINOR = 8
|
|
15
|
-
TINY =
|
|
15
|
+
TINY = 3
|
|
16
16
|
|
|
17
17
|
STRING = [MAJOR, MINOR, TINY].join('.')
|
|
18
18
|
end
|
|
@@ -746,6 +746,6 @@ if defined?(Hiki) and Hiki::Plugin == self.class
|
|
|
746
746
|
|
|
747
747
|
terminal = AnsiSys::Terminal.new
|
|
748
748
|
terminal.echo(data)
|
|
749
|
-
return terminal.render(:html, max_col, nil, colors, 'screen', styles) + "\n"
|
|
749
|
+
return terminal.render(:html, max_col, nil, colors, 'screen', styles, 'e') + "\n"
|
|
750
750
|
end
|
|
751
751
|
end
|
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.8.
|
|
36
|
+
<a href="http://rubyforge.org/projects/ansi-sys" class="numbers">0.8.3</a>
|
|
37
37
|
</div>
|
|
38
38
|
<h2>What</h2>
|
|
39
39
|
|
metadata
CHANGED
|
@@ -3,7 +3,7 @@ rubygems_version: 0.9.2
|
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: ansi-sys
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: 0.8.
|
|
6
|
+
version: 0.8.3
|
|
7
7
|
date: 2007-11-18 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:
|