Revision
70452
Author
jrozner@macports.org
Date
2010-08-09 15:32:02 -0700 (Mon, 09 Aug 2010)

Log Message

fixed line length bug

Modified Paths

Diff

Modified: trunk/dports/ruby/rb19-rainbow/Portfile (70451 => 70452)


--- trunk/dports/ruby/rb19-rainbow/Portfile	2010-08-09 22:23:57 UTC (rev 70451)
+++ trunk/dports/ruby/rb19-rainbow/Portfile	2010-08-09 22:32:02 UTC (rev 70452)
@@ -2,8 +2,8 @@
 PortGroup           ruby 1.0
 
 ruby.setup          rainbow 1.1 gem {} rubygems ruby19
-description         Rainbow extends ruby String class adding methods to wrap \
-  the string with "ANSI escape codes
+description         Rainbow extends ruby String class adding methods to \
+  wrap the string with "ANSI escape codes
 long_description    \
     ${description}
 license             MIT