Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pyenv/pyenv

Simple Python version management
https://github.com/pyenv/pyenv

Fixed broken link to RVM in documentation

406c8e0303482215da1cbaf8671a5deabeba7ec5 authored over 12 years ago by Patrik Ragnarsson <[email protected]>
Merge pull request #217 from alecchen/master

remove "+=" operator in rbenv-rehash to support bash-3.0

6778c8e905d774d4dc70724c455e6fcff4c1d3e1 authored over 12 years ago by Sam Stephenson <[email protected]>
remove "+=" operator to support bash-3.0

3a94daeaf848211d93b6e83617623e468555c205 authored over 12 years ago by Alec Chen <[email protected]>
Merge pull request #203 from cldwalker/options_help

help for versions and commands, including their options

e5c64db2804b3dc0708da66a2ca9eb2fa27b3c14 authored almost 13 years ago by Sam Stephenson <[email protected]>
help for versions and commands, including their options

d3700dfd703a570d370cc9cb2e01395d8764ac5b authored almost 13 years ago by Gabriel Horner <[email protected]>
Merge pull request #184 from jvirtanen/fix/typos

Fix typos in documentation

975b45dbfe728472ba37aa9136105e21330ced4a authored almost 13 years ago by Sam Stephenson <[email protected]>
Merge pull request #189 from amarshall/master

Prevent $command from leaking outside of function

a49b07975ce4595005dad3cf209e9ccce8757c57 authored almost 13 years ago by Sam Stephenson <[email protected]>
Changed doc/README.mdtoc and built README.md and changed nomenclature to 'ruby versions' as requested.

5e57ab95ce619467c9ca97b9c8c80b6c1bac0128 authored almost 13 years ago by Daryl Manning <[email protected]>
Prevent $command from leaking outside of function

9c43fa916148008f6761781d6497c52bb36c0c46 authored almost 13 years ago by Andrew Marshall <[email protected]>
And better codify the rbenv command just for good measure.

9b286ecbfd9b498ba19600d68334d9ca16f2ee75 authored almost 13 years ago by Daryl Manning <[email protected]>
Embrassing typo in the anchor link neme != name.

b7e9569ccb489a6e24a7b0cc9975bc4e6ea71fd5 authored almost 13 years ago by Daryl Manning <[email protected]>
Added in section 2.4 on uninstalling rubies from .rbenv/versions to the README.

e92213142205f18fc57868460746c106f5128727 authored almost 13 years ago by Daryl Manning <[email protected]>
Fix typos in documentation

34813ef32cbb00dc0fe9bb4a801f9d7fd5ea9e9e authored almost 13 years ago by Jussi Virtanen <[email protected]>
Merge pull request #183 from terceiro/new-hooks-dir

Add /usr/lib/rbenv/hooks to hook search path

e899f1d31c9f3d976a3a40ab73e845d386e5e3e8 authored almost 13 years ago by Sam Stephenson <[email protected]>
Add /usr/lib/rbenv/hooks to hook search path

This will help with the packaging of rbenv plugin that contain hooks in
Debian.

d1bfeee33495a4e0dd6a03d9189bba9fb5d3ca3f authored almost 13 years ago by Antonio Terceiro <[email protected]>
Merge pull request #179 from johnwilliams/master

rbenv-init arguments should be allowed in any order

9ea1f7d53ed9883a284f4bb70f38dc0027b3c747 authored almost 13 years ago by Sam Stephenson <[email protected]>
Allow init arguments to be in any order.

f40bc773d231acfcf83a3c9b71eba67ed1cc4bef authored almost 13 years ago by John Williams <[email protected]>
Account for path entries with spaces in remove_from_path

5d0a6630b94f4a1e2aae8828788a76432f5ace09 authored about 13 years ago by Sam Stephenson <[email protected]>
Use `if` instead of inline `&&` so `rbenv rehash` exits with a zero status

114b81c9a45bff79ce4cadad7285ffa02afff2d4 authored about 13 years ago by Sam Stephenson <[email protected]>
rbenv 0.3.0

b10bdb1e78a1a38fa468c1231ac2149f472f7b05 authored about 13 years ago by Sam Stephenson <[email protected]>
Add --no-rehash option to rbenv-init (#170)

ee5ad02d42690f572d4a89386e84e6b3c04df054 authored about 13 years ago by Sam Stephenson <[email protected]>
Remove deprecated set-default and set-local commands

cd2094ff71cf2e9b7805a74dfd97ab84b92461ce authored about 13 years ago by Sam Stephenson <[email protected]>
Update readme screenshot to use `global` instead of `set-default` (fixes #165)

5052a4161ced198f4008f4c9ef5edfe35701207c authored about 13 years ago by Sam Stephenson <[email protected]>
Properly expand RBENV_DIR and ensure it exists

7fbcde8af0e7ac0afdeba21b5f7a5d37fc3faa93 authored about 13 years ago by Sam Stephenson <[email protected]>
Merge remote-tracking branch 'mlafeldt/rbenv-rehash'

Conflicts:
libexec/rbenv-rehash

b670849ebdfb64c634f7a15acb88277baaff9b45 authored about 13 years ago by Sam Stephenson <[email protected]>
Go with paren-style function definition

288c6b3f094129f574a6496698c037e829aa70b4 authored about 13 years ago by Sam Stephenson <[email protected]>
Merge pull request #168 from mgrubb/topic/portability-fixes

Made ksh portability changes

802d70568cd3ee60ea4093ea1c6d38e39b42dc69 authored about 13 years ago by Sam Stephenson <[email protected]>
Merge pull request #163 from richoH/features/completion_only_in_interactive_shells

Only run compctl if it's an interactive shell

c4721169e3fd59a86c6fe1d1d68a95dd8609f328 authored about 13 years ago by Sam Stephenson <[email protected]>
Ensure shims don't disappear when rehashed

efe600f6def42abe8679d0ea4b2fd7a0b6d614f8 authored about 13 years ago by Sam Stephenson <[email protected]>
Made ksh portability changes

Added specific message for ksh in identifying the proper shell
initialization file.

Changed rbe...

7e83e07cf31b68f0173cb108d687506979130289 authored about 13 years ago by Michael Grubb <[email protected]>
Bail on completion init if we're not an interactive shell

Based on the approach by @imajes

65f0be0c20bbfae55d55263568cc7b6e3c672cbe authored about 13 years ago by richo <[email protected]>
Merge pull request #146 from pervel/patch-1

Quoting the argument to greadlink to make it work with paths containing spaces

adf9c976161f682e4bc26c346f5abd3c71f1a302 authored about 13 years ago by Joshua Peek <[email protected]>
Quoting the argument to greadlink to make it work with paths containing spaces.

dfc7645609bb2e579546de51ed05f978766c8e6d authored about 13 years ago by Per Velschow <[email protected]>
rbenv-rehash: use $OLDPWD to restore previous working directory

$OLDPWD is a standard shell variable that contains the previous working
directory as set by the ...

9dde161b652b31185966accb225a5f05b4643704 authored about 13 years ago by Mathias Lafeldt <[email protected]>
rbenv-rehash: remove superfluous trap signals

A trap on the special signal EXIT is executed before the shell
terminates. EXIT actually covers ...

0324b118ee03b2bfe19f0f9cc91d163c83d2c487 authored about 13 years ago by Mathias Lafeldt <[email protected]>
Zsh users need to modify ~/.zshenv, not ~/.zshrc

4cc6665d0aa159fa7799b1d3e017052ff6eca844 authored about 13 years ago by Sam Stephenson <[email protected]>
Add `rbenv root`

Prints $RBENV_ROOT (defaults to ~/.rbenv)

be7dcc0ad84ad8abc5652b1e80dedff098a53a08 authored about 13 years ago by Joshua Peek <[email protected]>
rbenv 0.2.1

01a0ad0b69c69f6a6a9fc66496f3eaf460db51fb authored over 13 years ago by Sam Stephenson <[email protected]>
Missing word

2bbe2099ebbec953ec2bf7f00d4eff5e3a347930 authored over 13 years ago by Sam Stephenson <[email protected]>
Ensure RBENV_DIR is always an absolute path

Otherwise, `RBENV_DIR=bin rbenv version-file` loops indefinitely

e49be969aba1aec998ab3da38e9a09a2cf881b9e authored over 13 years ago by Sam Stephenson <[email protected]>
Be explicit about ~

fb0ec9e15728b8d61af693cf465660269b8a2b7b authored over 13 years ago by Sam Stephenson <[email protected]>
Merge pull request #108 from audionerd/patch-1

Fix command to modify ~/.bash_profile in user's home directory

525c960dea2f32d21c50478072e04f6db91b434c authored over 13 years ago by Sam Stephenson <[email protected]>
Fix command to modify ~/.bash_profile in user's home directory (~/, instead of in-place)

ddd4db1b0566ca64a9d0ea61597f7571d36894e9 authored over 13 years ago by Eric Skogen <[email protected]>
Indentation

7a929b8a8462c4756fff951587b2569c85099c30 authored over 13 years ago by Sam Stephenson <[email protected]>
rbenv 0.2.0

2cd12e3fa6bfd0dc86c761ef5a6135f61183a785 authored over 13 years ago by Sam Stephenson <[email protected]>
Style

4965a1d1f7d7402c49e733b9d112634ba15c281c authored over 13 years ago by Sam Stephenson <[email protected]>
"Zsh" is the canonical capitalization

dc1f58390305e2bc78576ca89212dfd5fb51b3b6 authored over 13 years ago by Sam Stephenson <[email protected]>
fill-region

500c6de37cc0493c9c35c44cf068a175ceb99419 authored over 13 years ago by Sam Stephenson <[email protected]>
Installation edits

88e59647aee0abe12cd1cd77d2dce6d33af8caef authored over 13 years ago by Joshua Peek <[email protected]>
Add Homebrew to the readme

53d45707cab2ee894f1370d1f20b3f9a4fc64092 authored over 13 years ago by Sam Stephenson <[email protected]>
Move intro line above the fold

828051e65110d5917b41bceb3cfb5b4fd558199e authored over 13 years ago by Sam Stephenson <[email protected]>
Don't exit out of piped loop

Can cause the stdin of cat to close too soon causing:

echo: write error: Broken pipe

Fixes #97

149e61a6496725e72d34ad3513e60872e4adb273 authored over 13 years ago by Joshua Peek <[email protected]>
Add version history

4712db8eddd2b684fe958e2d465d72751a682008 authored over 13 years ago by Sam Stephenson <[email protected]>
Add upgrade instructions

7ba843c5851319cb45f95b2e345c525c69170b7e authored over 13 years ago by Sam Stephenson <[email protected]>
Add upgrade instructions

26a08c6d12a08efad924135f8ed53ca6a46e5a54 authored over 13 years ago by Sam Stephenson <[email protected]>
Make `rbenv help` a little nicer

72b62e13aa43fb8252fde133ad9a692f13917df9 authored over 13 years ago by Sam Stephenson <[email protected]>
Fix markdown indentation

09d912895f601ae38492c142cb684c8733e81b84 authored over 13 years ago by Sam Stephenson <[email protected]>
Document `rbenv which` and `rbenv whence`

ada26ab92e52b87f978be8b4744355a3c8821444 authored over 13 years ago by Sam Stephenson <[email protected]>
Add `rbenv shell` to help

058e2cb7a65020f758fc46c6a681914e47a4152a authored over 13 years ago by Sam Stephenson <[email protected]>
Document `rbenv shell`

a3d3005859c59e50d5d20ec9f9696bbde322d714 authored over 13 years ago by Sam Stephenson <[email protected]>
Add /plugins to .gitignore

c954d5755583089033e4086405ee14d31ee7755f authored over 13 years ago by Sam Stephenson <[email protected]>
Global version file is now `${RBENV_ROOT}/version`

This is the last time it'll change. Promise.

0a4ffcd15f6d02f9c707af008d9c2542dc1f864d authored over 13 years ago by Sam Stephenson <[email protected]>
Always set RBENV_DIR in ruby-local-exec

65bf6279faec5b97bef81f2240f15372d7ba3321 authored over 13 years ago by Sam Stephenson <[email protected]>
RBENV_DIR sets the directory from which .rbenv-version files are scanned

07815769aeda3097f43d032fb31f6c89d1a7942f authored over 13 years ago by Sam Stephenson <[email protected]>
Merge pull request #102 from sstephenson/plugins

Plugin bundles

a3deeba0a0e73ce7e5ca82fb12fea63d806801e8 authored over 13 years ago by Sam Stephenson <[email protected]>
Automatically add ${RBENV_ROOT}/plugins/*/etc/rbenv.d to $RBENV_HOOK_PATH

10084ae020704f8f364c72461f44b24ffab66534 authored over 13 years ago by Sam Stephenson <[email protected]>
Automatically add ${RBENV_ROOT}/plugins/*/bin to $PATH

8ce5e84c218f715c05961b4b6d772a6865e1a2a4 authored over 13 years ago by Sam Stephenson <[email protected]>
rbenv-plugin-scripts -> rbenv-hooks; RBENV_PLUGIN_PATH -> RBENV_HOOK_PATH

f9fb3c934e2242d82e67e173162f1dfde792fa65 authored over 13 years ago by Sam Stephenson <[email protected]>
realpath plugin scripts

eae5e5e092b934f4583c41f1d93e7b7e3ff9e0aa authored over 13 years ago by Joshua Peek <[email protected]>
Include /usr/local/etc hooks

a238099e381a3c359683fcd49f51a266a9fafaa9 authored over 13 years ago by Joshua Peek <[email protected]>
Merge pull request #96 from sstephenson/plugin-config

Plugin Config

7d9989ff58d59ede576700c572abfea232cd6ef9 authored over 13 years ago by Sam Stephenson <[email protected]>
Quote script path and remove unnecessary semicolon

699cd8c2031561447e20b0163217ed3f9ae185a1 authored over 13 years ago by Sam Stephenson <[email protected]>
Add support for RBENV_PLUGIN_PATH environment variable

096743acde3ff83e430ecc0b5c5fde1aa99163fc authored over 13 years ago by Sam Stephenson <[email protected]>
Show usage if no arguments are passed to rbenv-plugin-scripts

0c7c62dc04dab195ff249bc93460a4c4c352ac00 authored over 13 years ago by Sam Stephenson <[email protected]>
Not exec specific

2b5fb40b99b555dcaed597faa1b7cd0f158c227a authored over 13 years ago by Joshua Peek <[email protected]>
Use plugin-scripts

96b98ed039ae39fc386d2c93dc3568df6973ec35 authored over 13 years ago by Joshua Peek <[email protected]>
Add bin to list plugin scripts

789ace54ec8699d5042c7cd0dda244610b2a5e1c authored over 13 years ago by Joshua Peek <[email protected]>
Merge pull request #92 from carsomyr/master

Restore the current working directory in rbenv-rehash

d289998250ff5bb8ea37f7f88fa1a142a7d11fbf authored over 13 years ago by Sam Stephenson <[email protected]>
Merge pull request #91 from javierjulio/docs-rbenv-install-command-for-ruby-build

Using simpler rbenv-install command in ruby-build section

5cf661517bc42574774ce350017092c56d5c20b5 authored over 13 years ago by Joshua Peek <[email protected]>
Updating command sample to "rbenv install", no dash

c6c6ebaf40f4b2c439a5417a16d3f1f805e07711 authored over 13 years ago by Javier Julio <[email protected]>
Restore the current working directory in rbenv-rehash

94d87211f978c1fff3ab79537191683d30742079 authored over 13 years ago by Roy Liu <[email protected]>
Using simpler rbenv-install command in ruby-build section

919fc872c8d92b1ff8b4c1fcbe504ce7853ca28a authored over 13 years ago by Javier Julio <[email protected]>
Fix rbenv-completions for shell commands. Closes #90.

305db1c35ba426257378ea64e1057b11350043cf authored over 13 years ago by Sam Stephenson <[email protected]>
Strip trailing slashes from RBENV_ROOT (#83)

568cd4b23e5c0a8dc24e8a1fa591760d4a5790ed authored over 13 years ago by Sam Stephenson <[email protected]>
Update zsh completion adapter

b4f8906b246711db4c5116a12b6d9b0772084b97 authored over 13 years ago by Sam Stephenson <[email protected]>
Completion for which

465a1472bae33fa474660459cd446e73197054f7 authored over 13 years ago by Sam Stephenson <[email protected]>
Show usage for `rbenv which` without an argument

3644840d4b23a00561f2500047f00aa8c1f234fb authored over 13 years ago by Sam Stephenson <[email protected]>
Completion for whence

03d664e0481b51b77ceadfb7d4fb64e131aef32e authored over 13 years ago by Sam Stephenson <[email protected]>
Extract rbenv-shims

61830048d5b0e4d064d2186a103c9da692ad1d07 authored over 13 years ago by Sam Stephenson <[email protected]>
Completion for commands

69d596f56fbf1e18e8d70f9a8b20353b7bc29f1e authored over 13 years ago by Sam Stephenson <[email protected]>
Completion for exec

4923838981ae57c3d70fef988c3d2db9f70279b3 authored over 13 years ago by Sam Stephenson <[email protected]>
Completions for global, local, prefix, shell

f1ca8906c0f38940dbe7b162cedacd6b76d75735 authored over 13 years ago by Sam Stephenson <[email protected]>
Fix `rbenv prefix system`

43520db38915e7c42fefea442c571525d2310e40 authored over 13 years ago by Sam Stephenson <[email protected]>
Add --unset to local completion

d50ce90a36d954473e85fb8d9ef0bb09e4b9e4d1 authored over 13 years ago by Sam Stephenson <[email protected]>
Proof-of-concept external completions

6da85246c65fb65f0aa32e8feef4a7e0a909e510 authored over 13 years ago by Sam Stephenson <[email protected]>
Merge pull request #82 from sstephenson/shims-set-root

Shims set RBENV_ROOT

eefd5ea47d21357cfce5c058d1eed4b76b9d59bb authored over 13 years ago by Sam Stephenson <[email protected]>
Ensure shims set RBENV_ROOT

964c12fe2764da6b1de264505d25a41c5f0de60d authored over 13 years ago by Joshua Peek <[email protected]>
Set RBENV_DEBUG=1 to see what's going on under the hood

0632325a438a3aef38e7f94e10308ee69b72ad97 authored over 13 years ago by Sam Stephenson <[email protected]>
RBENV_ROOT defaults to ~/.rbenv

2e3e141d2e4a209ef7b13f33ff5b0136a17638f1 authored over 13 years ago by Sam Stephenson <[email protected]>
RBENV_HOME -> RBENV_ROOT

c36950a7cbc0a99894c487750002deb47346ae46 authored over 13 years ago by Sam Stephenson <[email protected]>