termcolor 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/termcolor.rb +3 -3
- metadata +2 -2
data/lib/termcolor.rb
CHANGED
@@ -7,7 +7,7 @@ require 'rexml/parsers/baseparser'
|
|
7
7
|
require 'rexml/streamlistener'
|
8
8
|
|
9
9
|
module TermColor
|
10
|
-
VERSION = '0.3.
|
10
|
+
VERSION = '0.3.2'
|
11
11
|
include REXML
|
12
12
|
|
13
13
|
class << self
|
@@ -24,7 +24,7 @@ module TermColor
|
|
24
24
|
when '<' then '<'
|
25
25
|
when '>' then '>'
|
26
26
|
when "'" then '''
|
27
|
-
when '"' then '&
|
27
|
+
when '"' then '"'
|
28
28
|
end
|
29
29
|
end
|
30
30
|
end
|
@@ -36,7 +36,7 @@ module TermColor
|
|
36
36
|
when '<' then '<'
|
37
37
|
when '>' then '>'
|
38
38
|
when ''' then "'"
|
39
|
-
when '&
|
39
|
+
when '"' then '"'
|
40
40
|
end
|
41
41
|
end
|
42
42
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: termcolor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- jugyo
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-03-
|
12
|
+
date: 2009-03-27 00:00:00 +09:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|