Commit graph

  • b4c100e149 use HOME variable when specifying the install dir Chris Ledet 2011-08-11 22:19:33 -0400
  • 398e963312 Merge pull request #18 from cdmwebs/master Sam Stephenson 2011-08-11 14:48:55 -0700
  • aae721c5f1 fix typo in rbenv help Chris Moore 2011-08-11 17:43:57 -0400
  • 5c11f14c9b rbenv 0.1.0 Sam Stephenson 2011-08-11 14:48:40 -0500
  • dfe9889327 Fix ruby-build link Sam Stephenson 2011-08-11 14:41:24 -0500
  • 192dc23998 Try a different image url Sam Stephenson 2011-08-11 14:29:52 -0500
  • 6c468d6166 Don't highlight the anchors Sam Stephenson 2011-08-11 14:26:53 -0500
  • bfa71017ae Add TOC header Sam Stephenson 2011-08-11 14:25:08 -0500
  • 066d63c0df Use mdtoc for the readme Sam Stephenson 2011-08-11 14:21:15 -0500
  • 7c8da88df6 Add a screenshot Sam Stephenson 2011-08-11 14:12:01 -0500
  • 06bf3a351a Add a note about rvm compatibility Sam Stephenson 2011-08-11 13:28:02 -0500
  • f8f49fd565 Document rbenv-rehash Sam Stephenson 2011-08-11 13:25:54 -0500
  • 77964fb83e Simplify Sam Stephenson 2011-08-11 13:25:47 -0500
  • b4a91648eb Hard-wrap Sam Stephenson 2011-08-11 13:11:37 -0500
  • e8d010f33c Fix italics Sam Stephenson 2011-08-11 12:53:20 -0500
  • a804b5eb21 Add LICENSE and README.md Sam Stephenson 2011-08-11 12:51:35 -0500
  • 71493e8065 Typo Sam Stephenson 2011-08-10 09:31:53 -0500
  • 5394347500 A few tweaks to the help text Sam Stephenson 2011-08-10 09:23:43 -0500
  • f2f8ef88a5 Implement some basic command line help Ryan Baumann 2011-08-10 09:53:24 -0400
  • 3f3992d95a Merge pull request #15 from ryanfb/version_origin Sam Stephenson 2011-08-09 13:48:20 -0700
  • bd0e1a73f9 Split rbenv-version into rbenv-version-name and rbenv-version-origin, update versions, prefix, and which appropriately Ryan Baumann 2011-08-09 16:41:35 -0400
  • 2a495dc9ac Prepend $PATH with the command's dirname before execing for compatibility with ruby -S Sam Stephenson 2011-08-05 10:12:58 -0500
  • 2fa7432060 Fix expansion quoting Sam Stephenson 2011-08-04 01:16:16 -0500
  • 9f18fe5031 Automatically create a default of system if it's missing instead of raising an error Sam Stephenson 2011-08-04 01:08:47 -0500
  • cd24495045 Silence the warning, too Sam Stephenson 2011-08-04 01:02:04 -0500
  • 1235cbd0ef rbenv-versions doesn't require a default to be present Sam Stephenson 2011-08-04 01:00:08 -0500
  • f84dc27c58 Autocreate ~/.rbenv skeleton in rbenv-init Sam Stephenson 2011-08-04 00:48:37 -0500
  • 4ee92fca43 Bare rbenv init prints a message; rbenv init - prints the init script Sam Stephenson 2011-08-04 00:45:40 -0500
  • 00b8b4db33 Don't need to test if the shims directory is present since rbenv-rehash creates it Sam Stephenson 2011-08-03 23:53:52 -0500
  • 917b3687cb Export $PATH on init Joshua Peek 2011-08-03 23:46:24 -0500
  • 4714b5bd4e Merge pull request #13 from sstephenson/init Joshua Peek 2011-08-03 21:26:58 -0700
  • 271bfea97d Don't rehash on init for now Joshua Peek 2011-08-03 23:26:37 -0500
  • 70e1f61337 Quote path Joshua Peek 2011-08-03 23:20:19 -0500
  • df61a76ab0 Add init command Joshua Peek 2011-08-03 23:16:28 -0500
  • fffb29d695 Speed up rbenv-rehash by using hard links Sam Stephenson 2011-08-03 22:57:27 -0500
  • 7ce04a6e03 Merge branch 'system' Sam Stephenson 2011-08-03 22:29:57 -0500
  • f904d1b92f Complete versions for rbenv set-local and rbenv prefix too Sam Stephenson 2011-08-03 22:28:30 -0500
  • ccf7c29fc4 Simplify _rbenv_versions Sam Stephenson 2011-08-03 22:22:45 -0500
  • e4a040f1e0 Defer to rbenv commands Sam Stephenson 2011-08-03 22:20:25 -0500
  • 3b13dc9c14 Add rbenv-commands Sam Stephenson 2011-08-03 22:20:01 -0500
  • 5d8c40444d iterate over all matching plugins, not just the first Jamis Buck 2011-08-03 20:55:03 -0600
  • df034f5d35 Defer to rbenv versions instead of reading ~/.rbenv/versions manually Sam Stephenson 2011-08-03 21:50:03 -0500
  • f7c463bed9 Rename helpers Sam Stephenson 2011-08-03 21:43:40 -0500
  • 4e79ba15f7 Match style Sam Stephenson 2011-08-03 20:44:29 -0500
  • 2099355ad5 Pull in @telemachus' Bash autocompletion defintion from https://gist.github.com/1122379 Sam Stephenson 2011-08-03 20:41:06 -0500
  • c3089c8439 Merge pull request #11 from telemachus/param-expansion Sam Stephenson 2011-08-03 17:57:52 -0700
  • 67d3d6b12d Use parameter expansion for basename + dirname Peter Aronoff 2011-08-03 20:04:42 -0400
  • b6ebc2f08b look for plugins to extend rehash and which Jamis Buck 2011-08-03 11:17:28 -0600
  • e0e2d93639 Add support for RBENV_VERSION=system Sam Stephenson 2011-08-03 08:39:56 -0500
  • a9837f3a06 look for plugin scripts to extend functionality Jamis Buck 2011-08-03 07:28:50 -0600
  • 4668a2e2ed rbenv-whence requires a command argument Sam Stephenson 2011-08-03 00:06:23 -0500
  • a62bd23ba2 Show which versions of Ruby have a command installed when rbenv-which fails Sam Stephenson 2011-08-02 23:53:23 -0500
  • d257b562e5 Add rbenv-whence to show you which versions of Ruby have a given command Sam Stephenson 2011-08-02 23:31:19 -0500
  • 652135db7f Add --bare option to rbenv-versions Sam Stephenson 2011-08-02 23:19:37 -0500
  • 86362408f1 rbenv-path -> rbenv-prefix Sam Stephenson 2011-08-02 23:11:10 -0500
  • 735a2bc4e7 Consistent style Sam Stephenson 2011-08-02 23:05:24 -0500
  • 044eb6c802 Merge branch 'master' into libexec Joshua Peek 2011-08-02 19:49:57 -0500
  • 643817fa1c Fix permissions on rehash Joshua Peek 2011-08-02 19:49:41 -0500
  • d65141c7b5 Merge branch 'master' into libexec Joshua Peek 2011-08-02 19:41:03 -0500
  • 15356aebc6 Merge pull request #9 from sstephenson/cp-shim Joshua Peek 2011-08-02 17:39:07 -0700
  • eccdec3740 Merge branch 'master' into cp-shim Joshua Peek 2011-08-02 19:38:35 -0500
  • 6df306d8f8 Quote $@ Joshua Peek 2011-08-02 19:37:18 -0500
  • 55ce7850ad Merge pull request #4 from telemachus/env Sam Stephenson 2011-08-02 17:20:33 -0700
  • ce8d3278a4 Use $shim var Joshua Peek 2011-08-02 18:55:14 -0500
  • 06228d3583 Copies bins into shims/ instead of symlinking Joshua Peek 2011-08-02 18:50:44 -0500
  • ad2c605d3f Use /usr/bin/env rather than /bin/bash Peter Aronoff 2011-08-02 19:11:41 -0400
  • 43624943ee Move subcommands into libexec/ Joshua Peek 2011-08-02 18:01:46 -0500
  • 8f9a34d9b1 Merge pull request #2 from sstephenson/shebang-flag Sam Stephenson 2011-08-02 15:46:01 -0700
  • c957d83b3a Shebang -e flag Joshua Peek 2011-08-02 17:43:43 -0500
  • 41c5ac5a33 the initial case has an empty directory, so force rm to avoid errors Jamis Buck 2011-08-03 04:25:23 +0800
  • e9881119d8 Ignore local files Sam Stephenson 2011-08-02 15:25:37 -0500
  • 355e7c1c96 Create ~/.rbenv/shims if it doesn't exist Sam Stephenson 2011-08-02 15:23:26 -0500
  • 8246dc8d8a Avoid globals Sam Stephenson 2011-08-02 12:21:30 -0500
  • fb31290b9d More argument quoting Sam Stephenson 2011-08-02 12:21:09 -0500
  • 4acefd6ef9 Properly quote arguments with spaces Sam Stephenson 2011-08-02 09:38:36 -0500
  • 0c66f62c17 Style Sam Stephenson 2011-08-01 16:43:19 -0500
  • b5d030bee7 -e Sam Stephenson 2011-08-01 16:39:00 -0500
  • 6ec91083d8 Add rbenv-set-local Sam Stephenson 2011-08-01 16:22:35 -0500
  • af6b06743b Extract rbenv-path Sam Stephenson 2011-08-01 16:22:26 -0500
  • 1da746543f Add missing set -e Sam Stephenson 2011-08-01 15:56:52 -0500
  • 99035a49a9 Initial commit Sam Stephenson 2011-08-01 15:50:26 -0500