summaryrefslogtreecommitdiff
path: root/lib/coderay.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2008-01-12 18:04:27 +0000
committermurphy <murphy@rubychan.de>2008-01-12 18:04:27 +0000
commit2ec1b9399186f32d36d549eb1f915f9ab4e61647 (patch)
tree51c2070b0487ddaa3747d10aaf083b256c410e39 /lib/coderay.rb
parente127b7d57b06554e708752bbbc2a85e833633c26 (diff)
downloadcoderay-2ec1b9399186f32d36d549eb1f915f9ab4e61647.tar.gz
- 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...)
Diffstat (limited to 'lib/coderay.rb')
-rw-r--r--lib/coderay.rb2
1 files changed, 1 insertions, 1 deletions
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'