summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2014-09-26 14:34:16 -0800
committerRyan Davis <ryand@zenspider.com>2014-09-26 14:34:16 -0800
commit28f1a07355b4728306d1eb442b448f7ce7498b4f (patch)
tree400198cb9011783f00906eb2bae94ef1b52460d6
parentd94b26b4687be0a24d04b7cb582753fbec33d7e4 (diff)
downloadhoe-28f1a07355b4728306d1eb442b448f7ce7498b4f.tar.gz
+ Added oedipus version to generation output
[git-p4: depot-paths = "//src/hoe/dev/": change = 9786]
-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