termcolor 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/termcolor.rb +3 -3
  2. metadata +2 -2
@@ -7,7 +7,7 @@ require 'rexml/parsers/baseparser'
7
7
  require 'rexml/streamlistener'
8
8
 
9
9
  module TermColor
10
- VERSION = '0.3.1'
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 '&lt;'
25
25
  when '>' then '&gt;'
26
26
  when "'" then '&apos;'
27
- when '"' then '&quote;'
27
+ when '"' then '&quot;'
28
28
  end
29
29
  end
30
30
  end
@@ -36,7 +36,7 @@ module TermColor
36
36
  when '&lt;' then '<'
37
37
  when '&gt;' then '>'
38
38
  when '&apos;' then "'"
39
- when '&quote;' then '"'
39
+ when '&quot;' 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.1
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-03 00:00:00 +09:00
12
+ date: 2009-03-27 00:00:00 +09:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency