From f9a6a77c6e0f1cbfca1b143fc42bd7139668d0b4 Mon Sep 17 00:00:00 2001 From: Jason Karns Date: Wed, 13 Jan 2016 10:13:40 -0500 Subject: [PATCH] Remove caveat about version* commands --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 56621a0..413cb67 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,6 @@ The logic currently used to find the version is simplistic; rbenv-bundler-ruby-v * `ruby "2.0.0", :engine_version => "1.7.8", :engine => 'jruby'` * comments at the end of line (just strips them) -The `version*` commands don't report the correct version (they have no hooks) - The parsing is done with regular expressions, i.e. no ruby evaluation is done. So expressions and conditionals are NOT handled and anything else is not handled. Prepend `true &&` to the ruby line if you are doing such and want to hide it from this plugin. Development