https://github.com/krisleech/install-gems
Install gems listed in a text file generated by 'gem list'. Useful after doing a clean OS install.
https://github.com/krisleech/install-gems
Last synced: 5 months ago
JSON representation
Install gems listed in a text file generated by 'gem list'. Useful after doing a clean OS install.
- Host: GitHub
- URL: https://github.com/krisleech/install-gems
- Owner: krisleech
- Created: 2010-10-10T18:00:58.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-01-13T23:37:56.000Z (over 15 years ago)
- Last Synced: 2025-03-17T04:44:46.195Z (about 1 year ago)
- Homepage:
- Size: 89.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Install gems listed in a text file generated by 'gem list'.
Example usage:
gem list > gems.txt
[Sometime later... maybe after a clean os install]
rake reinstall_gems file=/Volumes/BackupDrive/gems.txt
NOTES
* uses sudo
* tested on macos, should work on linux
Author: Kris Leech / teamcoding.com