colorize 0.5.6 → 0.5.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,7 @@
1
+ == 0.5.7 / 2000-11-24
2
+ * moved to github/gemcutter
3
+ * 1.9 compatibile
4
+
1
5
  == 0.5.6 / 2007-08-27
2
6
  * rdocs Allison template
3
7
  * cleanups
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.6
1
+ 0.5.7
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{colorize}
8
- s.version = "0.5.6"
8
+ s.version = "0.5.7"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["fazibear"]
12
- s.date = %q{2009-11-23}
12
+ s.date = %q{2009-11-24}
13
13
  s.description = %q{Ruby string class extension. It add some methods to set color, background color and text effect on console easier. Uses ANSI escape sequences.}
14
14
  s.email = %q{fazibear@gmail.com}
15
15
  s.extra_rdoc_files = [
@@ -78,7 +78,7 @@ class String
78
78
  return self unless STDOUT.isatty
79
79
 
80
80
  begin
81
- require 'Win32/Console/ANSI' if PLATFORM =~ /win32/
81
+ require 'Win32/Console/ANSI' if RUBY_PLATFORM =~ /win32/
82
82
  rescue LoadError
83
83
  raise 'You must gem install win32console to use color on Windows'
84
84
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: colorize
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.6
4
+ version: 0.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - fazibear
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-11-23 00:00:00 +01:00
12
+ date: 2009-11-24 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies: []
15
15