From 499415cc2d1c3a81491cd827848e9d79ed9813f0 Mon Sep 17 00:00:00 2001 From: murphy Date: Wed, 25 Apr 2007 20:23:53 +0000 Subject: Declared version 0.7.7. Fix/clarification for JRuby (thx@bovi). --- README | 2 +- lib/coderay.rb | 2 +- lib/coderay/tokens.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 1649131..070fd63 100644 --- a/README +++ b/README @@ -18,7 +18,7 @@ And with line numbers. * is what everybody should have on their website * solves all your problems and makes the girls run after you -Version: 0.7.4 (2006.october.20) +Version: 0.7.7 Author:: murphy (Kornelius Kalnbach) Contact:: murphy rubychan de Website:: coderay.rubychan.de[http://coderay.rubychan.de] diff --git a/lib/coderay.rb b/lib/coderay.rb index 2f8e4dd..bb6e183 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.6' + VERSION = '0.7.7' require 'coderay/tokens' require 'coderay/scanner' diff --git a/lib/coderay/tokens.rb b/lib/coderay/tokens.rb index 26c923f..7d82afb 100644 --- a/lib/coderay/tokens.rb +++ b/lib/coderay/tokens.rb @@ -353,7 +353,7 @@ module CodeRay # # Returns self. def << token - @callback.call token + @callback.call(*token) @size += 1 self end -- cgit v1.2.1