YanhaoYang
13f36e0416
rbenv(): preserve multiline output of `sh-*` commands
hace 13 años
Yamashita Yuu
dbb1fb5a06
release 0.2.0
hace 13 años
Yamashita Yuu
755c00e67c
fix broken installation scripts for Jython and some of CPython.
replaced deprecated method calls of `fetch_url` by `http get`.
hace 13 años
Yamashita Yuu
ad900ba436
fix some differences between ruby-build (refs #8 )
hace 13 años
Yamashita Yuu
ea7dc5f1e1
fix inverted result of checking version existence (refs #7 )
hace 13 años
Yamashita Yuu
be53bb8951
update README
hace 13 años
Yamashita Yuu
167ff2a198
s/Ruby/Python/g; s/RBENV/PYENV/g
hace 13 años
Yamashita Yuu
ee3c9bef5e
fix typo; s/vesions/versions/
also this will fix https://github.com/yyuu/python-virtualenv/issues/1
hace 13 años
Yamashita Yuu
6d307c6e11
import recent changes from ruby-build:
* verify checksum of downloaded archives.
* add PYTHON_BUILD_MIRROR_URL to use mirror site.
But we don't have CloudFront setup as of now :-(
* rbenv 0.4.x style help messages
hace 13 años
Yamashita Yuu
a0705cb86e
fix shell syntax error. add missing `then'.
hace 13 años
Sam Stephenson
e3f72ebae2
Guard against exported `CDPATH` ( fixes #316 )
hace 13 años
Sam Stephenson
98f45695db
Suppress shell warnings when hashing is disabled by `set +h`
hace 13 años
Sam Stephenson
3cb95b4d2d
Add `rbenv --debug <command>` as a shortcut for setting RBENV_DEBUG=1
hace 13 años
Sam Stephenson
892aea138e
Export PS4 when RBENV_DEBUG is set for more informative debug output
hace 13 años
Yamashita Yuu
fca31c4307
import trivial changes from rbenv 0.4.0
hace 13 años
Yamashita Yuu
684f7b7f21
add support for .python-version file to store local python version
hace 13 años
Yamashita Yuu
da06998457
import rbenv-help from rbenv 0.4.0
hace 13 años
Yamashita Yuu
f466679bd1
import `pyenv---version` from rbenv
hace 13 años
Yamashita Yuu
4a217a0cd1
update distribute to 0.6.34
hace 13 años
Sam Stephenson
045f6c1bce
Merge pull request #314 from jalcine/feature/ignoring-thy-sources
Ignoring Your Sources
hace 13 años
Jacky Alciné
1d4261a997
Added 'sources' to the Git ignores.
hace 13 años
Sam Stephenson
da80bced53
Merge pull request #310 from leocassarani/rbenv-help-mawk
Fix incorrect formatting of rbenv-help output under MAWK
hace 13 años
Leo Cassarani
1d687ac734
Fix incorrect formatting of rbenv-help output under MAWK
In systems that use the MAWK interpreter (the default AWK installed with
Ubuntu), the output of `rbenv help <command>` would have no line breaks.
The issue is fixed by changing `gsub` to `sub` in the snippet of awk
commands that are used to extract documentation comments.
I suspect the bug is something to do with the way the '^' and '$'
characters are interpreted by different AWK interpreters (per-line vs
per-string anchors).
If I understand correctly, the purpose of trim() is to remove all line
breaks from the start and end of each sections of a command's
documentation, in which case `sub` should serve the same purpose.
hace 13 años
Ryan Bigg
bef7a12964
Merge pull request #308 from eddorre/master
Small update to the README.
hace 13 años
Carlos Rodriguez
14ff078b85
Removed double 'at' from README
hace 13 años
Mislav Marohnić
cd940bd797
typo in docs
hace 13 años
Mislav Marohnić
093809eac6
spellcheck
hace 13 años
Sam Stephenson
c56f72794e
Fix ruby-local-exec wiki page link in the changelog
hace 13 años
Sam Stephenson
9375e99f92
rbenv 0.4.0
hace 13 años
Sam Stephenson
b66eeaf2f7
Link up the "Why choose rbenv?" wiki page
hace 13 años
Mislav Marohnić
c6855e01a9
zshenv -> zshrc. update Ubuntu/zsh installation notices
hace 13 años
Sam Stephenson
7f975a37f9
Deprecate ruby-local-exec
hace 13 años
Sam Stephenson
41cfa5f3d0
Link to the binstubs wiki page
hace 13 años
Sam Stephenson
9c45206c28
Remove unused doc directory
hace 13 años
Sam Stephenson
308aa42b67
Rewrite "How It Works" with @trevorturk
hace 13 años
Sam Stephenson
5174d14d5c
It's all about the apps
hace 13 años
Sam Stephenson
6fe338e563
New tagline
hace 13 años
Sam Stephenson
266d896871
Prioritize `rbenv local` over `rbenv global` and `rbenv shell`
hace 13 años
Sam Stephenson
7e85ae7bd2
"Usage" -> "Command Reference"
hace 13 años
Sam Stephenson
9a284a3da4
Update the uninstallation section
hace 13 años
Sam Stephenson
871f0e26df
Tone down the RVM incompatibility notice
hace 13 años
Sam Stephenson
e56885f4c9
"binary" -> "executable"
hace 13 años
Sam Stephenson
149f4b4607
"per-project" -> "application-specific"
hace 13 años
Sam Stephenson
80750f730f
Merge pull request #302 from sstephenson/ruby-version
Support for .ruby-version files
hace 13 años
Jeremy Kemper
253f6ee1d9
-information in readme pitch
hace 13 años
Jeremy Kemper
bac149e824
Riff on the readme pitch
hace 13 años
Sam Stephenson
3ec34448fa
Rewrite the readme pitch
hace 13 años
Sam Stephenson
919c4240fc
Clarify that .rbenv-version is removed when migrating
hace 13 años
Sam Stephenson
44c2378f2a
Shims include the full path to rbenv
This makes it possible to execute rbenv shims without rbenv's bin
directory in the path.
hace 13 años
Sam Stephenson
377b176260
Document .ruby-version
hace 13 años