ansi-sys 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog CHANGED
@@ -1,3 +1,7 @@
1
+ * 2007-10-27 zunda <zunda at freeshell.org>
2
+ - (0.4.1)
3
+ - Updated History.txt
4
+
1
5
  * 2007-10-27 zunda <zunda at freeshell.org>
2
6
  - (0.4.0)
3
7
  - lib/ansisys.rb: implemented SU, SD, SCP, and RCP onto Terminal
@@ -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
@@ -12,7 +12,7 @@ module AnsiSys
12
12
  module VERSION #:nodoc:
13
13
  MAJOR = 0
14
14
  MINOR = 4
15
- TINY = 0
15
+ TINY = 1
16
16
 
17
17
  STRING = [MAJOR, MINOR, TINY].join('.')
18
18
  end
@@ -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.0</a>
36
+ <a href="http://rubyforge.org/projects/ansi-sys" class="numbers">0.4.1</a>
37
37
  </div>
38
38
  <h1>&#x2192; &#8216;ansi-sys&#8217;</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.0
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: