Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.
/ gem_import_export Public archive

Nice at the time, Bundler is much better for this nowadays

License

Notifications You must be signed in to change notification settings

pallan/gem_import_export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

If you are reading this now you are probably using Bundler. You should continue to do so!

gem_import_export

This is a simple command plugin for rubygems (rubygems.rubyforge.net) which adds the commands “import” and “export”. The primary purpose for this plugin is to allow user to specify create mirrors of a gem environment on one machine and them import that environment onto another machine.

The export command generates a yaml file for each gem and each version of that gem that you currently have installed on the machine where you run the command. The import command reads from that yaml file and installs each gem, and its corresponding version, listed.

The other use for this could be the creation of gem environment “templates” where you export your listing and edit it or create a new yaml file with a selection of gems you want installed.

Please add any comments or suggestions to the issues for the github project github.com/pallan/gem_import_export/issues

Requirements

Command plugins require Rubygems >= 1.3.2

Usage

# exports all gems installed into a yaml file gem export gems.yml

# imports all gems listed in the yaml file gem import gems.yml

Todo

  • have the import command add the necessary sources that are included in the export file

Copyright © 2009 Peer Allan. See LICENSE for details.

About

Nice at the time, Bundler is much better for this nowadays

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages