Ecosyste.ms: OpenCollective

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

github.com/rvm/rvm

Ruby enVironment Manager (RVM)
https://github.com/rvm/rvm

Merge remote-tracking branch 'upstream/master'

7d79c964af4b1120780509931b52a777a6489777 authored about 11 years ago by Andriy Yurchuk <[email protected]>
add requirements code for synology

8df8de110b82fc20369165056dc37aa7654ec565 authored about 11 years ago by Michal Papis <[email protected]>
use tput for more compatibility in .rvmrc uses message, fix #2177

4dc9956102fc84db73c5da02a976d0174d377342 authored about 11 years ago by Michal Papis <[email protected]>
add detection of synology version

fddb95ee12df92cfcf244fa2cfeefea52feba3fb authored about 11 years ago by Michal Papis <[email protected]>
improve installation process, update #2176

7214cfc4ff2f473b94b3cd398d90669122b0bfe3 authored about 11 years ago by Michal Papis <[email protected]>
disable awk dotts pipe in SunOS, fix #2173

b952bf7d20bdc31c0f243981cb754e7fa7b9460c authored about 11 years ago by Michal Papis <[email protected]>
Merge upstream

192e00177243ad863ba40207d23112780d6b976e authored about 11 years ago by Andriy Yurchuk <[email protected]>
Beautifying code

0d9420221d452c90a0a38b5f3e691b3ac784a823 authored about 11 years ago by Andriy Yurchuk <[email protected]>
Replace patch in pkg

ec5ddb13e488b1213fc5fec01a1fc460b629ee45 authored about 11 years ago by Andriy Yurchuk <[email protected]>
Add __rvm_cp

da033042e1d082c2c7bd7de52ceaba24e40f47ab authored about 11 years ago by Andriy Yurchuk <[email protected]>
Use CSW sudo on Solaris 10

4134021db16de40e78d8e49c698a3b1fb34fa739 authored about 11 years ago by Andriy Yurchuk <[email protected]>
Use CSW curl on Solaris 10

3381faf5ef416bc0241cb7fb09f1605eb24fcea5 authored about 11 years ago by Andriy Yurchuk <[email protected]>
Remove bash from configure call as it breaks if there are prepended environment variables

bb5d6336be8b81d1cf79b4e4d05646d9cbc4a45f authored about 11 years ago by Andriy Yurchuk <[email protected]>
Add curl as requirement for Solaris 10

d8fa330eef06cf24f18e7cbffc869bb2f87fd110 authored about 11 years ago by Andriy Yurchuk <[email protected]>
Remove patch from gnu_utils as it's not needed for rvm installation. Refactor other __rvm_ functions definition

17a696708ad24fcc12bd24dab94024e1eb984faf authored about 11 years ago by Andriy Yurchuk <[email protected]>
Remove make from gnu_utils and add it to requirements

8786d242b76edc3b07974c823acc1ad84727b1b1 authored about 11 years ago by Andriy Yurchuk <[email protected]>
Update system on Openindiana. Handle no package updates

a01b758dea735f1b6ff431806d94ac9ebdf40b53 authored about 11 years ago by Andriy Yurchuk <[email protected]>
Merge branch 'master' of github.com:wayneeseguin/rvm

a08600563d695a06ba1ee4efe536699253d22717 authored about 11 years ago by Michal Papis <[email protected]>
fix the Zsh warning message to display proper version and the found binary, fix #2158

066a27ecbd389cbc59a264b2292a6ece83e3a4db authored about 11 years ago by Michal Papis <[email protected]>
Merge pull request #2136 from hsbt/use-ring-mirror

use www.dnsbalance.ring.gr.jp

0830a820f869c6ddc9186056bd2ce2cf1789ac80 authored about 11 years ago by Michal Papis <[email protected]>
Merge pull request #2170 from Ch00k/master

Improve support for different Solaris flavors

84c6b9baa3f86f458d19a5c0e40209a232fcc244 authored about 11 years ago by Michal Papis <[email protected]>
Add __rvm_readlink, __rvm_patch functions

140e0f31f19f356a373bac1d6b2f80d7f067dbde authored about 11 years ago by Andriy Yurchuk <[email protected]>
Improve Solaris support

ce1463aa1627dba40504a44ffb9fa7a31bc5fdb1 authored about 11 years ago by Andriy Yurchuk <[email protected]>
use www.dnsbalance.ring.gr.jp

86ef9044366400d24066b9b998ac34e2a2908001 authored about 11 years ago by SHIBATA Hiroshi <[email protected]>
Add /usr/gnu/bin to path on Solaris 11 (GNU sed needs to be run on Ruby configure stage)

d9bc427428ccca4c41d9ccb7f19a0a033f01b033 authored about 11 years ago by Andriy Yurchuk <[email protected]>
Hide stderr from which. Change gnu utils missing exit codes

30c6f0a2e1a8605acb1b3d26bc809ac6d55c3943 authored about 11 years ago by Andriy Yurchuk <[email protected]>
Move platform specific config to build_config

120b46594908b329b125bfb04443240995bb53ed authored about 11 years ago by Andriy Yurchuk <[email protected]>
add sbin paths to PATH when sudo, update #2166

106461e011053d9bd5060bd5af919bf14b98d304 authored about 11 years ago by Michal Papis <[email protected]>
warnings should be printed to stderr, fix #2171

ef9ee9984e695c76dbea8103a7c929caf14eb303 authored about 11 years ago by Michal Papis <[email protected]>
Improve SmartOS support

e11d4708613f421279cc8277afe739f60fdc10fa authored about 11 years ago by Andriy Yurchuk <[email protected]>
Improve support for OpenIndiana

3c69884a560b781670ed6c657669f5fe77691ed0 authored about 11 years ago by Andriy Yurchuk <[email protected]>
formating code for functions generating, add error for missing which

83c29c392d9b44e90852f8c182860e9f4fad692a authored about 11 years ago by Michal Papis <[email protected]>
use full command for help in autocomplete code for Zsh when checking gemset subcommands, fix #2141

aa4b1b9b6c1111177fc84f684c98fbea4560e90a authored about 11 years ago by Michal Papis <[email protected]>
redefine __rvm_which to be early evaluated - should speed up PATH cleaning which is used wuite offten

a4d0e51ac3a968eef086a6de32698d0c2663bb36 authored about 11 years ago by Michal Papis <[email protected]>
do not try to install custom packages when the list is empty, fix #2163

6bc2ed574a51fb0d016a8c12498a34f0fb0b8804 authored about 11 years ago by Michal Papis <[email protected]>
Merge remote-tracking branch 'upstream/master'

c73eb0896bf320239ad38bd35d6781f04ab26d8a authored about 11 years ago by Andriy Yurchuk <[email protected]>
Use __rvm_tar

9627ad217872386badacd6d6bfb0e4b137258dfd authored about 11 years ago by Andriy Yurchuk <[email protected]>
Use __rvm_ant in JRuby functions

1cf7289eb8253c70d7229be6e1cba445d2f97fca authored about 11 years ago by Andriy Yurchuk <[email protected]>
Check JRuby linking only for platform it's installed on

a20eaf9174382964d999ada53a9278660a23ede4 authored about 11 years ago by Andriy Yurchuk <[email protected]>
Merge branch 'fix_upgrade_notes_typo_1.20' of https://github.com/ilikepi/rvm, closes \#2164

4f023abe8dedd3cb72efae54fe151a985f998116 authored about 11 years ago by Michal Papis <[email protected]>
Require libdb-4_5 on OpenSUSE as binary rubies depend on it

1a2d3d645fefe6a9b607e39ebd53610e3784ccc4 authored about 11 years ago by Andriy Yurchuk <[email protected]>
Merge branch 'master' of github.com:wayneeseguin/rvm

cae90d953faa2191a73341ef2ea80111f498bd74 authored about 11 years ago by Michal Papis <[email protected]>
quote and silence path operations for detecting rvm_path, fix #2156

f32aa17644b09afbe06f326ba1cf469549883c1e authored about 11 years ago by Michal Papis <[email protected]>
Merge remote-tracking branch 'upstream/master'

2d16e14c0e2db7404447f4b6a5622a9ab0c9277a authored about 11 years ago by Andriy Yurchuk <[email protected]>
Add __rvm_ant and __rvm_tar

3657ce243d3f65cfbf863788b25dc0ea01e14438 authored about 11 years ago by Andriy Yurchuk <[email protected]>
Merge pull request #2165 from mattconnolly/master

SmartOS: explicitly set path for `which` under SmartOS

4d6eefdf5b49d731f278b5440c2c77b5abdc331e authored about 11 years ago by Michal Papis <[email protected]>
SmartOS: explicitly set path for `which` under SmartOS

4c28bd4bdbd4587b3a1a3608947150187168211f authored about 11 years ago by Matt Connolly CI <[email protected]>
Fix typo in suggested "rvm autolibs" command

2278ae6306003c3c62da0465a6bf53feedf18fde authored about 11 years ago by James Blanding <[email protected]>
Merge branch 'master' of github.com:wayneeseguin/rvm

6a2b835913d66a73c3ba330984469438ba6a598e authored about 11 years ago by Michal Papis <[email protected]>
add a warning when installign named rubies without patches, fix #2159

1ce4ffdba2cc758999794a86ff8254c817cef6e7 authored about 11 years ago by Michal Papis <[email protected]>
Merge pull request #2155 from Ch00k/master

Add support for Solaris 10

ca4d1d9b25c53f7daefc828e5288021f0cc0d4cf authored about 11 years ago by Michal Papis <[email protected]>
Don't check for md5deep (there is gmd5sum available on Solaris as part of CSWcoreutils)

7283724293dee0f14ac90fea312f888b476f96ec authored about 11 years ago by Andriy Yurchuk <[email protected]>
Unset gnu_missing later

7fa055fc261f30a41b6bba9acf80b4b95de50c0b authored about 11 years ago by Andriy Yurchuk <[email protected]>
Merge branch 'master' of github.com:Ch00k/rvm

02530b35eec2249c1e5cf6142efd303d3bc5ece9 authored about 11 years ago by Andriy Yurchuk <[email protected]>
Merge remote-tracking branch 'upstream/master'

263ea674d2ad54b97546297c48454c2eeef7cd55 authored about 11 years ago by Andriy Yurchuk <[email protected]>
Merge remote-tracking branch 'upstream/master'

48dcc7a7d3769e58d03177039e5cba5f00aac613 authored about 11 years ago by Andriy Yurchuk <[email protected]>
Add Solaris 10 support

56a84d4004cbac5b7112bcc486dfe07dacc18737 authored about 11 years ago by Andriy Yurchuk <[email protected]>
fix detecting GEM_HOME/bin at the end of PATH, fix #2154

32fbd8f1070034c2d409c3214d000d4fce63fa0a authored about 11 years ago by Michal Papis <[email protected]>
add NOEXEC_DISABLE=1 to the test invocation, fix https://github.com/wayneeseguin/rvm-test/issues/19

37dbad11d45a9203b4142cb374386f2c316c03fe authored about 11 years ago by Michal Papis <[email protected]>
Merge pull request #2152 from aspiers/master

Fix case where "rvm $dir do ..." is run but $dir has no file choosing a ruby

fa1fc1f157d32abc06acf4392cc33a7aeb779109 authored about 11 years ago by Michal Papis <[email protected]>
Fix case where "rvm $dir do ..." is run but $dir has no file choosing a ruby.

8a31b1885076960fb6f48fd063c32dbfdc597724 authored about 11 years ago by Adam Spiers <[email protected]>
fix user_install check for user names with spaces, closes #2140

9b1db904a9cf8a2dda8457cc6e94460147750980 authored about 11 years ago by Michal Papis <[email protected]>
Merge branch 'hotfix/1.22.3'

8549b5b6c1497b69ef3fdfd4e176340dafe7dfd9 authored about 11 years ago by Michal Papis <[email protected]>
Merge branch 'hotfix/1.22.3' into stable

6e4419cd6299ed4507b1cdc17310795839769979 authored about 11 years ago by Michal Papis <[email protected]>
Merge branch 'master' into hotfix/1.22.3

ed9d97f8dd991cb785bd44fe4881362d47c41eb3 authored about 11 years ago by Michal Papis <[email protected]>
1.22.3

eadd97c6f96f04c2eaabcfd5cf67ca209579cd07 authored about 11 years ago by Michal Papis <[email protected]>
Merge pull request #2151 from wayneeseguin/bugfix/github_issue_2151

Creates ~/.rvmrc and not respecting rvm_path when running install.

52276e8972ecccd6e43186322515020c8a50b9ae authored about 11 years ago by Michal Papis <[email protected]>
remove deprecated handling of rvm_ignore_dotfiles_flag in ~/.rvmrc

681ea8b32c6bd454138b54fc2521351bd0a5696a authored about 11 years ago by Michal Papis <[email protected]>
Merge pull request #2150 from wayneeseguin/bugfix/github_issue_2150

sourcing $RVM_PATH/scripts/rvm sets wrong environment variable for rvm_bin_path and rvm_prefix

09117c443150561471de949db30d2df1cc13f797 authored about 11 years ago by Michal Papis <[email protected]>
make sure to use full path when sourcing rvm using relative path

a81c74b1d2bc926facb0fbbc44ad59de8bc90367 authored about 11 years ago by Michal Papis <[email protected]>
Merge pull request #2149 from wayneeseguin/bugfix/github_issue_2149

rvm db doesn't respect autolibs=read-fail

708721a5cca68dadd93967e300ea60c5ee51bdbd authored about 11 years ago by Michal Papis <[email protected]>
improve resolving scripts path in db

ae5e02c1077a1d11e9405396da01522ce9257399 authored about 11 years ago by Michal Papis <[email protected]>
add the missing bracket, fix #fdafa6d, update #2147

b8a2a5c7f5ba21709147711e5c2441cfc69c79b7 authored about 11 years ago by Michal Papis <[email protected]>
improve cleaning rvm_gemset_separator from the gemset name, fix #2147

fdafa6d2477685d08f2c134f5b20c55356db46af authored about 11 years ago by Michal Papis <[email protected]>
Merge pull request #2144 from mattconnolly/master

SmartOS: fix escaping of GREP_OPTIONS and return result in eval of __rvm_grep

7989da08b704c0001b939af2baf3647ceede940f authored about 11 years ago by Michal Papis <[email protected]>
SmartOS: fix escaping of GREP_OPTIONS and return result in eval of __rvm_grep

d7247639fb841cef8502d269aa7c9f31f472431d authored about 11 years ago by Matt Connolly <[email protected]>
quote rvmrc file sourcing in installer, update #2140

3a43b393fc5145a2ccdfc749a2e9eeb8ddc9db7b authored about 11 years ago by Michal Papis <[email protected]>
Merge branch 'master' of github.com:wayneeseguin/rvm

480ef5c57cf4354ca3d14d02ee471fb55594b396 authored about 11 years ago by Michal Papis <[email protected]>
rewritten instruction for space users, fix fix #2140

51f42c308291c808bf5134f893f6497289ce4062 authored about 11 years ago by Michal Papis <[email protected]>
Merge pull request #2142 from mattconnolly/master

SmartOS: use eval so that gnu_tools_path is set in __rvm_grep

f0ebc3eb62083c9741adac7af3d43dd83faa87ed authored about 11 years ago by Michal Papis <[email protected]>
SmartOS: use eval so that gnu_tools_path is set in __rvm_grep

5032d451aa5cdc594e026045ba99a47ac7bf3ac8 authored about 11 years ago by Matt Connolly <[email protected]>
try bitbucket fallback, update #2135

18e1148406157ff21cddf7f2460ff46afd1d0f3a authored about 11 years ago by Michal Papis <[email protected]>
add the missing instruction to change rights, update #2140

ec0047f1095f7320cf3384446360e950743ed9ff authored about 11 years ago by Michal Papis <[email protected]>
account for spaces in user names, fix #2140

33142f7425a0c9766d7c6717b8c8360c7f140b0b authored about 11 years ago by Michal Papis <[email protected]>
update tests for rvm user gemsets, update #2130

233e0f387421e925b5eb6d562f4b3cfe67028654 authored about 11 years ago by Michal Papis <[email protected]>
do not ignore rvmrc in rvm ... do ..., fix #2130

0ed7fa90cfad40deebf9bd268432522c51a243ac authored about 11 years ago by Michal Papis <[email protected]>
improve __rvm_env_string when using custom gemsets path, update #2130

4689c0356c3614e7f0dd3bfab7ffa10d8a25bffa authored about 11 years ago by Michal Papis <[email protected]>
improve rvm user none

6fb30554eb3df06da77c9addb5409b564cfb31d8 authored about 11 years ago by Michal Papis <[email protected]>
improve of handling of gemset rename, update #2130

b6db64e53eeb88f94201132e60d892bd84b793da authored about 11 years ago by Michal Papis <[email protected]>
simplify picking ruby url, update #2136

5d2689cd63140d319b31947b3b60d3ff7b9db1aa authored about 11 years ago by Michal Papis <[email protected]>
Merge branch 'hotfix/1.22.2'

1bb72d15ea470c6bf81de9e6bcca88b120061a93 authored about 11 years ago by Michal Papis <[email protected]>
Merge branch 'hotfix/1.22.2' into stable

11ecf79b206dc7cb7d9eb670d57368acaca5f6b1 authored about 11 years ago by Michal Papis <[email protected]>
Merge branch 'master' into hotfix/1.22.2

e510af761a174ce8cc1086c0e490465b3fdb84f6 authored about 11 years ago by Michal Papis <[email protected]>
1.22.2

20b33d073a292210668972f81c0530836fad947b authored about 11 years ago by Michal Papis <[email protected]>
remove bin- from ruby name when mounting ruby from archive

f22a85fb3eac55bd7e6ef935323ea1e9e9343363 authored about 11 years ago by Michal Papis <[email protected]>
clean selecting gnu_tools_path, update #2132

6b8facea1a08b02185832a6d31172c9d0058976d authored about 11 years ago by Michal Papis <[email protected]>
Merge branch 'master' of github.com:wayneeseguin/rvm

51afa4a4848f2a8d7f8c5293b4876d5e5e61ccfb authored about 11 years ago by Michal Papis <[email protected]>
add rubygems-2.0.7 md5

53a62eb3a54256360f5cc9eef56ddef58f7bd23f authored about 11 years ago by Michal Papis <[email protected]>
Merge remote-tracking branch 'upstream/master'

9c44548f3519780c2f156acfe9ce0ed612b0acc4 authored about 11 years ago by Andriy Yurchuk <[email protected]>
Rewrite SmartOS detection. Unset gnu_tools_path in the end

9299809865456a80fac37e9f929a4076a1daa6b1 authored about 11 years ago by Andriy Yurchuk <[email protected]>