Yamashita, Yuu
fd893ea3b0
Fix broken test for pyenv-version-name
2016-03-04 00:10:48 +00:00
Yamashita, Yuu
be3fc6d8cb
Fix broken pyenv local
2016-03-04 00:00:53 +00:00
Yamashita, Yuu
7467c88780
v20160303
2016-03-03 00:43:07 +00:00
Yamashita, Yuu
d75b1a12d7
Removed diff between ruby-build <-> python-build a little
2016-03-03 00:37:22 +00:00
Yamashita, Yuu
7db657beb5
Upgrade OpenSSL to 1.0.2g ( fixes #550 )
2016-03-03 00:29:00 +00:00
Yamashita, Yuu
41ce3aade2
Merge remote-tracking branch 'rbenv/master' into rbenv-1.0
2016-03-02 01:39:52 +00:00
Yamashita, Yuu
0c4392bf16
Merge pull request #547 from hackaugusto/master
...
Added pypy-dev special case in pyenv-install to use py27
2016-03-01 21:41:01 +09:00
Augusto F. Hack
d2e2c61c51
added pypy-dev special case in pyenv-install to use py27
2016-03-01 09:35:32 -03:00
Yamashita, Yuu
e1aac2a12c
Merge branch 'issue546'
2016-03-01 00:02:27 +00:00
Yamashita, Yuu
b1cccdb24c
Revert fetch_nightly_tarball
which is used from PyPy's nightly build ( fixes #546 )
2016-03-01 00:01:50 +00:00
Sam Stephenson
29b4da7737
Adopt Contributor Covenant 1.4
2016-02-19 12:28:40 -06:00
Yamashita, Yuu
a6f1f480eb
Merge pull request #542 from yyuu/default-unicode-ucs4
...
Compile with `--enable-unicode=ucs4` by default for CPython
2016-02-17 20:33:52 +09:00
Yamashita, Yuu
d8fe9fd0cb
Merge pull request #543 from kuanyili/update-continuum
...
Update build scripts for Continuum products
2016-02-15 17:56:13 +09:00
Kuan-Yi Li
dc97ef3dbe
Add anaconda[23]-2.5.0
2016-02-15 15:44:11 +08:00
Kuan-Yi Li
efb00b65bf
Switch download URL of Continuum products from HTTP to HTTPS
...
Conda access official Continuum repository through HTTPS now. Making the
switch for better security and privacy.
2016-02-15 15:31:57 +08:00
Yamashita, Yuu
5436020ec3
Add a test for custom value for --enable-unicode
2016-02-15 00:42:34 +00:00
Yamashita, Yuu
b37361b862
Fix broken tests with --enable-unicode=ucs4
by default
2016-02-15 00:37:20 +00:00
Yamashita, Yuu
90e6e30d63
Compile with --enable-unicode=ucs4
by default for CPython ( fixes #257 )
2016-02-15 00:27:40 +00:00
Mislav Marohnić
ad7dfa63ab
Merge pull request #870 from davidcelis/patch-1
...
Update `rbenv init` instructions
2016-02-15 10:23:29 +13:00
David Celis
35ca51fe88
Update rbenv init
instructions
...
The README details `eval`ing `rbenv init -`, but for some shells (such as fish) there's a difference in what should be run. It turns out that `rbenv init` on its own will print correct instructions, so we should point users to running that command instead.
2016-02-14 09:08:00 -08:00
Yamashita, Yuu
a0e0f1637a
Just a style issue; use export
instead of unset
like other variables
2016-02-13 03:49:28 +00:00
Yamashita, Yuu
cd8f61b5e0
Allow overriding aria2c/curl/wget via environment variable ( #534 )
2016-02-13 02:50:51 +00:00
Yamashita, Yuu
fbc40aae77
Increased verbosity of aria2c
downloader ( #534 )
2016-02-12 07:08:59 +00:00
Yamashita, Yuu
b116f341fe
Use aria2c
as the download if available ( #534 )
2016-02-08 12:45:28 +00:00
Yamashita, Yuu
c8ab429d7b
Import recent changes from ruby-build 20160130
2016-02-08 00:19:05 +00:00
Yamashita, Yuu
f2f703d6d9
Merge pull request #536 from patrick91/patch-1
...
Documenting the skip-existing option for install
2016-02-05 17:54:45 +09:00
Patrick Arminio
2de5ca0846
Documenting the skip-existing option for install
2016-02-05 09:50:02 +01:00
Yamashita, Yuu
425e44d064
v20160202
2016-02-02 08:43:21 +00:00
Mislav Marohnić
d6ab394efd
Merge pull request #863 from ErikAGriffin/patch-1
...
Updated Mac OSX brew install command
2016-02-01 22:48:28 +11:00
Erik Griffn
d29ba1f80e
Updated Mac OSX brew install command
...
It seems rbenv now comes with ruby-build. I have not investigated fully, but the previously shown command: `brew install rbenv ruby-build` caused issues on my machine. After uninstalling both and simply running `brew install rbenv` everything worked fine.
2016-02-01 11:17:56 +00:00
Yamashita, Yuu
b84b9ce532
Use setuptools 17.1.1 for Python 3.0-3.2 to prevent the following warning ( #531 )
...
```
/home/yyuu/.pyenv/versions/3.2.6/lib/python3.2/site-packages/pkg_resources/__init__.py:85: UserWarning: Support for Python 3.0-3.2 has been dropped. Future versions will fail here.
warnings.warn(msg)
```
2016-01-30 04:38:29 +00:00
Yamashita, Yuu
dcec0cedf4
Add patches for Stackless 3.2.x to fix build failures
2016-01-30 02:37:15 +00:00
Yamashita, Yuu
1dc9ef24df
Use pip 7.1.2 for CPython 3.2.x ( #531 )
2016-01-30 02:18:56 +00:00
Mislav Marohnić
c38833179b
Merge pull request #852 from jasonkarns/extract-hook-helper
...
Extract hook helper
2016-01-04 18:48:10 +01:00
Jason Karns
565798d617
Test IFS handling in version-name/version-origin hooks
2016-01-04 09:14:28 -05:00
Jason Karns
0f7a2cad8d
Use create_hook helper
...
Use extracted create_hook helper in tests for:
- exec
- hooks
- rehash
- version-name
- version-origin
- which
2016-01-04 09:14:25 -05:00
Jason Karns
5ccba5d7cc
Extract common create_hook helper
2016-01-04 09:14:04 -05:00
Jason Karns
2cc2ec160e
Remove redundant test
...
Spaces in hook path is tested in test/hooks.bats
2016-01-04 09:13:58 -05:00
Yamashita, Yuu
5c5205e172
Remove broken 3.4.4rc1
( fixes #515 )
2016-01-01 02:12:55 +00:00
Mislav Marohnić
a95ccd09a2
Simplify fallback to global version file
2015-12-29 14:44:32 +01:00
Mislav Marohnić
e199a3d8f7
Merge pull request #850 from jasonkarns/remove-legacy-global-version-file
...
Remove support for legacy global version files
2015-12-29 14:40:37 +01:00
Mislav Marohnić
fec0f56d0b
Merge pull request #849 from jasonkarns/remove-legacy-version-file-handling
...
Remove all handling/support of .rbenv-version files
2015-12-29 14:34:08 +01:00
Jason Karns
fe809ea90d
Remove support for legacy global version files
...
`default` was made legacy back in 2011 with
5be66da9f4
(the command was renamed from
`rbenv-default` to `rbenv-global`, and so the global file was renamed
from `$RBENV_ROOT/default` to `$RBENV_ROOT/global` (the latter taking
precedence)
`global` was then made legacy about a month later in Sep 2011 when the
preferred filename was changed to `$RBENV_ROOT/version`.
2015-12-28 22:05:00 -05:00
Jason Karns
f880dc6d6f
Remove support for legacy version file
2015-12-28 21:34:07 -05:00
Jason Karns
3c9674453f
fix local --unset test
2015-12-28 21:33:50 -05:00
Mislav Marohnić
22f4980a21
🔥 deprecated ruby-local-exec
...
It was useless for a while now. I should have nuked it prior to the
1.0.0 release but I forgot :(
2015-12-25 00:26:46 +01:00
Mislav Marohnić
abbcde665c
Fix ToC level
...
[ci skip]
2015-12-24 20:02:37 +01:00
Mislav Marohnić
c9c9415154
Update ToC
2015-12-24 20:01:36 +01:00
Mislav Marohnić
3997a394d9
rbenv 1.0.0
2015-12-24 19:12:47 +01:00
Mislav Marohnić
e0b85397c8
Point out that it's not necessary to sudo gem install
...
Closes #532
2015-12-24 19:12:47 +01:00