From 2ec1b9399186f32d36d549eb1f915f9ab4e61647 Mon Sep 17 00:00:00 2001 From: murphy Date: Sat, 12 Jan 2008 18:04:27 +0000 Subject: - fixed a bug in coderay_suite (break outside of loop?) - made test and bench tasks run with all implementations - included term/ansicolor in lib (will need in some day anyway) as svn:external (this also means that tests will be colorful on all rubys) - incremented CodeRay version number (we're near...) --- lib/coderay.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay.rb') diff --git a/lib/coderay.rb b/lib/coderay.rb index bb6e183..7d5bafe 100644 --- a/lib/coderay.rb +++ b/lib/coderay.rb @@ -134,7 +134,7 @@ module CodeRay # Minor: odd for beta, even for stable # Teeny: development state # Revision: Subversion Revision number (generated on rake) - VERSION = '0.7.7' + VERSION = '0.7.8' require 'coderay/tokens' require 'coderay/scanner' -- cgit v1.2.1