ansi-sys 0.8.2 → 0.8.3

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-11-18 zunda <zunda at freeshell.org>
2
+ - (0.8.3)
3
+ - lib/ansisys.rb: modified to specify encoding to Hiki plugin
4
+
1
5
  * 2007-11-18 zunda <zunda at freeshell.org>
2
6
  - (0.8.2)
3
7
  - spec/hiki_spec.rb: added specs for shift-JIS and EUC-JP input files
@@ -1,3 +1,11 @@
1
+ == 0.8.3 2007-11-18
2
+
3
+ * Modified to specify encoding to Hiki plugin
4
+
5
+ == 0.8.2 2007-11-18
6
+
7
+ * Added AnsiSys::Guess.kcode(data)
8
+
1
9
  == 0.8.1 2007-11-18
2
10
 
3
11
  * Modified Terminal#render to take kcode as another argument
@@ -12,7 +12,7 @@ module AnsiSys
12
12
  module VERSION #:nodoc:
13
13
  MAJOR = 0
14
14
  MINOR = 8
15
- TINY = 2
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
@@ -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.2</a>
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.2
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: