Skip to content

Commit

Permalink
Remove caveat about version* commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkarns committed Jan 13, 2016
1 parent 4e26722 commit f9a6a77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9a6a77

Please sign in to comment.