From 28f1a07355b4728306d1eb442b448f7ce7498b4f Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Fri, 26 Sep 2014 14:34:16 -0800 Subject: + Added oedipus version to generation output [git-p4: depot-paths = "//src/hoe/dev/": change = 9786] --- lib/hoe/racc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1