Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keith/rbenv-bundler-cores
Set bundler's number of jobs after install rubies
https://github.com/keith/rbenv-bundler-cores
bundler rbenv
Last synced: 2 days ago
JSON representation
Set bundler's number of jobs after install rubies
- Host: GitHub
- URL: https://github.com/keith/rbenv-bundler-cores
- Owner: keith
- License: mit
- Created: 2014-10-20T21:45:47.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-08T03:11:16.000Z (about 10 years ago)
- Last Synced: 2024-11-09T20:05:19.128Z (about 1 month ago)
- Topics: bundler, rbenv
- Language: Shell
- Homepage:
- Size: 137 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rbenv-bundler-cores
This [rbenv][rbenv] plugin very simply sets the number of jobs bundler
is allowed to do simultaneously based on the number of cores in your
machine. The meat of this logic is [here][logic].[rbenv]: https://github.com/sstephenson/rbenv
[logic]: https://github.com/Keithbsmiley/rbenv-bundler-cores/blob/master/etc/rbenv.d/install/bundler-cores.bash#L16-17The rbenv specific stuff in this plugin comes from
[rbenv-default-gems][default] and [rbenv-ctags][ctags].[default]: https://github.com/sstephenson/rbenv-default-gems
[ctags]: https://github.com/tpope/rbenv-ctags