66 Commits (a804b5eb21d6623b91a13ccf3281276d65ba45d6)
 

Autor SHA1 Mensaje Fecha
  Sam Stephenson a804b5eb21 Add LICENSE and README.md hace 15 años
  Sam Stephenson 71493e8065 Typo hace 15 años
  Sam Stephenson 5394347500 A few tweaks to the help text hace 15 años
  Ryan Baumann f2f8ef88a5 Implement some basic command line help hace 15 años
  Sam Stephenson 3f3992d95a Merge pull request #15 from ryanfb/version_origin hace 15 años
  Ryan Baumann bd0e1a73f9 Split rbenv-version into rbenv-version-name and rbenv-version-origin, update versions, prefix, and which appropriately hace 15 años
  Sam Stephenson 2a495dc9ac Prepend $PATH with the command's dirname before execing for compatibility with ruby -S hace 15 años
  Sam Stephenson 2fa7432060 Fix expansion quoting hace 15 años
  Sam Stephenson 9f18fe5031 Automatically create a default of system if it's missing instead of raising an error hace 15 años
  Sam Stephenson cd24495045 Silence the warning, too hace 15 años
  Sam Stephenson 1235cbd0ef rbenv-versions doesn't require a default to be present hace 15 años
  Sam Stephenson f84dc27c58 Autocreate ~/.rbenv skeleton in rbenv-init hace 15 años
  Sam Stephenson 4ee92fca43 Bare `rbenv init` prints a message; `rbenv init -` prints the init script hace 15 años
  Sam Stephenson 00b8b4db33 Don't need to test if the shims directory is present since rbenv-rehash creates it hace 15 años
  Joshua Peek 917b3687cb Export $PATH on init hace 15 años
  Joshua Peek 4714b5bd4e Merge pull request #13 from sstephenson/init hace 15 años
  Joshua Peek 271bfea97d Don't rehash on init for now hace 15 años
  Joshua Peek 70e1f61337 Quote path hace 15 años
  Joshua Peek df61a76ab0 Add init command hace 15 años
  Sam Stephenson fffb29d695 Speed up rbenv-rehash by using hard links hace 15 años
  Sam Stephenson 7ce04a6e03 Merge branch 'system' hace 15 años
  Sam Stephenson f904d1b92f Complete versions for `rbenv set-local` and `rbenv prefix` too hace 15 años
  Sam Stephenson ccf7c29fc4 Simplify _rbenv_versions hace 15 años
  Sam Stephenson e4a040f1e0 Defer to `rbenv commands` hace 15 años
  Sam Stephenson 3b13dc9c14 Add rbenv-commands hace 15 años
  Jamis Buck 5d8c40444d iterate over all matching plugins, not just the first hace 15 años
  Sam Stephenson df034f5d35 Defer to `rbenv versions` instead of reading ~/.rbenv/versions manually hace 15 años
  Sam Stephenson f7c463bed9 Rename helpers hace 15 años
  Sam Stephenson 4e79ba15f7 Match style hace 15 años
  Sam Stephenson 2099355ad5 Pull in @telemachus' Bash autocompletion defintion from https://gist.github.com/1122379 hace 15 años
  Sam Stephenson c3089c8439 Merge pull request #11 from telemachus/param-expansion hace 15 años
  Peter Aronoff 67d3d6b12d Use parameter expansion for basename + dirname hace 15 años
  Jamis Buck b6ebc2f08b look for plugins to extend rehash and which hace 15 años
  Sam Stephenson e0e2d93639 Add support for RBENV_VERSION=system hace 15 años
  Jamis Buck a9837f3a06 look for plugin scripts to extend functionality hace 15 años
  Sam Stephenson 4668a2e2ed rbenv-whence requires a command argument hace 15 años
  Sam Stephenson a62bd23ba2 Show which versions of Ruby have a command installed when rbenv-which fails hace 15 años
  Sam Stephenson d257b562e5 Add rbenv-whence to show you which versions of Ruby have a given command hace 15 años
  Sam Stephenson 652135db7f Add --bare option to rbenv-versions hace 15 años
  Sam Stephenson 86362408f1 rbenv-path -> rbenv-prefix hace 15 años
  Sam Stephenson 735a2bc4e7 Consistent style hace 15 años
  Joshua Peek 044eb6c802 Merge branch 'master' into libexec hace 15 años
  Joshua Peek 643817fa1c Fix permissions on rehash hace 15 años
  Joshua Peek d65141c7b5 Merge branch 'master' into libexec hace 15 años
  Joshua Peek 15356aebc6 Merge pull request #9 from sstephenson/cp-shim hace 15 años
  Joshua Peek eccdec3740 Merge branch 'master' into cp-shim hace 15 años
  Joshua Peek 6df306d8f8 Quote `$@` hace 15 años
  Sam Stephenson 55ce7850ad Merge pull request #4 from telemachus/env hace 15 años
  Joshua Peek ce8d3278a4 Use $shim var hace 15 años
  Joshua Peek 06228d3583 Copies bins into shims/ instead of symlinking hace 15 años