Package Details: rbenv 1.3.0-1

Git Clone URL: https://aur.archlinux.org/rbenv.git (read-only, click to copy)
Package Base: rbenv
Description: Simple Ruby version manager
Upstream URL: https://github.com/rbenv/rbenv
Keywords: rbenv ruby
Licenses: MIT
Conflicts: rbenv-git
Submitter: mirlord
Maintainer: sudopluto (saghm)
Last Packager: sudopluto
Votes: 138
Popularity: 1.45
First Submitted: 2011-08-29 11:57 (UTC)
Last Updated: 2024-11-17 21:24 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

doompatrol commented on 2018-11-27 17:51 (UTC) (edited on 2018-11-27 17:57 (UTC) by doompatrol)

Note to self & others: "rbenv install" is provided by "ruby-build". Mentioning this cause I am using kitchen-salt and it wasn't clear that it was a separate package.

cdown commented on 2017-07-08 07:35 (UTC)

@Munto If you're using `rbenv install`, $PATH should be set up automatically, so no changes are needed as far as I can tell. I just tried `rbenv install 2.4.0` with no issues.

Munto commented on 2017-05-23 00:38 (UTC)

Hello. rbenv-install needs rbenv-hooks to work at line 136 "IFS=$'\n' scripts=(`rbenv-hooks install`)" It may be worthwhile to add a symlink to this script. ln -s /usr/lib/rbenv/libexec/rbenv-hooks $pkgdir/usr/bin/

cdown commented on 2016-07-25 08:09 (UTC)

If you're using rbenv already, why aren't you using bundler or the like? You shouldn't really be installing system packages in the hopes of using them with a non-system Ruby.

zonotope commented on 2016-07-21 15:29 (UTC)

@cdown what do you think about adding `provides=('ruby')` to the pckgbuild?

zonotope commented on 2016-07-21 15:25 (UTC) (edited on 2016-07-21 15:26 (UTC) by zonotope)

@voyd, That is not true. RbEnv is written in a combination of bash and c: https://github.com/rbenv/rbenv/tree/master/. RBenv is not dependent on ruby being installed at all. I agree with @huma and @zrl. The rbenv package should definitely provide ruby because bringing in any package with ruby as a dependency will install another ruby version outside of rbenv, and that screws with paths in all kinds of ways.

cdown commented on 2016-04-14 10:11 (UTC)

Changed URI without pkgver bump (since it's a noop).

mark.sagikazar commented on 2016-03-21 15:41 (UTC)

Upstream URL has changed: https://github.com/rbenv/rbenv

voyd commented on 2015-11-30 16:51 (UTC)

rbenv is a pretty active project, but it stopped tagging releases. Version 0.4.0 was released in January 2013. I'd advise everybody to switch to rbenv-git, which pulls the latest version. (Disclaimer: I wrote the rbenv-git package because of this)

voyd commented on 2015-11-30 16:36 (UTC)

@huma, zrl: as rbenv is a ruby application itself, it won't work without another ruby...