tpope / rbenv-aliases

Create aliases for rbenv Ruby versions
MIT License
127 stars 18 forks source link

AfterInstall hook doesn't auto alias -p123-foo #15

Closed jasonkarns closed 8 years ago

jasonkarns commented 8 years ago

After installing a version with two hyphens (i.e. 1.9.3-p123-perf), the after install hook ought to create two aliases:

  1. 1.9.3
  2. 1.9.3-p123

Shamefully, I'm the author of this regression: cd4d537