Skip to content

Example code showing how to install dependent gems based on a user's installed ruby

License

Notifications You must be signed in to change notification settings

mmzyk/gem_dependency_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gem_dependency_example

An example gem that shows how to use the gem extension framework to install gems on the user's system based on the Ruby version the user has installed.

The gem_dep_example folder has the example with the proper layout and annotated code.

The other folders are the gems that will be loaded by gem_dep_example, the choice of which depends if the user has Ruby 1.9 installed or not.

The code is based on the example found in the Ruby Programming/Ruby Gems wiki book. http://en.wikibooks.org/wiki/Ruby_Programming/RubyGems

License

Licensed under the MIT license (see LICENSE.txt)

About

Example code showing how to install dependent gems based on a user's installed ruby

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages