summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/hoe/racc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hoe/racc.rb b/lib/hoe/racc.rb
index d079d9a..d286006 100644
--- a/lib/hoe/racc.rb
+++ b/lib/hoe/racc.rb
@@ -77,7 +77,7 @@ module Hoe::Racc
# HACK: taken from oedipus_lex's .rake file to bypass isolate bootstrap
rule ".rex.rb" => proc {|path| path.sub(/\.rb$/, "") } do |t|
require "oedipus_lex"
- warn "Generating #{t.name} from #{t.source}"
+ warn "Generating #{t.name} from #{t.source} from #{OedipusLex::VERSION}"
oedipus = OedipusLex.new oedipus_options
oedipus.parse_file t.source